Skip to content

Commit 5d81b1d

Browse files
authored
Post release automated changes for storage releases (Azure#21476)
Post release automated changes for azure-storage-blob
1 parent 7e07abd commit 5d81b1d

File tree

18 files changed

+57
-17
lines changed

18 files changed

+57
-17
lines changed

sdk/storage/storage-blob-changefeed/CHANGELOG.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,25 @@
11
# Release History
22

3+
## 12.0.0-preview.4 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
12+
313
## 12.0.0-preview.3 (2022-04-19)
414

515
### Features Added
616

717
-Added support for event schema V3, V4, and V5.
818

19+
## 12.0.0-preview.1 (2020.07)
20+
21+
- This is the first release supporting Azure Storage Blob Change Feed.
922
## 12.0.0-preview.2 (2020-09-08)
1023

1124
- This release contains bug fixes to improve quality.
1225

13-
## 12.0.0-preview.1 (2020.07)
14-
15-
- This is the first release supporting Azure Storage Blob Change Feed.

sdk/storage/storage-blob-changefeed/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-changefeed",
33
"sdk-type": "client",
4-
"version": "12.0.0-preview.3",
4+
"version": "12.0.0-preview.4",
55
"description": "Microsoft Azure Storage SDK for JavaScript - Blob Change Feed",
66
"main": "./dist/index.js",
77
"module": "./dist-esm/storage-blob-changefeed/src/index.js",

sdk/storage/storage-blob-changefeed/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.0.0-preview.3";
4+
export const SDK_VERSION: string = "12.0.0-preview.4";
55

66
export const CHANGE_FEED_CONTAINER_NAME: string = "$blobchangefeed";
77
export const CHANGE_FEED_META_SEGMENT_PATH: string = "meta/segments.json";

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.10.0-beta.2 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
12+
313
## 12.10.0-beta.1 (2022-04-19)
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.10.0-beta.1",
4+
"version": "12.10.0-beta.2",
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/generated/src/storageClientContext.ts

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.10.0-beta.1";
4+
export const SDK_VERSION: string = "12.10.0-beta.2";
55
export const SERVICE_VERSION: string = "2021-06-08";
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
@@ -20,7 +20,7 @@ disable-async-iterators: true
2020
add-credentials: false
2121
use-extension:
2222
"@autorest/typescript": "6.0.0-dev.20210218.1"
23-
package-version: 12.10.0-beta.1
23+
package-version: 12.10.0-beta.2
2424
```
2525
2626
## 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.9.0-beta.2 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
12+
313
## 12.9.0-beta.1 (2022-04-19)
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.9.0-beta.1",
3+
"version": "12.9.0-beta.2",
44
"description": "Microsoft Azure Storage SDK for JavaScript - DataLake",
55
"sdk-type": "client",
66
"main": "./dist/index.js",

0 commit comments

Comments
 (0)