From 395d64d137bf38f834c6bf8c0e91ad11dfc0fd20 Mon Sep 17 00:00:00 2001 From: deyaaeldeen Date: Thu, 17 Jun 2021 23:41:02 +0000 Subject: [PATCH 01/13] [Storage] Use ES2017 --- sdk/core/core-http/tsconfig.json | 1 - sdk/core/core-lro/tsconfig.json | 1 - sdk/storage/storage-blob-changefeed/tsconfig.json | 1 - sdk/storage/storage-blob/tsconfig.json | 1 - sdk/storage/storage-datalake/tsconfig.json | 2 +- sdk/storage/storage-file-datalake/tsconfig.json | 1 - sdk/storage/storage-file-share/tsconfig.json | 1 - sdk/storage/storage-internal-avro/tsconfig.json | 2 +- sdk/storage/storage-queue/tsconfig.json | 2 +- 9 files changed, 3 insertions(+), 9 deletions(-) diff --git a/sdk/core/core-http/tsconfig.json b/sdk/core/core-http/tsconfig.json index 9297e6572f79..385444e7c6bb 100644 --- a/sdk/core/core-http/tsconfig.json +++ b/sdk/core/core-http/tsconfig.json @@ -3,7 +3,6 @@ "compilerOptions": { "module": "commonjs", "outDir": "dist", - "target": "es5", "declarationDir": "./types/latest" }, "exclude": ["node_modules"], diff --git a/sdk/core/core-lro/tsconfig.json b/sdk/core/core-lro/tsconfig.json index 4820f2c7f6fd..03fc9ff7ca4c 100644 --- a/sdk/core/core-lro/tsconfig.json +++ b/sdk/core/core-lro/tsconfig.json @@ -1,7 +1,6 @@ { "extends": "../../../tsconfig.package", "compilerOptions": { - "target": "es5", "outDir": "./dist-esm", "declarationDir": "./types" }, diff --git a/sdk/storage/storage-blob-changefeed/tsconfig.json b/sdk/storage/storage-blob-changefeed/tsconfig.json index f89af540f58e..2d4093229285 100644 --- a/sdk/storage/storage-blob-changefeed/tsconfig.json +++ b/sdk/storage/storage-blob-changefeed/tsconfig.json @@ -6,7 +6,6 @@ "sourceMap": true, "inlineSources": true, "newLine": "LF", - "target": "es5", "moduleResolution": "node", "noUnusedLocals": true, "noUnusedParameters": true, diff --git a/sdk/storage/storage-blob/tsconfig.json b/sdk/storage/storage-blob/tsconfig.json index 87bfa51f261a..30ee4ab31057 100644 --- a/sdk/storage/storage-blob/tsconfig.json +++ b/sdk/storage/storage-blob/tsconfig.json @@ -1,7 +1,6 @@ { "extends": "../../../tsconfig.package", "compilerOptions": { - "target": "es5", "declarationDir": "./typings/latest", "outDir": "./dist-esm", "lib": ["dom", "es5", "es6", "es7", "esnext"] diff --git a/sdk/storage/storage-datalake/tsconfig.json b/sdk/storage/storage-datalake/tsconfig.json index 422b584abd5e..8f1155a15cee 100644 --- a/sdk/storage/storage-datalake/tsconfig.json +++ b/sdk/storage/storage-datalake/tsconfig.json @@ -3,7 +3,7 @@ "module": "es6", "moduleResolution": "node", "strict": true, - "target": "es5", + "target": "ES2017", "sourceMap": true, "declarationMap": true, "esModuleInterop": true, diff --git a/sdk/storage/storage-file-datalake/tsconfig.json b/sdk/storage/storage-file-datalake/tsconfig.json index c35976e440c9..9f975525b2df 100644 --- a/sdk/storage/storage-file-datalake/tsconfig.json +++ b/sdk/storage/storage-file-datalake/tsconfig.json @@ -1,7 +1,6 @@ { "extends": "../../../tsconfig.package", "compilerOptions": { - "target": "es5", "declarationDir": "./typings/latest", "outDir": "./dist-esm", "lib": ["dom", "es5", "es6", "es7", "esnext"] diff --git a/sdk/storage/storage-file-share/tsconfig.json b/sdk/storage/storage-file-share/tsconfig.json index 6e93555f95cd..1412a9e71031 100644 --- a/sdk/storage/storage-file-share/tsconfig.json +++ b/sdk/storage/storage-file-share/tsconfig.json @@ -1,7 +1,6 @@ { "extends": "../../../tsconfig.package", "compilerOptions": { - "target": "es5", "declarationDir": "./typings/latest", "outDir": "./dist-esm", "lib": ["dom", "es5", "es6", "es7", "esnext"] diff --git a/sdk/storage/storage-internal-avro/tsconfig.json b/sdk/storage/storage-internal-avro/tsconfig.json index dbc93666cc3c..59936309f9dd 100644 --- a/sdk/storage/storage-internal-avro/tsconfig.json +++ b/sdk/storage/storage-internal-avro/tsconfig.json @@ -6,7 +6,7 @@ "sourceMap": true, "inlineSources": true, "newLine": "LF", - "target": "es5", + "target": "ES2017", "moduleResolution": "node", "noUnusedLocals": true, "noUnusedParameters": true, diff --git a/sdk/storage/storage-queue/tsconfig.json b/sdk/storage/storage-queue/tsconfig.json index 7cb54efc5738..06eec6cd125e 100644 --- a/sdk/storage/storage-queue/tsconfig.json +++ b/sdk/storage/storage-queue/tsconfig.json @@ -6,7 +6,7 @@ "sourceMap": true, "inlineSources": true, "newLine": "LF", - "target": "es5", + "target": "ES2017", "moduleResolution": "node", "noUnusedLocals": true, "noUnusedParameters": true, From 7c747739fdc0acea2faf5712c951aa51a0a1a1f5 Mon Sep 17 00:00:00 2001 From: deyaaeldeen Date: Thu, 17 Jun 2021 23:44:03 +0000 Subject: [PATCH 02/13] edit --- sdk/storage/storage-blob-changefeed/tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/sdk/storage/storage-blob-changefeed/tsconfig.json b/sdk/storage/storage-blob-changefeed/tsconfig.json index 2d4093229285..c7b6c414d056 100644 --- a/sdk/storage/storage-blob-changefeed/tsconfig.json +++ b/sdk/storage/storage-blob-changefeed/tsconfig.json @@ -6,6 +6,7 @@ "sourceMap": true, "inlineSources": true, "newLine": "LF", + "target": "ES2017", "moduleResolution": "node", "noUnusedLocals": true, "noUnusedParameters": true, From 92a1a842a032bba95f140e98d892180b1684cdf3 Mon Sep 17 00:00:00 2001 From: deyaaeldeen Date: Wed, 23 Jun 2021 22:26:50 +0000 Subject: [PATCH 03/13] patch dev-tool to work with shared sources without node_modules --- common/tools/dev-tool/src/commands/samples/prep.ts | 5 ----- 1 file changed, 5 deletions(-) diff --git a/common/tools/dev-tool/src/commands/samples/prep.ts b/common/tools/dev-tool/src/commands/samples/prep.ts index 93520fee5d22..a71827e9f48a 100644 --- a/common/tools/dev-tool/src/commands/samples/prep.ts +++ b/common/tools/dev-tool/src/commands/samples/prep.ts @@ -68,11 +68,6 @@ async function enableLocalRun( let relativePath = new Array(depth).fill("..").join("/"); - if (isTs) { - // TypeScript imports should use src directly - relativePath += "/src"; - } - outputContent = fileContents.replace( importRegex, isTs ? `import $1 from "${relativePath}";` : `const $1 = require("${relativePath}");` From a56d389e5f2fc995f9d7b3c1fc24cd87fc7700ce Mon Sep 17 00:00:00 2001 From: deyaaeldeen Date: Wed, 23 Jun 2021 22:28:41 +0000 Subject: [PATCH 04/13] bump core-lro version --- sdk/core/core-lro/CHANGELOG.md | 5 ++++- sdk/core/core-lro/package.json | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/sdk/core/core-lro/CHANGELOG.md b/sdk/core/core-lro/CHANGELOG.md index 492bd011c446..8851d7abc6dd 100644 --- a/sdk/core/core-lro/CHANGELOG.md +++ b/sdk/core/core-lro/CHANGELOG.md @@ -1,7 +1,10 @@ # Release History -## 1.0.6 (Unreleased) +## 2.0.0 (Unreleased) +### New Features + +- compiled to target ES2017 ## 1.0.5 (2021-04-12) diff --git a/sdk/core/core-lro/package.json b/sdk/core/core-lro/package.json index 541fbdd231f3..fbd11c85f851 100644 --- a/sdk/core/core-lro/package.json +++ b/sdk/core/core-lro/package.json @@ -2,7 +2,7 @@ "name": "@azure/core-lro", "author": "Microsoft Corporation", "sdk-type": "client", - "version": "1.0.6", + "version": "2.0.0", "description": "LRO Polling strategy for the Azure SDK in TypeScript", "tags": [ "isomorphic", From 981bb37fc62d82bc99a76e6509595c7ea8b4b5a3 Mon Sep 17 00:00:00 2001 From: deyaaeldeen Date: Wed, 23 Jun 2021 22:36:34 +0000 Subject: [PATCH 05/13] bump minor version for storage packages --- sdk/storage/storage-blob/CHANGELOG.md | 8 ++++---- sdk/storage/storage-blob/package.json | 2 +- sdk/storage/storage-datalake/package.json | 2 +- sdk/storage/storage-file-datalake/CHANGELOG.md | 2 ++ sdk/storage/storage-file-datalake/package.json | 2 +- sdk/storage/storage-file-share/CHANGELOG.md | 6 ++++-- sdk/storage/storage-file-share/package.json | 2 +- sdk/storage/storage-queue/CHANGELOG.md | 2 ++ sdk/storage/storage-queue/package.json | 2 +- 9 files changed, 17 insertions(+), 11 deletions(-) diff --git a/sdk/storage/storage-blob/CHANGELOG.md b/sdk/storage/storage-blob/CHANGELOG.md index 30b6df5baf7f..a7262cd54daa 100644 --- a/sdk/storage/storage-blob/CHANGELOG.md +++ b/sdk/storage/storage-blob/CHANGELOG.md @@ -1,6 +1,6 @@ # Release History -## 12.6.1 (Unreleased) +## 12.7.0 (Unreleased) ### Features Added @@ -355,12 +355,12 @@ - [Breaking] The static methods to create client types are removed. The functionality is moved into new instance methods added to the parent clients. - [Breaking] The telemetry strings have been updated. - `Azure-Storage/${SDK_VERSION}` is updated to `azsdk-js-storagefile/${SDK_VERSION}`. -- [Breaking]  withPipeline method is removed. +- [Breaking] withPipeline method is removed. - Async iterators with pagination support are added for listing methods - `listContainers()`, `listBlobsFlat()` and `listBlobsByHierarchy()` - Please refer to the samples for async iterators in the `samples` folder. -- [Breaking]  Methods that list segments(`listBlobFlatSegment()` and `listContainersSegment()`) are no longer exposed in public api. -- [Breaking]  High level convenience functions are moved into clients as their instance member function. +- [Breaking] Methods that list segments(`listBlobFlatSegment()` and `listContainersSegment()`) are no longer exposed in public api. +- [Breaking] High level convenience functions are moved into clients as their instance member function. - `uploadFileToBlockBlob()`, `uploadStreamToBlockBlob()` and `uploadBrowserDataToBlockBlob()` -> `BlockBlobClient.uploadFile()`, `BlockBlobClient.uploadStream()` and `BlockBlobClient.uploadBrowserData()` respectively - `downloadBlobToBuffer()` -> `BlobClient.downloadToBuffer()` - [Breaking] `StorageClient` is no longer exposed. `StorageClient.newPipeline()` static method is moved to the top level exported function `newPipeline()`. diff --git a/sdk/storage/storage-blob/package.json b/sdk/storage/storage-blob/package.json index 12edfff46aa1..044a8abcb10e 100644 --- a/sdk/storage/storage-blob/package.json +++ b/sdk/storage/storage-blob/package.json @@ -1,7 +1,7 @@ { "name": "@azure/storage-blob", "sdk-type": "client", - "version": "12.6.1", + "version": "12.7.0", "description": "Microsoft Azure Storage SDK for JavaScript - Blob", "main": "./dist/index.js", "module": "./dist-esm/storage-blob/src/index.js", diff --git a/sdk/storage/storage-datalake/package.json b/sdk/storage/storage-datalake/package.json index 77ded73c86f2..9ba5b708452d 100644 --- a/sdk/storage/storage-datalake/package.json +++ b/sdk/storage/storage-datalake/package.json @@ -2,7 +2,7 @@ "name": "@azure/storage-datalake", "author": "Microsoft Corporation", "description": "DataLakeStorageClient Library with typescript type definitions for node.js and browser.", - "version": "0.2.0", + "version": "0.3.0", "dependencies": { "@azure/ms-rest-azure-js": "^2.0.1", "@azure/ms-rest-js": "^2.0.4", diff --git a/sdk/storage/storage-file-datalake/CHANGELOG.md b/sdk/storage/storage-file-datalake/CHANGELOG.md index fd8fe1d3aca4..452e8d00331d 100644 --- a/sdk/storage/storage-file-datalake/CHANGELOG.md +++ b/sdk/storage/storage-file-datalake/CHANGELOG.md @@ -1,5 +1,7 @@ # Release History +## 12.6.0 (Unreleased) + ## 12.5.0 (2021-06-09) - Includes all features released in 12.5.0-beta.1. diff --git a/sdk/storage/storage-file-datalake/package.json b/sdk/storage/storage-file-datalake/package.json index 2ec07e79261c..a906f2b50f43 100644 --- a/sdk/storage/storage-file-datalake/package.json +++ b/sdk/storage/storage-file-datalake/package.json @@ -1,6 +1,6 @@ { "name": "@azure/storage-file-datalake", - "version": "12.5.0", + "version": "12.6.0", "description": "Microsoft Azure Storage SDK for JavaScript - DataLake", "sdk-type": "client", "main": "./dist/index.js", diff --git a/sdk/storage/storage-file-share/CHANGELOG.md b/sdk/storage/storage-file-share/CHANGELOG.md index 46d0d1dd8698..179f9d868c08 100644 --- a/sdk/storage/storage-file-share/CHANGELOG.md +++ b/sdk/storage/storage-file-share/CHANGELOG.md @@ -1,5 +1,7 @@ # Release History +## 12.7.0 (Unreleased) + ## 12.6.0 (2021-06-09) - Updated Azure Storage Service API version to 2020-08-04. @@ -229,8 +231,8 @@ - Async iterators with pagination support are added for listing methods - `listFilesAndDirectories()` and `listShares()` - Please refer to the samples for async iterators in the `samples` folder. -- [Breaking] Methods that list segments(`listFilesAndDirectoriesSegment()` and `listSharesSegment()`) are no longer exposed in public api. -- [Breaking] High level convenience functions are moved into clients as their instance member function. +- [Breaking] Methods that list segments(`listFilesAndDirectoriesSegment()` and `listSharesSegment()`) are no longer exposed in public api. +- [Breaking] High level convenience functions are moved into clients as their instance member function. - `uploadFileToAzureFile()`, `uploadStreamToAzureFile()`, `downloadAzureFileToBuffer()` and `uploadBrowserDataToAzureFile()` -> `FileClient.uploadFile()`, `FileClient.uploadStream()`, `FileClient.downloadToBuffer()` and `FileClient.uploadBrowserData()` respectively. - [Breaking] `StorageClient` is no longer exposed. `StorageClient.newPipeline()` static method is moved to the top level exported function `newPipeline()`. diff --git a/sdk/storage/storage-file-share/package.json b/sdk/storage/storage-file-share/package.json index ffdd5c71ca1c..af507b80c6cd 100644 --- a/sdk/storage/storage-file-share/package.json +++ b/sdk/storage/storage-file-share/package.json @@ -1,7 +1,7 @@ { "name": "@azure/storage-file-share", "sdk-type": "client", - "version": "12.6.0", + "version": "12.7.0", "description": "Microsoft Azure Storage SDK for JavaScript - File", "main": "./dist/index.js", "module": "./dist-esm/src/index.js", diff --git a/sdk/storage/storage-queue/CHANGELOG.md b/sdk/storage/storage-queue/CHANGELOG.md index 293a7db28e7f..15f44ea823ee 100644 --- a/sdk/storage/storage-queue/CHANGELOG.md +++ b/sdk/storage/storage-queue/CHANGELOG.md @@ -1,5 +1,7 @@ # Release History +## 12.6.0 (Unreleased) + ## 12.5.0 (2021-06-09) - Updated Azure Storage Service API version to 2020-08-04. diff --git a/sdk/storage/storage-queue/package.json b/sdk/storage/storage-queue/package.json index bf1361417121..f52a2e4a85a3 100644 --- a/sdk/storage/storage-queue/package.json +++ b/sdk/storage/storage-queue/package.json @@ -1,7 +1,7 @@ { "name": "@azure/storage-queue", "sdk-type": "client", - "version": "12.5.0", + "version": "12.6.0", "description": "Microsoft Azure Storage SDK for JavaScript - Queue", "main": "./dist/index.js", "module": "./dist-esm/src/index.js", From 425469a980e78882a6c09960ba67c7e07e8f826c Mon Sep 17 00:00:00 2001 From: deyaaeldeen Date: Wed, 23 Jun 2021 22:40:54 +0000 Subject: [PATCH 06/13] revert version bump for storage-datalake since it does not depend on core-http --- sdk/storage/storage-datalake/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/storage/storage-datalake/package.json b/sdk/storage/storage-datalake/package.json index 9ba5b708452d..77ded73c86f2 100644 --- a/sdk/storage/storage-datalake/package.json +++ b/sdk/storage/storage-datalake/package.json @@ -2,7 +2,7 @@ "name": "@azure/storage-datalake", "author": "Microsoft Corporation", "description": "DataLakeStorageClient Library with typescript type definitions for node.js and browser.", - "version": "0.3.0", + "version": "0.2.0", "dependencies": { "@azure/ms-rest-azure-js": "^2.0.1", "@azure/ms-rest-js": "^2.0.4", From 7911832044b87140e964a99d12f1985b0c1b5dc3 Mon Sep 17 00:00:00 2001 From: deyaaeldeen Date: Wed, 23 Jun 2021 22:49:52 +0000 Subject: [PATCH 07/13] upgrade everyone to depend on core-lro@^2.0.0 --- sdk/communication/communication-identity/package.json | 2 +- sdk/communication/communication-phone-numbers/package.json | 2 +- sdk/formrecognizer/ai-form-recognizer/package.json | 2 +- sdk/keyvault/keyvault-admin/package.json | 2 +- sdk/keyvault/keyvault-certificates/package.json | 2 +- sdk/keyvault/keyvault-keys/package.json | 2 +- sdk/keyvault/keyvault-secrets/package.json | 2 +- sdk/metricsadvisor/ai-metrics-advisor/package.json | 2 +- sdk/storage/storage-blob-changefeed/package.json | 2 +- sdk/storage/storage-blob/package.json | 2 +- sdk/synapse/synapse-artifacts/package.json | 2 +- sdk/textanalytics/ai-text-analytics/package.json | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) diff --git a/sdk/communication/communication-identity/package.json b/sdk/communication/communication-identity/package.json index efbb4ef2f049..81f4cf839535 100644 --- a/sdk/communication/communication-identity/package.json +++ b/sdk/communication/communication-identity/package.json @@ -77,7 +77,7 @@ "@azure/communication-common": "^1.0.0", "@azure/core-auth": "^1.3.0", "@azure/core-http": "^1.2.0", - "@azure/core-lro": "^1.0.6", + "@azure/core-lro": "^2.0.0", "@azure/core-paging": "^1.1.1", "@azure/core-tracing": "1.0.0-preview.12", "@azure/logger": "^1.0.0", diff --git a/sdk/communication/communication-phone-numbers/package.json b/sdk/communication/communication-phone-numbers/package.json index b8097778687a..2dae244b0bc9 100644 --- a/sdk/communication/communication-phone-numbers/package.json +++ b/sdk/communication/communication-phone-numbers/package.json @@ -65,7 +65,7 @@ "@azure/abort-controller": "^1.0.0", "@azure/core-auth": "^1.3.0", "@azure/core-http": "^1.2.0", - "@azure/core-lro": "^1.0.6", + "@azure/core-lro": "^2.0.0", "@azure/core-paging": "^1.1.1", "@azure/core-tracing": "1.0.0-preview.12", "@azure/logger": "^1.0.0", diff --git a/sdk/formrecognizer/ai-form-recognizer/package.json b/sdk/formrecognizer/ai-form-recognizer/package.json index b2c66d679bc9..719ed9070ace 100644 --- a/sdk/formrecognizer/ai-form-recognizer/package.json +++ b/sdk/formrecognizer/ai-form-recognizer/package.json @@ -79,7 +79,7 @@ "prettier": "@azure/eslint-plugin-azure-sdk/prettier.json", "dependencies": { "@azure/core-auth": "^1.3.0", - "@azure/core-lro": "^1.0.6", + "@azure/core-lro": "^2.0.0", "@azure/core-paging": "^1.1.1", "@azure/core-http": "^1.2.0", "@azure/core-tracing": "1.0.0-preview.12", diff --git a/sdk/keyvault/keyvault-admin/package.json b/sdk/keyvault/keyvault-admin/package.json index 2b3d32eaf19e..6c598d3fa356 100644 --- a/sdk/keyvault/keyvault-admin/package.json +++ b/sdk/keyvault/keyvault-admin/package.json @@ -107,7 +107,7 @@ "@azure/core-auth": "^1.3.0", "@azure/core-client": "^1.0.0", "@azure/core-http": "^1.2.0", - "@azure/core-lro": "^1.0.6", + "@azure/core-lro": "^2.0.0", "@azure/core-paging": "^1.1.1", "@azure/core-rest-pipeline": "^1.1.0", "@azure/core-tracing": "1.0.0-preview.12", diff --git a/sdk/keyvault/keyvault-certificates/package.json b/sdk/keyvault/keyvault-certificates/package.json index 0b8f094eff08..1b8d9cceb04d 100644 --- a/sdk/keyvault/keyvault-certificates/package.json +++ b/sdk/keyvault/keyvault-certificates/package.json @@ -109,7 +109,7 @@ "dependencies": { "@azure/abort-controller": "^1.0.0", "@azure/core-http": "^1.2.0", - "@azure/core-lro": "^1.0.6", + "@azure/core-lro": "^2.0.0", "@azure/core-paging": "^1.1.1", "@azure/core-tracing": "1.0.0-preview.12", "@azure/logger": "^1.0.0", diff --git a/sdk/keyvault/keyvault-keys/package.json b/sdk/keyvault/keyvault-keys/package.json index 8ab2fdcf4e52..3c6ccd8c73f8 100644 --- a/sdk/keyvault/keyvault-keys/package.json +++ b/sdk/keyvault/keyvault-keys/package.json @@ -105,7 +105,7 @@ "dependencies": { "@azure/abort-controller": "^1.0.0", "@azure/core-http": "^1.2.0", - "@azure/core-lro": "^1.0.6", + "@azure/core-lro": "^2.0.0", "@azure/core-paging": "^1.1.1", "@azure/core-tracing": "1.0.0-preview.12", "@azure/logger": "^1.0.0", diff --git a/sdk/keyvault/keyvault-secrets/package.json b/sdk/keyvault/keyvault-secrets/package.json index 38938b255935..40232dc72f53 100644 --- a/sdk/keyvault/keyvault-secrets/package.json +++ b/sdk/keyvault/keyvault-secrets/package.json @@ -105,7 +105,7 @@ "dependencies": { "@azure/abort-controller": "^1.0.0", "@azure/core-http": "^1.2.0", - "@azure/core-lro": "^1.0.6", + "@azure/core-lro": "^2.0.0", "@azure/core-paging": "^1.1.1", "@azure/core-tracing": "1.0.0-preview.12", "@azure/logger": "^1.0.0", diff --git a/sdk/metricsadvisor/ai-metrics-advisor/package.json b/sdk/metricsadvisor/ai-metrics-advisor/package.json index 75715f6e56e3..31e0f3e073b9 100644 --- a/sdk/metricsadvisor/ai-metrics-advisor/package.json +++ b/sdk/metricsadvisor/ai-metrics-advisor/package.json @@ -82,7 +82,7 @@ "prettier": "@azure/eslint-plugin-azure-sdk/prettier.json", "dependencies": { "@azure/core-auth": "^1.3.0", - "@azure/core-lro": "^1.0.6", + "@azure/core-lro": "^2.0.0", "@azure/core-paging": "^1.1.1", "@azure/core-http": "^1.2.0", "@azure/core-tracing": "1.0.0-preview.12", diff --git a/sdk/storage/storage-blob-changefeed/package.json b/sdk/storage/storage-blob-changefeed/package.json index e48cde45b46e..3644b18116af 100644 --- a/sdk/storage/storage-blob-changefeed/package.json +++ b/sdk/storage/storage-blob-changefeed/package.json @@ -97,7 +97,7 @@ "@azure/storage-blob": "^12.6.0-beta.1", "@azure/abort-controller": "^1.0.0", "@azure/core-http": "^1.2.0", - "@azure/core-lro": "^1.0.6", + "@azure/core-lro": "^2.0.0", "@azure/core-paging": "^1.1.1", "@azure/core-tracing": "1.0.0-preview.12", "@azure/logger": "^1.0.0", diff --git a/sdk/storage/storage-blob/package.json b/sdk/storage/storage-blob/package.json index 044a8abcb10e..b31966671dcf 100644 --- a/sdk/storage/storage-blob/package.json +++ b/sdk/storage/storage-blob/package.json @@ -128,7 +128,7 @@ "dependencies": { "@azure/abort-controller": "^1.0.0", "@azure/core-http": "^1.2.0", - "@azure/core-lro": "^1.0.6", + "@azure/core-lro": "^2.0.0", "@azure/core-paging": "^1.1.1", "@azure/core-tracing": "1.0.0-preview.12", "@azure/logger": "^1.0.0", diff --git a/sdk/synapse/synapse-artifacts/package.json b/sdk/synapse/synapse-artifacts/package.json index 755b64f50394..6074bf64c24f 100644 --- a/sdk/synapse/synapse-artifacts/package.json +++ b/sdk/synapse/synapse-artifacts/package.json @@ -7,7 +7,7 @@ "homepage": "https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/synapse/synapse-artifacts/README.md", "repository": "github:Azure/azure-sdk-for-js", "dependencies": { - "@azure/core-lro": "^1.0.6", + "@azure/core-lro": "^2.0.0", "@azure/core-paging": "^1.1.1", "@azure/core-http": "^1.2.0", "@azure/core-tracing": "1.0.0-preview.12", diff --git a/sdk/textanalytics/ai-text-analytics/package.json b/sdk/textanalytics/ai-text-analytics/package.json index 27fd072f9334..57cd73f5f4ca 100644 --- a/sdk/textanalytics/ai-text-analytics/package.json +++ b/sdk/textanalytics/ai-text-analytics/package.json @@ -94,7 +94,7 @@ "@azure/core-auth": "^1.3.0", "@azure/core-client": "^1.0.0", "@azure/core-rest-pipeline": "^1.1.0", - "@azure/core-lro": "^1.0.6", + "@azure/core-lro": "^2.0.0", "@azure/core-paging": "^1.1.1", "@azure/core-tracing": "1.0.0-preview.12", "@azure/logger": "^1.0.0", From b68a9335b0a11e77aad2d0d174386f030849e033 Mon Sep 17 00:00:00 2001 From: deyaaeldeen Date: Wed, 23 Jun 2021 23:04:31 +0000 Subject: [PATCH 08/13] quantum to target ES2017 --- sdk/quantum/quantum-jobs/tsconfig.json | 1 - 1 file changed, 1 deletion(-) diff --git a/sdk/quantum/quantum-jobs/tsconfig.json b/sdk/quantum/quantum-jobs/tsconfig.json index bf3fbe880e89..e838de106aff 100644 --- a/sdk/quantum/quantum-jobs/tsconfig.json +++ b/sdk/quantum/quantum-jobs/tsconfig.json @@ -2,7 +2,6 @@ "extends": "../../../tsconfig.package", "compilerOptions": { "strict": true, - "target": "es5", "sourceMap": true, "lib": [ "es6", From d5631639daa2d1065cdc6db2555c377505039778 Mon Sep 17 00:00:00 2001 From: Ramya Achutha Rao Date: Wed, 23 Jun 2021 18:07:45 -0700 Subject: [PATCH 09/13] Revert "upgrade everyone to depend on core-lro@^2.0.0" This reverts commit 7911832044b87140e964a99d12f1985b0c1b5dc3. --- sdk/communication/communication-identity/package.json | 2 +- sdk/communication/communication-phone-numbers/package.json | 2 +- sdk/formrecognizer/ai-form-recognizer/package.json | 2 +- sdk/keyvault/keyvault-admin/package.json | 2 +- sdk/keyvault/keyvault-certificates/package.json | 2 +- sdk/keyvault/keyvault-keys/package.json | 2 +- sdk/keyvault/keyvault-secrets/package.json | 2 +- sdk/metricsadvisor/ai-metrics-advisor/package.json | 2 +- sdk/storage/storage-blob-changefeed/package.json | 2 +- sdk/storage/storage-blob/package.json | 2 +- sdk/synapse/synapse-artifacts/package.json | 2 +- sdk/textanalytics/ai-text-analytics/package.json | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) diff --git a/sdk/communication/communication-identity/package.json b/sdk/communication/communication-identity/package.json index 81f4cf839535..efbb4ef2f049 100644 --- a/sdk/communication/communication-identity/package.json +++ b/sdk/communication/communication-identity/package.json @@ -77,7 +77,7 @@ "@azure/communication-common": "^1.0.0", "@azure/core-auth": "^1.3.0", "@azure/core-http": "^1.2.0", - "@azure/core-lro": "^2.0.0", + "@azure/core-lro": "^1.0.6", "@azure/core-paging": "^1.1.1", "@azure/core-tracing": "1.0.0-preview.12", "@azure/logger": "^1.0.0", diff --git a/sdk/communication/communication-phone-numbers/package.json b/sdk/communication/communication-phone-numbers/package.json index 2dae244b0bc9..b8097778687a 100644 --- a/sdk/communication/communication-phone-numbers/package.json +++ b/sdk/communication/communication-phone-numbers/package.json @@ -65,7 +65,7 @@ "@azure/abort-controller": "^1.0.0", "@azure/core-auth": "^1.3.0", "@azure/core-http": "^1.2.0", - "@azure/core-lro": "^2.0.0", + "@azure/core-lro": "^1.0.6", "@azure/core-paging": "^1.1.1", "@azure/core-tracing": "1.0.0-preview.12", "@azure/logger": "^1.0.0", diff --git a/sdk/formrecognizer/ai-form-recognizer/package.json b/sdk/formrecognizer/ai-form-recognizer/package.json index 719ed9070ace..b2c66d679bc9 100644 --- a/sdk/formrecognizer/ai-form-recognizer/package.json +++ b/sdk/formrecognizer/ai-form-recognizer/package.json @@ -79,7 +79,7 @@ "prettier": "@azure/eslint-plugin-azure-sdk/prettier.json", "dependencies": { "@azure/core-auth": "^1.3.0", - "@azure/core-lro": "^2.0.0", + "@azure/core-lro": "^1.0.6", "@azure/core-paging": "^1.1.1", "@azure/core-http": "^1.2.0", "@azure/core-tracing": "1.0.0-preview.12", diff --git a/sdk/keyvault/keyvault-admin/package.json b/sdk/keyvault/keyvault-admin/package.json index 6c598d3fa356..2b3d32eaf19e 100644 --- a/sdk/keyvault/keyvault-admin/package.json +++ b/sdk/keyvault/keyvault-admin/package.json @@ -107,7 +107,7 @@ "@azure/core-auth": "^1.3.0", "@azure/core-client": "^1.0.0", "@azure/core-http": "^1.2.0", - "@azure/core-lro": "^2.0.0", + "@azure/core-lro": "^1.0.6", "@azure/core-paging": "^1.1.1", "@azure/core-rest-pipeline": "^1.1.0", "@azure/core-tracing": "1.0.0-preview.12", diff --git a/sdk/keyvault/keyvault-certificates/package.json b/sdk/keyvault/keyvault-certificates/package.json index 1b8d9cceb04d..0b8f094eff08 100644 --- a/sdk/keyvault/keyvault-certificates/package.json +++ b/sdk/keyvault/keyvault-certificates/package.json @@ -109,7 +109,7 @@ "dependencies": { "@azure/abort-controller": "^1.0.0", "@azure/core-http": "^1.2.0", - "@azure/core-lro": "^2.0.0", + "@azure/core-lro": "^1.0.6", "@azure/core-paging": "^1.1.1", "@azure/core-tracing": "1.0.0-preview.12", "@azure/logger": "^1.0.0", diff --git a/sdk/keyvault/keyvault-keys/package.json b/sdk/keyvault/keyvault-keys/package.json index 3c6ccd8c73f8..8ab2fdcf4e52 100644 --- a/sdk/keyvault/keyvault-keys/package.json +++ b/sdk/keyvault/keyvault-keys/package.json @@ -105,7 +105,7 @@ "dependencies": { "@azure/abort-controller": "^1.0.0", "@azure/core-http": "^1.2.0", - "@azure/core-lro": "^2.0.0", + "@azure/core-lro": "^1.0.6", "@azure/core-paging": "^1.1.1", "@azure/core-tracing": "1.0.0-preview.12", "@azure/logger": "^1.0.0", diff --git a/sdk/keyvault/keyvault-secrets/package.json b/sdk/keyvault/keyvault-secrets/package.json index 40232dc72f53..38938b255935 100644 --- a/sdk/keyvault/keyvault-secrets/package.json +++ b/sdk/keyvault/keyvault-secrets/package.json @@ -105,7 +105,7 @@ "dependencies": { "@azure/abort-controller": "^1.0.0", "@azure/core-http": "^1.2.0", - "@azure/core-lro": "^2.0.0", + "@azure/core-lro": "^1.0.6", "@azure/core-paging": "^1.1.1", "@azure/core-tracing": "1.0.0-preview.12", "@azure/logger": "^1.0.0", diff --git a/sdk/metricsadvisor/ai-metrics-advisor/package.json b/sdk/metricsadvisor/ai-metrics-advisor/package.json index 31e0f3e073b9..75715f6e56e3 100644 --- a/sdk/metricsadvisor/ai-metrics-advisor/package.json +++ b/sdk/metricsadvisor/ai-metrics-advisor/package.json @@ -82,7 +82,7 @@ "prettier": "@azure/eslint-plugin-azure-sdk/prettier.json", "dependencies": { "@azure/core-auth": "^1.3.0", - "@azure/core-lro": "^2.0.0", + "@azure/core-lro": "^1.0.6", "@azure/core-paging": "^1.1.1", "@azure/core-http": "^1.2.0", "@azure/core-tracing": "1.0.0-preview.12", diff --git a/sdk/storage/storage-blob-changefeed/package.json b/sdk/storage/storage-blob-changefeed/package.json index 3644b18116af..e48cde45b46e 100644 --- a/sdk/storage/storage-blob-changefeed/package.json +++ b/sdk/storage/storage-blob-changefeed/package.json @@ -97,7 +97,7 @@ "@azure/storage-blob": "^12.6.0-beta.1", "@azure/abort-controller": "^1.0.0", "@azure/core-http": "^1.2.0", - "@azure/core-lro": "^2.0.0", + "@azure/core-lro": "^1.0.6", "@azure/core-paging": "^1.1.1", "@azure/core-tracing": "1.0.0-preview.12", "@azure/logger": "^1.0.0", diff --git a/sdk/storage/storage-blob/package.json b/sdk/storage/storage-blob/package.json index b31966671dcf..044a8abcb10e 100644 --- a/sdk/storage/storage-blob/package.json +++ b/sdk/storage/storage-blob/package.json @@ -128,7 +128,7 @@ "dependencies": { "@azure/abort-controller": "^1.0.0", "@azure/core-http": "^1.2.0", - "@azure/core-lro": "^2.0.0", + "@azure/core-lro": "^1.0.6", "@azure/core-paging": "^1.1.1", "@azure/core-tracing": "1.0.0-preview.12", "@azure/logger": "^1.0.0", diff --git a/sdk/synapse/synapse-artifacts/package.json b/sdk/synapse/synapse-artifacts/package.json index 6074bf64c24f..755b64f50394 100644 --- a/sdk/synapse/synapse-artifacts/package.json +++ b/sdk/synapse/synapse-artifacts/package.json @@ -7,7 +7,7 @@ "homepage": "https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/synapse/synapse-artifacts/README.md", "repository": "github:Azure/azure-sdk-for-js", "dependencies": { - "@azure/core-lro": "^2.0.0", + "@azure/core-lro": "^1.0.6", "@azure/core-paging": "^1.1.1", "@azure/core-http": "^1.2.0", "@azure/core-tracing": "1.0.0-preview.12", diff --git a/sdk/textanalytics/ai-text-analytics/package.json b/sdk/textanalytics/ai-text-analytics/package.json index 57cd73f5f4ca..27fd072f9334 100644 --- a/sdk/textanalytics/ai-text-analytics/package.json +++ b/sdk/textanalytics/ai-text-analytics/package.json @@ -94,7 +94,7 @@ "@azure/core-auth": "^1.3.0", "@azure/core-client": "^1.0.0", "@azure/core-rest-pipeline": "^1.1.0", - "@azure/core-lro": "^2.0.0", + "@azure/core-lro": "^1.0.6", "@azure/core-paging": "^1.1.1", "@azure/core-tracing": "1.0.0-preview.12", "@azure/logger": "^1.0.0", From f1e5675246612711aff9ab227a1a775bcd2390c3 Mon Sep 17 00:00:00 2001 From: Ramya Achutha Rao Date: Wed, 23 Jun 2021 18:10:31 -0700 Subject: [PATCH 10/13] Revert version change for core-lro --- sdk/core/core-lro/CHANGELOG.md | 2 +- sdk/core/core-lro/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sdk/core/core-lro/CHANGELOG.md b/sdk/core/core-lro/CHANGELOG.md index 8851d7abc6dd..bca3519fd40d 100644 --- a/sdk/core/core-lro/CHANGELOG.md +++ b/sdk/core/core-lro/CHANGELOG.md @@ -1,6 +1,6 @@ # Release History -## 2.0.0 (Unreleased) +## 1.0.6 (Unreleased) ### New Features diff --git a/sdk/core/core-lro/package.json b/sdk/core/core-lro/package.json index fbd11c85f851..541fbdd231f3 100644 --- a/sdk/core/core-lro/package.json +++ b/sdk/core/core-lro/package.json @@ -2,7 +2,7 @@ "name": "@azure/core-lro", "author": "Microsoft Corporation", "sdk-type": "client", - "version": "2.0.0", + "version": "1.0.6", "description": "LRO Polling strategy for the Azure SDK in TypeScript", "tags": [ "isomorphic", From 9ea21a33fc3f62a3eaaebcd514b2de11033585e9 Mon Sep 17 00:00:00 2001 From: Ramya Achutha Rao Date: Wed, 23 Jun 2021 18:10:54 -0700 Subject: [PATCH 11/13] Better changelogs --- sdk/core/core-http/CHANGELOG.md | 2 ++ sdk/core/core-lro/CHANGELOG.md | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/sdk/core/core-http/CHANGELOG.md b/sdk/core/core-http/CHANGELOG.md index 6a94d77d6ecf..614b1ee2195c 100644 --- a/sdk/core/core-http/CHANGELOG.md +++ b/sdk/core/core-http/CHANGELOG.md @@ -4,6 +4,8 @@ ### Features Added +- Changed TS compilation target to ES2017 in order to produce smaller bundles and use more native platform features + ### Breaking Changes - Updated @azure/core-tracing to version `1.0.0-preview.12`. See [@azure/core-tracing CHANGELOG](https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-tracing/CHANGELOG.md) for details about breaking changes with tracing. diff --git a/sdk/core/core-lro/CHANGELOG.md b/sdk/core/core-lro/CHANGELOG.md index bca3519fd40d..3027313aee59 100644 --- a/sdk/core/core-lro/CHANGELOG.md +++ b/sdk/core/core-lro/CHANGELOG.md @@ -4,7 +4,7 @@ ### New Features -- compiled to target ES2017 +- Changed TS compilation target to ES2017 in order to produce smaller bundles and use more native platform features ## 1.0.5 (2021-04-12) From e424f29990bc534092312227531bb09560331282 Mon Sep 17 00:00:00 2001 From: Ramya Achutha Rao Date: Wed, 23 Jun 2021 23:16:21 -0700 Subject: [PATCH 12/13] Update changelogs for storage --- sdk/storage/storage-blob/CHANGELOG.md | 9 +++++---- sdk/storage/storage-file-datalake/CHANGELOG.md | 3 ++- sdk/storage/storage-file-share/CHANGELOG.md | 3 ++- sdk/storage/storage-queue/CHANGELOG.md | 3 ++- 4 files changed, 11 insertions(+), 7 deletions(-) diff --git a/sdk/storage/storage-blob/CHANGELOG.md b/sdk/storage/storage-blob/CHANGELOG.md index a7262cd54daa..7e2526d0c030 100644 --- a/sdk/storage/storage-blob/CHANGELOG.md +++ b/sdk/storage/storage-blob/CHANGELOG.md @@ -4,13 +4,14 @@ ### Features Added +- Changed TS compilation target to ES2017 in order to produce smaller bundles and use more native platform features + ### Breaking Changes ### Key Bugs Fixed ### Fixed - ## 12.6.0 (2021-06-09) - Includes all features released in 12.6.0-beta.1. @@ -355,12 +356,12 @@ - [Breaking] The static methods to create client types are removed. The functionality is moved into new instance methods added to the parent clients. - [Breaking] The telemetry strings have been updated. - `Azure-Storage/${SDK_VERSION}` is updated to `azsdk-js-storagefile/${SDK_VERSION}`. -- [Breaking] withPipeline method is removed. +- [Breaking] withPipeline method is removed. - Async iterators with pagination support are added for listing methods - `listContainers()`, `listBlobsFlat()` and `listBlobsByHierarchy()` - Please refer to the samples for async iterators in the `samples` folder. -- [Breaking] Methods that list segments(`listBlobFlatSegment()` and `listContainersSegment()`) are no longer exposed in public api. -- [Breaking] High level convenience functions are moved into clients as their instance member function. +- [Breaking] Methods that list segments(`listBlobFlatSegment()` and `listContainersSegment()`) are no longer exposed in public api. +- [Breaking] High level convenience functions are moved into clients as their instance member function. - `uploadFileToBlockBlob()`, `uploadStreamToBlockBlob()` and `uploadBrowserDataToBlockBlob()` -> `BlockBlobClient.uploadFile()`, `BlockBlobClient.uploadStream()` and `BlockBlobClient.uploadBrowserData()` respectively - `downloadBlobToBuffer()` -> `BlobClient.downloadToBuffer()` - [Breaking] `StorageClient` is no longer exposed. `StorageClient.newPipeline()` static method is moved to the top level exported function `newPipeline()`. diff --git a/sdk/storage/storage-file-datalake/CHANGELOG.md b/sdk/storage/storage-file-datalake/CHANGELOG.md index 118db63b40f4..eb934587f838 100644 --- a/sdk/storage/storage-file-datalake/CHANGELOG.md +++ b/sdk/storage/storage-file-datalake/CHANGELOG.md @@ -4,13 +4,14 @@ ### Features Added +- Changed TS compilation target to ES2017 in order to produce smaller bundles and use more native platform features + ### Breaking Changes ### Key Bugs Fixed ### Fixed - ## 12.5.0 (2021-06-09) - Includes all features released in 12.5.0-beta.1. diff --git a/sdk/storage/storage-file-share/CHANGELOG.md b/sdk/storage/storage-file-share/CHANGELOG.md index 671093c31664..ab65003604cf 100644 --- a/sdk/storage/storage-file-share/CHANGELOG.md +++ b/sdk/storage/storage-file-share/CHANGELOG.md @@ -4,13 +4,14 @@ ### Features Added +- Changed TS compilation target to ES2017 in order to produce smaller bundles and use more native platform features + ### Breaking Changes ### Key Bugs Fixed ### Fixed - ## 12.6.0 (2021-06-09) - Updated Azure Storage Service API version to 2020-08-04. diff --git a/sdk/storage/storage-queue/CHANGELOG.md b/sdk/storage/storage-queue/CHANGELOG.md index 3ef108b6a466..d043c6fd2ef9 100644 --- a/sdk/storage/storage-queue/CHANGELOG.md +++ b/sdk/storage/storage-queue/CHANGELOG.md @@ -4,13 +4,14 @@ ### Features Added +- Changed TS compilation target to ES2017 in order to produce smaller bundles and use more native platform features + ### Breaking Changes ### Key Bugs Fixed ### Fixed - ## 12.5.0 (2021-06-09) - Updated Azure Storage Service API version to 2020-08-04. From daece936fb1bcf4ec7c388baeb1836c3e93e2741 Mon Sep 17 00:00:00 2001 From: Ramya Achutha Rao Date: Wed, 23 Jun 2021 23:17:09 -0700 Subject: [PATCH 13/13] Update storage version in other places --- .../storage-blob/src/generated/src/storageClientContext.ts | 2 +- sdk/storage/storage-blob/src/utils/constants.ts | 2 +- sdk/storage/storage-blob/swagger/README.md | 2 +- .../src/generated/src/storageClientContext.ts | 2 +- sdk/storage/storage-file-datalake/src/utils/constants.ts | 2 +- sdk/storage/storage-file-datalake/swagger/README.md | 2 +- .../src/generated/src/storageClientContext.ts | 2 +- sdk/storage/storage-file-share/src/utils/constants.ts | 2 +- sdk/storage/storage-file-share/swagger/README.md | 2 +- .../storage-queue/src/generated/src/storageClientContext.ts | 2 +- sdk/storage/storage-queue/src/utils/constants.ts | 2 +- sdk/storage/storage-queue/swagger/README.md | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) diff --git a/sdk/storage/storage-blob/src/generated/src/storageClientContext.ts b/sdk/storage/storage-blob/src/generated/src/storageClientContext.ts index eadc7a75d318..875a3d460f73 100644 --- a/sdk/storage/storage-blob/src/generated/src/storageClientContext.ts +++ b/sdk/storage/storage-blob/src/generated/src/storageClientContext.ts @@ -10,7 +10,7 @@ import * as coreHttp from "@azure/core-http"; import { StorageClientOptionalParams } from "./models"; const packageName = "azure-storage-blob"; -const packageVersion = "12.6.0-beta.1"; +const packageVersion = "12.7.0"; export class StorageClientContext extends coreHttp.ServiceClient { url: string; diff --git a/sdk/storage/storage-blob/src/utils/constants.ts b/sdk/storage/storage-blob/src/utils/constants.ts index a6ae3677cef8..812f57869452 100644 --- a/sdk/storage/storage-blob/src/utils/constants.ts +++ b/sdk/storage/storage-blob/src/utils/constants.ts @@ -1,7 +1,7 @@ // Copyright (c) Microsoft Corporation. // Licensed under the MIT license. -export const SDK_VERSION: string = "12.6.1"; +export const SDK_VERSION: string = "12.7.0"; export const SERVICE_VERSION: string = "2020-08-04"; export const BLOCK_BLOB_MAX_UPLOAD_BLOB_BYTES: number = 256 * 1024 * 1024; // 256MB diff --git a/sdk/storage/storage-blob/swagger/README.md b/sdk/storage/storage-blob/swagger/README.md index f848f3af1d1c..c0b7fea055ba 100644 --- a/sdk/storage/storage-blob/swagger/README.md +++ b/sdk/storage/storage-blob/swagger/README.md @@ -20,7 +20,7 @@ disable-async-iterators: true add-credentials: false use-extension: "@autorest/typescript": "6.0.0-dev.20210218.1" -package-version: 12.6.0 +package-version: 12.7.0 ``` ## Customizations for Track 2 Generator diff --git a/sdk/storage/storage-file-datalake/src/generated/src/storageClientContext.ts b/sdk/storage/storage-file-datalake/src/generated/src/storageClientContext.ts index c3fe998ea423..825cf5c2f28d 100644 --- a/sdk/storage/storage-file-datalake/src/generated/src/storageClientContext.ts +++ b/sdk/storage/storage-file-datalake/src/generated/src/storageClientContext.ts @@ -10,7 +10,7 @@ import * as coreHttp from "@azure/core-http"; import { StorageClientOptionalParams } from "./models"; const packageName = "azure-storage-datalake"; -const packageVersion = "12.5.1"; +const packageVersion = "12.6.0"; export class StorageClientContext extends coreHttp.ServiceClient { url: string; diff --git a/sdk/storage/storage-file-datalake/src/utils/constants.ts b/sdk/storage/storage-file-datalake/src/utils/constants.ts index c42f0120f499..95896e69b4ba 100644 --- a/sdk/storage/storage-file-datalake/src/utils/constants.ts +++ b/sdk/storage/storage-file-datalake/src/utils/constants.ts @@ -1,7 +1,7 @@ // Copyright (c) Microsoft Corporation. // Licensed under the MIT license. -export const SDK_VERSION: string = "12.5.1"; +export const SDK_VERSION: string = "12.6.0"; export const SERVICE_VERSION: string = "2020-06-12"; export const KB: number = 1024; diff --git a/sdk/storage/storage-file-datalake/swagger/README.md b/sdk/storage/storage-file-datalake/swagger/README.md index 65a81304f2bf..d23a3a2f659d 100644 --- a/sdk/storage/storage-file-datalake/swagger/README.md +++ b/sdk/storage/storage-file-datalake/swagger/README.md @@ -20,7 +20,7 @@ disable-async-iterators: true add-credentials: false use-extension: "@autorest/typescript": "6.0.0-dev.20210223.1" -package-version: 12.5.1 +package-version: 12.6.0 ``` ## Customizations for Track 2 Generator diff --git a/sdk/storage/storage-file-share/src/generated/src/storageClientContext.ts b/sdk/storage/storage-file-share/src/generated/src/storageClientContext.ts index 56ff8b5b4e72..772a603bba4e 100644 --- a/sdk/storage/storage-file-share/src/generated/src/storageClientContext.ts +++ b/sdk/storage/storage-file-share/src/generated/src/storageClientContext.ts @@ -10,7 +10,7 @@ import * as coreHttp from "@azure/core-http"; import { StorageClientOptionalParams } from "./models"; const packageName = "azure-storage-file-share"; -const packageVersion = "12.6.1"; +const packageVersion = "12.7.0"; export class StorageClientContext extends coreHttp.ServiceClient { url: string; diff --git a/sdk/storage/storage-file-share/src/utils/constants.ts b/sdk/storage/storage-file-share/src/utils/constants.ts index 6336e306953f..588b6d41fb0c 100644 --- a/sdk/storage/storage-file-share/src/utils/constants.ts +++ b/sdk/storage/storage-file-share/src/utils/constants.ts @@ -1,7 +1,7 @@ // Copyright (c) Microsoft Corporation. // Licensed under the MIT license. -export const SDK_VERSION: string = "12.6.1"; +export const SDK_VERSION: string = "12.7.0"; export const SERVICE_VERSION: string = "2020-08-04"; export const FILE_MAX_SIZE_BYTES: number = 4 * 1024 * 1024 * 1024 * 1024; // 4TB diff --git a/sdk/storage/storage-file-share/swagger/README.md b/sdk/storage/storage-file-share/swagger/README.md index 6569b26e8b7b..63ee104d54a1 100644 --- a/sdk/storage/storage-file-share/swagger/README.md +++ b/sdk/storage/storage-file-share/swagger/README.md @@ -20,7 +20,7 @@ disable-async-iterators: true add-credentials: false use-extension: "@autorest/typescript": "6.0.0-dev.20210218.1" -package-version: 12.6.1 +package-version: 12.7.0 ``` ## Customizations for Track 2 Generator diff --git a/sdk/storage/storage-queue/src/generated/src/storageClientContext.ts b/sdk/storage/storage-queue/src/generated/src/storageClientContext.ts index ef6bea647b30..29170a98b637 100644 --- a/sdk/storage/storage-queue/src/generated/src/storageClientContext.ts +++ b/sdk/storage/storage-queue/src/generated/src/storageClientContext.ts @@ -10,7 +10,7 @@ import * as coreHttp from "@azure/core-http"; import { StorageClientOptionalParams } from "./models"; const packageName = "azure-storage-queue"; -const packageVersion = "12.5.1"; +const packageVersion = "12.6.0"; export class StorageClientContext extends coreHttp.ServiceClient { url: string; diff --git a/sdk/storage/storage-queue/src/utils/constants.ts b/sdk/storage/storage-queue/src/utils/constants.ts index 3670be345055..8957596de221 100644 --- a/sdk/storage/storage-queue/src/utils/constants.ts +++ b/sdk/storage/storage-queue/src/utils/constants.ts @@ -1,7 +1,7 @@ // Copyright (c) Microsoft Corporation. // Licensed under the MIT license. -export const SDK_VERSION: string = "12.5.1"; +export const SDK_VERSION: string = "12.6.0"; export const SERVICE_VERSION: string = "2020-08-04"; /** diff --git a/sdk/storage/storage-queue/swagger/README.md b/sdk/storage/storage-queue/swagger/README.md index 1e9c6b6797d2..b6da2d77a485 100644 --- a/sdk/storage/storage-queue/swagger/README.md +++ b/sdk/storage/storage-queue/swagger/README.md @@ -20,7 +20,7 @@ disable-async-iterators: true add-credentials: false use-extension: "@autorest/typescript": "6.0.0-dev.20210218.1" -package-version: 12.5.1 +package-version: 12.6.0 ``` ## Customizations for Track 2 Generator