Skip to content

Commit d5c6a7a

Browse files
authored
Upgrade storage packages versions (Azure#27603)
### Packages impacted by this PR ### Issues associated with this PR ### Describe the problem that is addressed by this PR ### What are the possible designs available to address the problem? If there are more than one possible design, why was the one in this PR chosen? ### Are there test cases added in this PR? _(If not, why?)_ ### Provide a list of related PRs _(if any)_ ### Command used to generate this PR:**_(Applicable only to SDK release request PRs)_ ### Checklists - [ ] Added impacted package name to the issue description - [ ] Does this PR needs any fixes in the SDK Generator?** _(If so, create an Issue in the [Autorest/typescript](https://github.com/Azure/autorest.typescript) repository and link it here)_ - [ ] Added a changelog (if necessary)
1 parent 5394639 commit d5c6a7a

File tree

25 files changed

+118
-63
lines changed

25 files changed

+118
-63
lines changed

common/config/rush/pnpm-lock.yaml

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

sdk/cognitivelanguage/ai-language-text/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
"tslib": "^2.2.0"
9999
},
100100
"devDependencies": {
101-
"@azure/storage-blob": "^12.20.0",
101+
"@azure/storage-blob": "^12.23.0-beta.1",
102102
"@azure/ai-language-textauthoring": "1.0.0-beta.1",
103103
"@types/decompress": "^4.0.0",
104104
"@azure/dev-tool": "^1.0.0",

sdk/storage/perf-tests/storage-blob/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"dependencies": {
1111
"@azure/core-rest-pipeline": "^1.1.0",
1212
"@azure/core-util": "^1.3.2",
13-
"@azure/storage-blob": "^12.20.0",
13+
"@azure/storage-blob": "^12.23.0-beta.1",
1414
"@azure/test-utils-perf": "^1.0.0",
1515
"dotenv": "^16.0.0",
1616
"uuid": "^8.3.0"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"AssetsRepo": "Azure/azure-sdk-assets",
33
"AssetsRepoPrefixPath": "js",
44
"TagPrefix": "js/storage/storage-blob-changefeed",
5-
"Tag": "js/storage/storage-blob-changefeed_f85665947b"
5+
"Tag": "js/storage/storage-blob-changefeed_4e08bb0ba2"
66
}

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.12.0",
94+
"@azure/storage-blob": "^12.23.0-beta.1",
9595
"@azure/abort-controller": "^1.0.0",
9696
"@azure/core-auth": "^1.4.0",
9797
"@azure/core-http-compat": "^2.0.0",

sdk/storage/storage-blob/CHANGELOG.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
11
# Release History
22

3-
## 12.20.0 (Unreleased)
4-
5-
### Features Added
6-
7-
### Breaking Changes
8-
9-
### Bugs Fixed
3+
## 12.23.0-beta.1 (Unreleased)
104

115
### Other Changes
126

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.20.0",
4+
"version": "12.23.0-beta.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/generated/src/storageClient.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.20.0";
4+
export const SDK_VERSION: string = "12.23.0-beta.1";
55
export const SERVICE_VERSION: string = "2023-08-03";
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.20.0
24+
package-version: 12.23.0-beta.1
2525
```
2626
2727
## Customizations for Track 2 Generator

0 commit comments

Comments
 (0)