Skip to content

Commit 70dbb1b

Browse files
authored
Post release automated changes for storage releases (#31194)
Post release automated changes for azure-storage-blob
1 parent 041e2c0 commit 70dbb1b

File tree

12 files changed

+39
-9
lines changed

12 files changed

+39
-9
lines changed

sdk/storage/storage-blob/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Release History
22

3+
## 12.25.1 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
12+
313
## 12.25.0 (2024-09-22)
414

515
### Features Added

sdk/storage/storage-blob/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@azure/storage-blob",
33
"sdk-type": "client",
4-
"version": "12.25.0",
4+
"version": "12.25.1",
55
"description": "Microsoft Azure Storage SDK for JavaScript - Blob",
66
"main": "./dist/index.js",
77
"module": "./dist-esm/storage-blob/src/index.js",

sdk/storage/storage-blob/src/utils/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Copyright (c) Microsoft Corporation.
22
// Licensed under the MIT License.
33

4-
export const SDK_VERSION: string = "12.25.0";
4+
export const SDK_VERSION: string = "12.25.1";
55
export const SERVICE_VERSION: string = "2024-11-04";
66

77
export const BLOCK_BLOB_MAX_UPLOAD_BLOB_BYTES: number = 256 * 1024 * 1024; // 256MB

sdk/storage/storage-blob/swagger/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ add-credentials: false
2121
core-http-compat-mode: true
2222
use-extension:
2323
"@autorest/typescript": "latest"
24-
package-version: 12.25.0
24+
package-version: 12.25.1
2525
```
2626
2727
## Customizations for Track 2 Generator

sdk/storage/storage-file-datalake/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Release History
22

3+
## 12.24.1 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
12+
313
## 12.24.0 (2024-09-22)
414

515
### Features Added

sdk/storage/storage-file-datalake/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@azure/storage-file-datalake",
3-
"version": "12.24.0",
3+
"version": "12.24.1",
44
"description": "Microsoft Azure Storage SDK for JavaScript - DataLake",
55
"sdk-type": "client",
66
"main": "./dist/index.js",

sdk/storage/storage-file-datalake/src/utils/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Copyright (c) Microsoft Corporation.
22
// Licensed under the MIT License.
33

4-
export const SDK_VERSION: string = "12.24.0";
4+
export const SDK_VERSION: string = "12.24.1";
55
export const SERVICE_VERSION: string = "2024-11-04";
66

77
export const KB: number = 1024;

sdk/storage/storage-file-datalake/swagger/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ core-http-compat-mode: true
2121
add-credentials: false
2222
use-extension:
2323
"@autorest/typescript": "6.0.0"
24-
package-version: 12.24.0
24+
package-version: 12.24.1
2525
```
2626
2727
## Customizations for Track 2 Generator

sdk/storage/storage-queue/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Release History
22

3+
## 12.24.1 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
12+
313
## 12.24.0 (2024-09-22)
414

515
### Features Added

sdk/storage/storage-queue/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@azure/storage-queue",
33
"sdk-type": "client",
4-
"version": "12.24.0",
4+
"version": "12.24.1",
55
"description": "Microsoft Azure Storage SDK for JavaScript - Queue",
66
"main": "./dist/index.js",
77
"module": "./dist-esm/storage-queue/src/index.js",

0 commit comments

Comments
 (0)