From a92e331a88b489e3ca57ead0a9dd40db19f079f3 Mon Sep 17 00:00:00 2001 From: azure-sdk Date: Thu, 24 Jul 2025 06:46:23 +0000 Subject: [PATCH 1/5] Post release automated changes for azure-storage-common --- sdk/storage/storage-common/CHANGELOG.md | 10 ++++++++++ sdk/storage/storage-common/package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/sdk/storage/storage-common/CHANGELOG.md b/sdk/storage/storage-common/CHANGELOG.md index a10df056f92a..478bf74b1d4f 100644 --- a/sdk/storage/storage-common/CHANGELOG.md +++ b/sdk/storage/storage-common/CHANGELOG.md @@ -1,5 +1,15 @@ # Release History +## 12.0.1 (Unreleased) + +### Features Added + +### Breaking Changes + +### Bugs Fixed + +### Other Changes + ## 12.0.0 (2025-07-22) ### Features Added diff --git a/sdk/storage/storage-common/package.json b/sdk/storage/storage-common/package.json index 4b16def35fb9..58c6c7aca2bb 100644 --- a/sdk/storage/storage-common/package.json +++ b/sdk/storage/storage-common/package.json @@ -3,7 +3,7 @@ "sdk-type": "client", "sideEffects": false, "author": "Microsoft Corporation", - "version": "12.0.0", + "version": "12.0.1", "description": "Azure Storage Common Client Library for JavaScript", "license": "MIT", "repository": "github:Azure/azure-sdk-for-js", From 49bd98298754e11251382aa0e1c60759eb81f170 Mon Sep 17 00:00:00 2001 From: azure-sdk Date: Thu, 24 Jul 2025 06:57:58 +0000 Subject: [PATCH 2/5] Post release automated changes for azure-storage-blob --- sdk/storage/storage-blob/CHANGELOG.md | 10 ++++++++++ sdk/storage/storage-blob/package.json | 2 +- sdk/storage/storage-blob/src/utils/constants.ts | 2 +- sdk/storage/storage-blob/swagger/README.md | 2 +- 4 files changed, 13 insertions(+), 3 deletions(-) diff --git a/sdk/storage/storage-blob/CHANGELOG.md b/sdk/storage/storage-blob/CHANGELOG.md index 00b894ccf43c..ecf3cb9d5b7f 100644 --- a/sdk/storage/storage-blob/CHANGELOG.md +++ b/sdk/storage/storage-blob/CHANGELOG.md @@ -1,5 +1,15 @@ # Release History +## 12.28.1 (Unreleased) + +### Features Added + +### Breaking Changes + +### Bugs Fixed + +### Other Changes + ## 12.28.0 (2025-07-22) ### Features Added diff --git a/sdk/storage/storage-blob/package.json b/sdk/storage/storage-blob/package.json index c4aa7072d7d5..8e3a5cbc9d02 100644 --- a/sdk/storage/storage-blob/package.json +++ b/sdk/storage/storage-blob/package.json @@ -1,7 +1,7 @@ { "name": "@azure/storage-blob", "sdk-type": "client", - "version": "12.28.0", + "version": "12.28.1", "description": "Microsoft Azure Storage SDK for JavaScript - Blob", "main": "./dist/commonjs/index.js", "module": "./dist/esm/index.js", diff --git a/sdk/storage/storage-blob/src/utils/constants.ts b/sdk/storage/storage-blob/src/utils/constants.ts index 42e1fe5929ad..d913622ad25b 100644 --- a/sdk/storage/storage-blob/src/utils/constants.ts +++ b/sdk/storage/storage-blob/src/utils/constants.ts @@ -1,7 +1,7 @@ // Copyright (c) Microsoft Corporation. // Licensed under the MIT License. -export const SDK_VERSION: string = "12.28.0"; +export const SDK_VERSION: string = "12.28.1"; export const SERVICE_VERSION: string = "2025-07-05"; export const BLOCK_BLOB_MAX_UPLOAD_BLOB_BYTES: number = 256 * 1024 * 1024; // 256MB diff --git a/sdk/storage/storage-blob/swagger/README.md b/sdk/storage/storage-blob/swagger/README.md index 8ecf69f4a1dd..01a71666dd24 100644 --- a/sdk/storage/storage-blob/swagger/README.md +++ b/sdk/storage/storage-blob/swagger/README.md @@ -21,7 +21,7 @@ add-credentials: false core-http-compat-mode: true use-extension: "@autorest/typescript": "latest" -package-version: 12.28.0 +package-version: 12.28.1 ``` ## Customizations for Track 2 Generator From dfb85d648d0db2a3a2f25374abac3734bf83b6aa Mon Sep 17 00:00:00 2001 From: azure-sdk Date: Thu, 24 Jul 2025 07:11:52 +0000 Subject: [PATCH 3/5] Post release automated changes for azure-storage-queue --- sdk/storage/storage-queue/CHANGELOG.md | 10 ++++++++++ sdk/storage/storage-queue/package.json | 2 +- sdk/storage/storage-queue/src/utils/constants.ts | 2 +- sdk/storage/storage-queue/swagger/README.md | 2 +- 4 files changed, 13 insertions(+), 3 deletions(-) diff --git a/sdk/storage/storage-queue/CHANGELOG.md b/sdk/storage/storage-queue/CHANGELOG.md index 1a90aca193b3..b6732d31331f 100644 --- a/sdk/storage/storage-queue/CHANGELOG.md +++ b/sdk/storage/storage-queue/CHANGELOG.md @@ -1,5 +1,15 @@ # Release History +## 12.27.1 (Unreleased) + +### Features Added + +### Breaking Changes + +### Bugs Fixed + +### Other Changes + ## 12.27.0 (2025-07-22) ### Features Added diff --git a/sdk/storage/storage-queue/package.json b/sdk/storage/storage-queue/package.json index d35387b5e7dd..558fda256bbc 100644 --- a/sdk/storage/storage-queue/package.json +++ b/sdk/storage/storage-queue/package.json @@ -1,7 +1,7 @@ { "name": "@azure/storage-queue", "sdk-type": "client", - "version": "12.27.0", + "version": "12.27.1", "description": "Microsoft Azure Storage SDK for JavaScript - Queue", "main": "./dist/commonjs/index.js", "module": "./dist/esm/index.js", diff --git a/sdk/storage/storage-queue/src/utils/constants.ts b/sdk/storage/storage-queue/src/utils/constants.ts index 26412195a703..10c5e18dad36 100644 --- a/sdk/storage/storage-queue/src/utils/constants.ts +++ b/sdk/storage/storage-queue/src/utils/constants.ts @@ -1,7 +1,7 @@ // Copyright (c) Microsoft Corporation. // Licensed under the MIT License. -export const SDK_VERSION: string = "12.27.0"; +export const SDK_VERSION: string = "12.27.1"; export const SERVICE_VERSION: string = "2025-07-05"; /** diff --git a/sdk/storage/storage-queue/swagger/README.md b/sdk/storage/storage-queue/swagger/README.md index b5bd07f53046..34ea785d7975 100644 --- a/sdk/storage/storage-queue/swagger/README.md +++ b/sdk/storage/storage-queue/swagger/README.md @@ -21,7 +21,7 @@ add-credentials: false core-http-compat-mode: true use-extension: "@autorest/typescript": "6.0.3" -package-version: 12.27.0 +package-version: 12.27.1 ``` ## Customizations for Track 2 Generator From ad2fe6638c04d28f0633cec7106fd53a8ef152ec Mon Sep 17 00:00:00 2001 From: azure-sdk Date: Thu, 24 Jul 2025 07:12:17 +0000 Subject: [PATCH 4/5] Post release automated changes for azure-storage-file-share --- sdk/storage/storage-file-share/CHANGELOG.md | 10 ++++++++++ sdk/storage/storage-file-share/package.json | 2 +- sdk/storage/storage-file-share/src/utils/constants.ts | 2 +- sdk/storage/storage-file-share/swagger/README.md | 2 +- 4 files changed, 13 insertions(+), 3 deletions(-) diff --git a/sdk/storage/storage-file-share/CHANGELOG.md b/sdk/storage/storage-file-share/CHANGELOG.md index a9d5e3800dd7..296b242cc59c 100644 --- a/sdk/storage/storage-file-share/CHANGELOG.md +++ b/sdk/storage/storage-file-share/CHANGELOG.md @@ -1,5 +1,15 @@ # Release History +## 12.28.1 (Unreleased) + +### Features Added + +### Breaking Changes + +### Bugs Fixed + +### Other Changes + ## 12.28.0 (2025-07-22) ### Features Added diff --git a/sdk/storage/storage-file-share/package.json b/sdk/storage/storage-file-share/package.json index 1241fb0053b8..7dd6d1b8ea18 100644 --- a/sdk/storage/storage-file-share/package.json +++ b/sdk/storage/storage-file-share/package.json @@ -1,7 +1,7 @@ { "name": "@azure/storage-file-share", "sdk-type": "client", - "version": "12.28.0", + "version": "12.28.1", "description": "Microsoft Azure Storage SDK for JavaScript - File", "main": "./dist/commonjs/index.js", "module": "./dist/esm/index.js", diff --git a/sdk/storage/storage-file-share/src/utils/constants.ts b/sdk/storage/storage-file-share/src/utils/constants.ts index 0256e2f14b6a..5dd1e518d16a 100644 --- a/sdk/storage/storage-file-share/src/utils/constants.ts +++ b/sdk/storage/storage-file-share/src/utils/constants.ts @@ -1,7 +1,7 @@ // Copyright (c) Microsoft Corporation. // Licensed under the MIT License. -export const SDK_VERSION: string = "12.28.0"; +export const SDK_VERSION: string = "12.28.1"; export const SERVICE_VERSION: string = "2025-07-05"; export const FILE_MAX_SIZE_BYTES: number = 4 * 1024 * 1024 * 1024 * 1024; // 4TB diff --git a/sdk/storage/storage-file-share/swagger/README.md b/sdk/storage/storage-file-share/swagger/README.md index 15b11416512c..672ead55844a 100644 --- a/sdk/storage/storage-file-share/swagger/README.md +++ b/sdk/storage/storage-file-share/swagger/README.md @@ -21,7 +21,7 @@ add-credentials: false core-http-compat-mode: true use-extension: "@autorest/typescript": "6.0.2" -package-version: 12.28.0 +package-version: 12.28.1 ``` ## Customizations for Track 2 Generator From 9f41d4ac3eed8fb52a5ced97624f507d39dc9132 Mon Sep 17 00:00:00 2001 From: azure-sdk Date: Thu, 24 Jul 2025 07:14:25 +0000 Subject: [PATCH 5/5] Post release automated changes for azure-storage-file-datalake --- sdk/storage/storage-file-datalake/CHANGELOG.md | 10 ++++++++++ sdk/storage/storage-file-datalake/package.json | 2 +- .../storage-file-datalake/src/utils/constants.ts | 2 +- sdk/storage/storage-file-datalake/swagger/README.md | 2 +- 4 files changed, 13 insertions(+), 3 deletions(-) diff --git a/sdk/storage/storage-file-datalake/CHANGELOG.md b/sdk/storage/storage-file-datalake/CHANGELOG.md index efca96d04355..2e90be28f628 100644 --- a/sdk/storage/storage-file-datalake/CHANGELOG.md +++ b/sdk/storage/storage-file-datalake/CHANGELOG.md @@ -1,5 +1,15 @@ # Release History +## 12.27.1 (Unreleased) + +### Features Added + +### Breaking Changes + +### Bugs Fixed + +### Other Changes + ## 12.27.0 (2025-07-22) ### Features Added diff --git a/sdk/storage/storage-file-datalake/package.json b/sdk/storage/storage-file-datalake/package.json index 0915e1079d4f..79d79f587bfd 100644 --- a/sdk/storage/storage-file-datalake/package.json +++ b/sdk/storage/storage-file-datalake/package.json @@ -1,6 +1,6 @@ { "name": "@azure/storage-file-datalake", - "version": "12.27.0", + "version": "12.27.1", "description": "Microsoft Azure Storage SDK for JavaScript - DataLake", "sdk-type": "client", "main": "./dist/commonjs/index.js", diff --git a/sdk/storage/storage-file-datalake/src/utils/constants.ts b/sdk/storage/storage-file-datalake/src/utils/constants.ts index bf51d1a4fe8f..7b8d9c563c35 100644 --- a/sdk/storage/storage-file-datalake/src/utils/constants.ts +++ b/sdk/storage/storage-file-datalake/src/utils/constants.ts @@ -1,7 +1,7 @@ // Copyright (c) Microsoft Corporation. // Licensed under the MIT License. -export const SDK_VERSION: string = "12.27.0"; +export const SDK_VERSION: string = "12.27.1"; export const SERVICE_VERSION: string = "2025-07-05"; export const KB: number = 1024; diff --git a/sdk/storage/storage-file-datalake/swagger/README.md b/sdk/storage/storage-file-datalake/swagger/README.md index 0589db7c548a..c386e6784e3a 100644 --- a/sdk/storage/storage-file-datalake/swagger/README.md +++ b/sdk/storage/storage-file-datalake/swagger/README.md @@ -21,7 +21,7 @@ core-http-compat-mode: true add-credentials: false use-extension: "@autorest/typescript": "6.0.0" -package-version: 12.27.0 +package-version: 12.27.1 ``` ## Customizations for Track 2 Generator