Skip to content

Commit 1c32404

Browse files
authored
[storage] update package version to 12.20.0 (Azure#26303)
There are still inconsistent package versions in some places. This PR updates them all to `12.20.0`
1 parent 84aeb3d commit 1c32404

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

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.13.0";
4+
export const SDK_VERSION: string = "12.20.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
@@ -21,7 +21,7 @@ add-credentials: false
2121
core-http-compat-mode: true
2222
use-extension:
2323
"@autorest/typescript": "latest"
24-
package-version: 12.13.0
24+
package-version: 12.20.0
2525
```
2626
2727
## Customizations for Track 2 Generator

sdk/storage/storage-file-datalake/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-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.12.0";
4+
export const SDK_VERSION: string = "12.20.0";
55
export const SERVICE_VERSION: string = "2021-12-02";
66

77
export const KB: number = 1024;

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ disable-async-iterators: true
2020
core-http-compat-mode: true
2121
add-credentials: false
2222
use-extension:
23-
"@autorest/typescript": "6.0.0-rc.8"
24-
package-version: 12.12.0
23+
"@autorest/typescript": "6.0.0"
24+
package-version: 12.20.0
2525
```
2626
2727
## Customizations for Track 2 Generator

0 commit comments

Comments
 (0)