Skip to content

Commit e1e3c0a

Browse files
authored
[Storage]Update version to prepare fot STG84 GA release. (Azure#23459)
1 parent ef9938a commit e1e3c0a

File tree

29 files changed

+128
-136
lines changed

29 files changed

+128
-136
lines changed

sdk/storage/storage-blob-changefeed/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
]
9292
},
9393
"dependencies": {
94-
"@azure/storage-blob": "^12.10.0",
94+
"@azure/storage-blob": "^12.12.0",
9595
"@azure/abort-controller": "^1.0.0",
9696
"@azure/core-http": "^2.0.0",
9797
"@azure/core-lro": "^2.2.0",

sdk/storage/storage-blob-changefeed/recordings/node/blobchangefeedclient/recording_bypage.js

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/storage/storage-blob-changefeed/recordings/node/blobchangefeedclient/recording_next_fetch_all_events.js

Lines changed: 65 additions & 65 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/storage/storage-blob-changefeed/recordings/node/blobchangefeedclient/recording_next_with_start_and_end_time.js

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/storage/storage-blob-changefeed/recordings/node/blobchangefeedclient/recording_tracing.js

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/storage/storage-blob/CHANGELOG.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,15 @@
11
# Release History
22

3-
## 12.12.0-beta.2 (Unreleased)
3+
## 12.12.0 (2022-10-14)
44

55
### Features Added
66

7-
### Breaking Changes
7+
- Includes all features released in 12.12.0-beta.1.
88

99
### Bugs Fixed
1010

1111
- Fixed an issue of escaping slashes in blob name unnecessarily.
1212

13-
### Other Changes
14-
1513
## 12.12.0-beta.1 (2022-08-26)
1614

1715
### 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.12.0-beta.2",
4+
"version": "12.12.0",
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.12.0-beta.2";
4+
export const SDK_VERSION: string = "12.12.0";
55
export const SERVICE_VERSION: string = "2021-10-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
@@ -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.12.0-beta.2
23+
package-version: 12.12.0
2424
```
2525
2626
## Customizations for Track 2 Generator

0 commit comments

Comments
 (0)