Skip to content

Commit 7f6b4ef

Browse files
authored
Update version for storage blob/file 12.4.1 and datalake/queue 12.3.1 release. (Azure#13553)
1 parent 85c58fd commit 7f6b4ef

File tree

11 files changed

+11
-11
lines changed

11 files changed

+11
-11
lines changed

sdk/eventhub/eventhubs-checkpointstore-blob/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"dependencies": {
6363
"@azure/event-hubs": "^5.0.0",
6464
"@azure/logger": "^1.0.0",
65-
"@azure/storage-blob": "^12.4.0",
65+
"@azure/storage-blob": "^12.4.1",
6666
"events": "^3.0.0",
6767
"tslib": "^2.0.0"
6868
},

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
]
9595
},
9696
"dependencies": {
97-
"@azure/storage-blob": "^12.4.0",
97+
"@azure/storage-blob": "^12.4.1",
9898
"@azure/abort-controller": "^1.0.0",
9999
"@azure/core-http": "^1.2.0",
100100
"@azure/core-lro": "^1.0.2",

sdk/storage/storage-blob/CHANGELOG.md

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

3-
## 12.4.1 (Unreleased)
3+
## 12.4.1 (2021-02-03)
44

55
- Fixed a compile failure due to "Can't resolve 'crypto'" in Angular. [Issue #13267](https://github.com/Azure/azure-sdk-for-js/issues/13267).
66
- Fixed an issue that the download stream returned by `BlobClient.download` won't release underlying resources unless it's fully consumed. [Isssue #11850](https://github.com/Azure/azure-sdk-for-js/issues/11850).

sdk/storage/storage-blob/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
},
3434
"scripts": {
3535
"audit": "node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit",
36-
"build:autorest": "autorest ./swagger/README.md --typescript --package-version=12.4.0 --use=@microsoft.azure/autorest.typescript@5.0.1",
36+
"build:autorest": "autorest ./swagger/README.md --typescript --package-version=12.4.1 --use=@microsoft.azure/autorest.typescript@5.0.1",
3737
"build:es6": "tsc -p tsconfig.json",
3838
"build:nodebrowser": "rollup -c 2>&1",
3939
"build:samples": "cross-env ONLY_NODE=true npm run build && npm run build:prep-samples",

sdk/storage/storage-blob/src/generated/src/storageClientContext.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
import * as coreHttp from "@azure/core-http";
1212

1313
const packageName = "azure-storage-blob";
14-
const packageVersion = "12.4.0";
14+
const packageVersion = "12.4.1";
1515

1616
export class StorageClientContext extends coreHttp.ServiceClient {
1717
url: string;

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

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

3-
## 12.3.1 (Unreleased)
3+
## 12.3.1 (2021-02-03)
44

55
- Fixed a bug where `generateDataLakeSASQueryParameters()` won't correctly set the resource type if `DataLakeSASSignatureValues.permissions` is not specified. Fixed issue [13223](https://github.com/Azure/azure-sdk-for-js/issues/13223).
66
- Fixed a compile failure due to "Can't resolve 'crypto'" in Angular. [Issue #13267](https://github.com/Azure/azure-sdk-for-js/issues/13267).

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
"@azure/core-paging": "^1.1.1",
104104
"@azure/core-tracing": "1.0.0-preview.9",
105105
"@azure/logger": "^1.0.0",
106-
"@azure/storage-blob": "^12.4.0",
106+
"@azure/storage-blob": "^12.4.1",
107107
"events": "^3.0.0",
108108
"tslib": "^2.0.0"
109109
},

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

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

3-
## 12.4.1 (Unreleased)
3+
## 12.4.1 (2021-02-03)
44

55
- Fixed a bug where `generateFileSASQueryParameters()` won't correctly set the resource type if `FileSASSignatureValues.permissions` is not specified. Fixed issue [13223](https://github.com/Azure/azure-sdk-for-js/issues/13223).
66
- The `"Unclosed root tag"` XML parser error is now retriable. [PR #13076](https://github.com/Azure/azure-sdk-for-js/pull/13076).

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
},
2929
"scripts": {
3030
"audit": "node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit",
31-
"build:autorest": "autorest ./swagger/README.md --typescript --package-version=12.4.0 --use=@microsoft.azure/autorest.typescript@5.0.1",
31+
"build:autorest": "autorest ./swagger/README.md --typescript --package-version=12.4.1 --use=@microsoft.azure/autorest.typescript@5.0.1",
3232
"build:es6": "tsc -p tsconfig.json",
3333
"build:nodebrowser": "rollup -c 2>&1",
3434
"build:samples": "cross-env ONLY_NODE=true npm run build && npm run build:prep-samples",

sdk/storage/storage-queue/CHANGELOG.md

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

3-
## 12.3.1 (Unreleased)
3+
## 12.3.1 (2021-02-03)
44

55
- The `"Unclosed root tag"` XML parser error is now retriable. [PR #13076](https://github.com/Azure/azure-sdk-for-js/pull/13076).
66

0 commit comments

Comments
 (0)