From 290a6e4d6627083535d5fe2a7d429cc04e2d2293 Mon Sep 17 00:00:00 2001 From: Ramya Rao Date: Mon, 1 Nov 2021 15:15:54 -0700 Subject: [PATCH] Update all samples to use Identity v2 (#18463) --- samples/cors/ts/server/package.json | 2 +- samples/frameworks/electron/ts/package.json | 2 +- samples/frameworks/react/ts/package.json | 2 +- .../agrifood-farming-rest/samples/v1/javascript/package.json | 2 +- .../agrifood-farming-rest/samples/v1/typescript/package.json | 2 +- .../app-configuration/samples/v1/javascript/package.json | 2 +- .../app-configuration/samples/v1/typescript/package.json | 2 +- .../communication-identity/samples/v1/javascript/package.json | 2 +- .../communication-identity/samples/v1/typescript/package.json | 2 +- .../communication-sms/samples/v1/javascript/package.json | 2 +- .../communication-sms/samples/v1/typescript/package.json | 2 +- .../confidential-ledger-rest/samples/v1/javascript/package.json | 2 +- .../confidential-ledger-rest/samples/v1/typescript/package.json | 2 +- .../container-registry/samples/v1/javascript/package.json | 2 +- .../container-registry/samples/v1/typescript/package.json | 2 +- sdk/cosmosdb/cosmos/samples/v3/javascript/package.json | 2 +- sdk/cosmosdb/cosmos/samples/v3/typescript/package.json | 2 +- .../iot-device-update/samples/v1/javascript/package.json | 2 +- .../iot-device-update/samples/v1/typescript/package.json | 2 +- .../digital-twins-core/samples/v1/javascript/package.json | 2 +- .../digital-twins-core/samples/v1/typescript/package.json | 2 +- sdk/eventhub/event-hubs/samples-browser/package.json | 2 +- sdk/eventhub/event-hubs/samples/v5/browser/package.json | 2 +- sdk/eventhub/event-hubs/samples/v5/javascript/package.json | 2 +- sdk/eventhub/event-hubs/samples/v5/typescript/package.json | 2 +- .../ai-form-recognizer/samples/v3/javascript/package.json | 2 +- .../ai-form-recognizer/samples/v3/typescript/package.json | 2 +- sdk/identity/identity/samples/typescript/package.json | 2 +- sdk/keyvault/keyvault-admin/samples/v4/javascript/package.json | 2 +- sdk/keyvault/keyvault-admin/samples/v4/typescript/package.json | 2 +- .../keyvault-certificates/samples/v4/javascript/package.json | 2 +- .../keyvault-certificates/samples/v4/typescript/package.json | 2 +- sdk/keyvault/keyvault-keys/samples/v4/javascript/package.json | 2 +- sdk/keyvault/keyvault-keys/samples/v4/typescript/package.json | 2 +- .../keyvault-secrets/samples/v4/javascript/package.json | 2 +- .../keyvault-secrets/samples/v4/typescript/package.json | 2 +- .../purview-account-rest/samples/v1/javascript/package.json | 2 +- .../purview-account-rest/samples/v1/typescript/package.json | 2 +- .../samples/v1/javascript/package.json | 2 +- .../samples/v1/typescript/package.json | 2 +- .../purview-catalog-rest/samples/v1/javascript/package.json | 2 +- .../purview-catalog-rest/samples/v1/typescript/package.json | 2 +- .../purview-scanning-rest/samples/v1/javascript/package.json | 2 +- .../purview-scanning-rest/samples/v1/typescript/package.json | 2 +- sdk/quantum/quantum-jobs/samples/package.json | 2 +- .../schema-registry-avro/samples/v1/javascript/package.json | 2 +- .../schema-registry-avro/samples/v1/typescript/package.json | 2 +- .../schema-registry/samples/v1/javascript/package.json | 2 +- .../schema-registry/samples/v1/typescript/package.json | 2 +- sdk/servicebus/service-bus/samples/v7/javascript/package.json | 2 +- sdk/servicebus/service-bus/samples/v7/typescript/package.json | 2 +- sdk/storage/storage-blob/samples/javascript/package.json | 2 +- sdk/tables/data-tables/samples/v12/javascript/package.json | 2 +- sdk/tables/data-tables/samples/v12/typescript/package.json | 2 +- sdk/template/template/samples/v1/javascript/package.json | 2 +- sdk/template/template/samples/v1/typescript/package.json | 2 +- .../ai-text-analytics/samples/v5/javascript/package.json | 2 +- .../ai-text-analytics/samples/v5/typescript/package.json | 2 +- 58 files changed, 58 insertions(+), 58 deletions(-) diff --git a/samples/cors/ts/server/package.json b/samples/cors/ts/server/package.json index bd14fb5582f8..07a8be15d245 100644 --- a/samples/cors/ts/server/package.json +++ b/samples/cors/ts/server/package.json @@ -3,7 +3,7 @@ "version": "0.1.0", "private": true, "dependencies": { - "@azure/identity": "^1.2.0", + "@azure/identity": "^2.0.1", "@azure/keyvault-secrets": "^4.1.0", "@types/node": "^14.14.19", "axios": "^0.21.1", diff --git a/samples/frameworks/electron/ts/package.json b/samples/frameworks/electron/ts/package.json index e377e5f44357..2baf7a10c642 100644 --- a/samples/frameworks/electron/ts/package.json +++ b/samples/frameworks/electron/ts/package.json @@ -23,7 +23,7 @@ "webpack": "^5.6.0" }, "dependencies": { - "@azure/identity": "^1.2.0", + "@azure/identity": "^2.0.1", "@azure/logger": "^1.0.0", "@azure/service-bus": "^7.0.0", "@azure/storage-blob": "^12.3.0", diff --git a/samples/frameworks/react/ts/package.json b/samples/frameworks/react/ts/package.json index f75edf834f79..8a28731ca567 100644 --- a/samples/frameworks/react/ts/package.json +++ b/samples/frameworks/react/ts/package.json @@ -4,7 +4,7 @@ "private": true, "dependencies": { "@azure/event-hubs": "^5.3.1", - "@azure/identity": "^1.2.0", + "@azure/identity": "^2.0.1", "@azure/storage-blob": "^12.3.0", "react": "^17.0.1", "react-dom": "^17.0.1", diff --git a/sdk/agrifood/agrifood-farming-rest/samples/v1/javascript/package.json b/sdk/agrifood/agrifood-farming-rest/samples/v1/javascript/package.json index 3c1f96807857..1d4a9a7de9bb 100644 --- a/sdk/agrifood/agrifood-farming-rest/samples/v1/javascript/package.json +++ b/sdk/agrifood/agrifood-farming-rest/samples/v1/javascript/package.json @@ -28,6 +28,6 @@ "dependencies": { "@azure-rest/agrifood-farming": "next", "dotenv": "latest", - "@azure/identity": "^1.1.0" + "@azure/identity": "^2.0.1" } } diff --git a/sdk/agrifood/agrifood-farming-rest/samples/v1/typescript/package.json b/sdk/agrifood/agrifood-farming-rest/samples/v1/typescript/package.json index 7c8bbc00bbc9..ab08843ecf9d 100644 --- a/sdk/agrifood/agrifood-farming-rest/samples/v1/typescript/package.json +++ b/sdk/agrifood/agrifood-farming-rest/samples/v1/typescript/package.json @@ -32,7 +32,7 @@ "dependencies": { "@azure-rest/agrifood-farming": "next", "dotenv": "latest", - "@azure/identity": "^1.1.0" + "@azure/identity": "^2.0.1" }, "devDependencies": { "typescript": "~4.2.0", diff --git a/sdk/appconfiguration/app-configuration/samples/v1/javascript/package.json b/sdk/appconfiguration/app-configuration/samples/v1/javascript/package.json index e1b558989f49..a08c9b121984 100644 --- a/sdk/appconfiguration/app-configuration/samples/v1/javascript/package.json +++ b/sdk/appconfiguration/app-configuration/samples/v1/javascript/package.json @@ -29,6 +29,6 @@ "@azure/app-configuration": "latest", "dotenv": "latest", "@azure/keyvault-secrets": "^4.2.0", - "@azure/identity": "2.0.0-beta.6" + "@azure/identity": "^2.0.1" } } diff --git a/sdk/appconfiguration/app-configuration/samples/v1/typescript/package.json b/sdk/appconfiguration/app-configuration/samples/v1/typescript/package.json index ba7db9a8ab19..69e730a0f3cb 100644 --- a/sdk/appconfiguration/app-configuration/samples/v1/typescript/package.json +++ b/sdk/appconfiguration/app-configuration/samples/v1/typescript/package.json @@ -33,7 +33,7 @@ "@azure/app-configuration": "latest", "dotenv": "latest", "@azure/keyvault-secrets": "^4.2.0", - "@azure/identity": "2.0.0-beta.6" + "@azure/identity": "^2.0.1" }, "devDependencies": { "typescript": "~4.4.0", diff --git a/sdk/communication/communication-identity/samples/v1/javascript/package.json b/sdk/communication/communication-identity/samples/v1/javascript/package.json index c6cc0d05a198..546475d275e2 100644 --- a/sdk/communication/communication-identity/samples/v1/javascript/package.json +++ b/sdk/communication/communication-identity/samples/v1/javascript/package.json @@ -25,6 +25,6 @@ "dependencies": { "@azure/communication-identity": "next", "dotenv": "latest", - "@azure/identity": "2.0.0-beta.6" + "@azure/identity": "^2.0.1" } } diff --git a/sdk/communication/communication-identity/samples/v1/typescript/package.json b/sdk/communication/communication-identity/samples/v1/typescript/package.json index d538e6e056b4..d53db1105534 100644 --- a/sdk/communication/communication-identity/samples/v1/typescript/package.json +++ b/sdk/communication/communication-identity/samples/v1/typescript/package.json @@ -29,7 +29,7 @@ "dependencies": { "@azure/communication-identity": "next", "dotenv": "latest", - "@azure/identity": "2.0.0-beta.6" + "@azure/identity": "^2.0.1" }, "devDependencies": { "typescript": "~4.4.0", diff --git a/sdk/communication/communication-sms/samples/v1/javascript/package.json b/sdk/communication/communication-sms/samples/v1/javascript/package.json index 3a51208cc3c8..15af2a802f94 100644 --- a/sdk/communication/communication-sms/samples/v1/javascript/package.json +++ b/sdk/communication/communication-sms/samples/v1/javascript/package.json @@ -29,6 +29,6 @@ "dotenv": "latest", "@azure/communication-common": "^1.1.0", "@azure/core-http": "^2.0.0", - "@azure/identity": "2.0.0-beta.6" + "@azure/identity": "^2.0.1" } } diff --git a/sdk/communication/communication-sms/samples/v1/typescript/package.json b/sdk/communication/communication-sms/samples/v1/typescript/package.json index e8e660eeb732..b4f1cec0be62 100644 --- a/sdk/communication/communication-sms/samples/v1/typescript/package.json +++ b/sdk/communication/communication-sms/samples/v1/typescript/package.json @@ -33,7 +33,7 @@ "dotenv": "latest", "@azure/communication-common": "^1.1.0", "@azure/core-http": "^2.0.0", - "@azure/identity": "2.0.0-beta.6" + "@azure/identity": "^2.0.1" }, "devDependencies": { "typescript": "~4.4.0", diff --git a/sdk/confidentialledger/confidential-ledger-rest/samples/v1/javascript/package.json b/sdk/confidentialledger/confidential-ledger-rest/samples/v1/javascript/package.json index f962ebd6227a..4eecd9b5e229 100644 --- a/sdk/confidentialledger/confidential-ledger-rest/samples/v1/javascript/package.json +++ b/sdk/confidentialledger/confidential-ledger-rest/samples/v1/javascript/package.json @@ -28,6 +28,6 @@ "dependencies": { "@azure-rest/confidential-ledger": "next", "dotenv": "latest", - "@azure/identity": "^1.1.0" + "@azure/identity": "^2.0.1" } } diff --git a/sdk/confidentialledger/confidential-ledger-rest/samples/v1/typescript/package.json b/sdk/confidentialledger/confidential-ledger-rest/samples/v1/typescript/package.json index f0bc50909aef..47b716b3c7de 100644 --- a/sdk/confidentialledger/confidential-ledger-rest/samples/v1/typescript/package.json +++ b/sdk/confidentialledger/confidential-ledger-rest/samples/v1/typescript/package.json @@ -32,7 +32,7 @@ "dependencies": { "@azure-rest/confidential-ledger": "next", "dotenv": "latest", - "@azure/identity": "^1.1.0" + "@azure/identity": "^2.0.1" }, "devDependencies": { "typescript": "~4.2.0", diff --git a/sdk/containerregistry/container-registry/samples/v1/javascript/package.json b/sdk/containerregistry/container-registry/samples/v1/javascript/package.json index 0814304b6cd8..462fd0d57147 100644 --- a/sdk/containerregistry/container-registry/samples/v1/javascript/package.json +++ b/sdk/containerregistry/container-registry/samples/v1/javascript/package.json @@ -25,6 +25,6 @@ "dependencies": { "@azure/container-registry": "next", "dotenv": "latest", - "@azure/identity": "^1.3.0" + "@azure/identity": "^2.0.1" } } diff --git a/sdk/containerregistry/container-registry/samples/v1/typescript/package.json b/sdk/containerregistry/container-registry/samples/v1/typescript/package.json index 75886328da89..8be2df1c7e22 100644 --- a/sdk/containerregistry/container-registry/samples/v1/typescript/package.json +++ b/sdk/containerregistry/container-registry/samples/v1/typescript/package.json @@ -29,7 +29,7 @@ "dependencies": { "@azure/container-registry": "next", "dotenv": "latest", - "@azure/identity": "^1.3.0" + "@azure/identity": "^2.0.1" }, "devDependencies": { "typescript": "~4.2.0", diff --git a/sdk/cosmosdb/cosmos/samples/v3/javascript/package.json b/sdk/cosmosdb/cosmos/samples/v3/javascript/package.json index ba8488c3f782..516f0b4a9742 100644 --- a/sdk/cosmosdb/cosmos/samples/v3/javascript/package.json +++ b/sdk/cosmosdb/cosmos/samples/v3/javascript/package.json @@ -31,7 +31,7 @@ "dependencies": { "@azure/cosmos": "latest", "dotenv": "latest", - "@azure/identity": "^1.1.0", + "@azure/identity": "^2.0.1", "uuid": "^8.3.0" } } diff --git a/sdk/cosmosdb/cosmos/samples/v3/typescript/package.json b/sdk/cosmosdb/cosmos/samples/v3/typescript/package.json index 51e95e835409..06adea04f4fd 100644 --- a/sdk/cosmosdb/cosmos/samples/v3/typescript/package.json +++ b/sdk/cosmosdb/cosmos/samples/v3/typescript/package.json @@ -35,7 +35,7 @@ "dependencies": { "@azure/cosmos": "latest", "dotenv": "latest", - "@azure/identity": "^1.1.0", + "@azure/identity": "^2.0.1", "uuid": "^8.3.0" }, "devDependencies": { diff --git a/sdk/deviceupdate/iot-device-update/samples/v1/javascript/package.json b/sdk/deviceupdate/iot-device-update/samples/v1/javascript/package.json index 4b49e7de29e6..72cf5597f964 100644 --- a/sdk/deviceupdate/iot-device-update/samples/v1/javascript/package.json +++ b/sdk/deviceupdate/iot-device-update/samples/v1/javascript/package.json @@ -28,6 +28,6 @@ "dependencies": { "@azure/iot-device-update": "next", "dotenv": "latest", - "@azure/identity": "^1.1.0" + "@azure/identity": "^2.0.1" } } diff --git a/sdk/deviceupdate/iot-device-update/samples/v1/typescript/package.json b/sdk/deviceupdate/iot-device-update/samples/v1/typescript/package.json index eac957d57ab8..607896d6ce19 100644 --- a/sdk/deviceupdate/iot-device-update/samples/v1/typescript/package.json +++ b/sdk/deviceupdate/iot-device-update/samples/v1/typescript/package.json @@ -32,7 +32,7 @@ "dependencies": { "@azure/iot-device-update": "next", "dotenv": "latest", - "@azure/identity": "^1.1.0" + "@azure/identity": "^2.0.1" }, "devDependencies": { "typescript": "~4.2.0", diff --git a/sdk/digitaltwins/digital-twins-core/samples/v1/javascript/package.json b/sdk/digitaltwins/digital-twins-core/samples/v1/javascript/package.json index 1f6ab8709e34..f01abb92aced 100644 --- a/sdk/digitaltwins/digital-twins-core/samples/v1/javascript/package.json +++ b/sdk/digitaltwins/digital-twins-core/samples/v1/javascript/package.json @@ -31,7 +31,7 @@ "dependencies": { "@azure/digital-twins-core": "latest", "dotenv": "latest", - "@azure/identity": "^1.1.0", + "@azure/identity": "^2.0.1", "uuid": "^8.3.0" } } diff --git a/sdk/digitaltwins/digital-twins-core/samples/v1/typescript/package.json b/sdk/digitaltwins/digital-twins-core/samples/v1/typescript/package.json index 3eb3d5505050..2fa3a6902f0e 100644 --- a/sdk/digitaltwins/digital-twins-core/samples/v1/typescript/package.json +++ b/sdk/digitaltwins/digital-twins-core/samples/v1/typescript/package.json @@ -35,7 +35,7 @@ "dependencies": { "@azure/digital-twins-core": "latest", "dotenv": "latest", - "@azure/identity": "^1.1.0", + "@azure/identity": "^2.0.1", "uuid": "^8.3.0" }, "devDependencies": { diff --git a/sdk/eventhub/event-hubs/samples-browser/package.json b/sdk/eventhub/event-hubs/samples-browser/package.json index 92d06544a381..5aeec28c5a82 100644 --- a/sdk/eventhub/event-hubs/samples-browser/package.json +++ b/sdk/eventhub/event-hubs/samples-browser/package.json @@ -29,7 +29,7 @@ "sideEffects": false, "dependencies": { "@azure/event-hubs": "^5.0.0", - "@azure/identity": "^1.0.2" + "@azure/identity": "^2.0.1" }, "devDependencies": { "http-server": "^0.12.1", diff --git a/sdk/eventhub/event-hubs/samples/v5/browser/package.json b/sdk/eventhub/event-hubs/samples/v5/browser/package.json index 92d06544a381..5aeec28c5a82 100644 --- a/sdk/eventhub/event-hubs/samples/v5/browser/package.json +++ b/sdk/eventhub/event-hubs/samples/v5/browser/package.json @@ -29,7 +29,7 @@ "sideEffects": false, "dependencies": { "@azure/event-hubs": "^5.0.0", - "@azure/identity": "^1.0.2" + "@azure/identity": "^2.0.1" }, "devDependencies": { "http-server": "^0.12.1", diff --git a/sdk/eventhub/event-hubs/samples/v5/javascript/package.json b/sdk/eventhub/event-hubs/samples/v5/javascript/package.json index e40c8ea41c41..6b516f4c76e4 100644 --- a/sdk/eventhub/event-hubs/samples/v5/javascript/package.json +++ b/sdk/eventhub/event-hubs/samples/v5/javascript/package.json @@ -28,7 +28,7 @@ "@azure/event-hubs": "latest", "dotenv": "latest", "rhea-promise": "^2.1.0", - "@azure/identity": "^1.5.1", + "@azure/identity": "^2.0.1", "ws": "^7.1.1", "https-proxy-agent": "^5.0.0" } diff --git a/sdk/eventhub/event-hubs/samples/v5/typescript/package.json b/sdk/eventhub/event-hubs/samples/v5/typescript/package.json index 62214facc802..8ff0c0541520 100644 --- a/sdk/eventhub/event-hubs/samples/v5/typescript/package.json +++ b/sdk/eventhub/event-hubs/samples/v5/typescript/package.json @@ -32,7 +32,7 @@ "@azure/event-hubs": "latest", "dotenv": "latest", "rhea-promise": "^2.1.0", - "@azure/identity": "^1.5.1", + "@azure/identity": "^2.0.1", "ws": "^7.1.1", "https-proxy-agent": "^5.0.0" }, diff --git a/sdk/formrecognizer/ai-form-recognizer/samples/v3/javascript/package.json b/sdk/formrecognizer/ai-form-recognizer/samples/v3/javascript/package.json index 06a9611f13aa..6d51eba99b39 100644 --- a/sdk/formrecognizer/ai-form-recognizer/samples/v3/javascript/package.json +++ b/sdk/formrecognizer/ai-form-recognizer/samples/v3/javascript/package.json @@ -28,6 +28,6 @@ "dependencies": { "@azure/ai-form-recognizer": "latest", "dotenv": "latest", - "@azure/identity": "2.0.0-beta.5" + "@azure/identity": "^2.0.1" } } diff --git a/sdk/formrecognizer/ai-form-recognizer/samples/v3/typescript/package.json b/sdk/formrecognizer/ai-form-recognizer/samples/v3/typescript/package.json index 8877482a484d..048a1e9d974a 100644 --- a/sdk/formrecognizer/ai-form-recognizer/samples/v3/typescript/package.json +++ b/sdk/formrecognizer/ai-form-recognizer/samples/v3/typescript/package.json @@ -32,7 +32,7 @@ "dependencies": { "@azure/ai-form-recognizer": "latest", "dotenv": "latest", - "@azure/identity": "2.0.0-beta.5" + "@azure/identity": "^2.0.1" }, "devDependencies": { "typescript": "~4.2.0", diff --git a/sdk/identity/identity/samples/typescript/package.json b/sdk/identity/identity/samples/typescript/package.json index 6569988d1c6e..5d2a6643d221 100644 --- a/sdk/identity/identity/samples/typescript/package.json +++ b/sdk/identity/identity/samples/typescript/package.json @@ -29,7 +29,7 @@ "homepage": "https://github.com/Azure/azure-sdk-for-js#readme", "sideEffects": false, "dependencies": { - "@azure/identity": "2.0.0-beta.5", + "@azure/identity": "^2.0.1", "@azure/keyvault-keys": "4.1.0", "@azure/keyvault-secrets": "4.2.0", "@azure/keyvault-certificates": "4.2.0", diff --git a/sdk/keyvault/keyvault-admin/samples/v4/javascript/package.json b/sdk/keyvault/keyvault-admin/samples/v4/javascript/package.json index b9afa16327cd..b7943109fe85 100644 --- a/sdk/keyvault/keyvault-admin/samples/v4/javascript/package.json +++ b/sdk/keyvault/keyvault-admin/samples/v4/javascript/package.json @@ -33,7 +33,7 @@ "dependencies": { "@azure/keyvault-admin": "next", "dotenv": "latest", - "@azure/identity": "2.0.0-beta.5", + "@azure/identity": "^2.0.1", "uuid": "^8.3.0", "@azure/keyvault-keys": "^4.2.1" } diff --git a/sdk/keyvault/keyvault-admin/samples/v4/typescript/package.json b/sdk/keyvault/keyvault-admin/samples/v4/typescript/package.json index 5b4d0a31f9e5..2572fb7d4156 100644 --- a/sdk/keyvault/keyvault-admin/samples/v4/typescript/package.json +++ b/sdk/keyvault/keyvault-admin/samples/v4/typescript/package.json @@ -37,7 +37,7 @@ "dependencies": { "@azure/keyvault-admin": "next", "dotenv": "latest", - "@azure/identity": "2.0.0-beta.5", + "@azure/identity": "^2.0.1", "uuid": "^8.3.0", "@azure/keyvault-keys": "^4.2.1" }, diff --git a/sdk/keyvault/keyvault-certificates/samples/v4/javascript/package.json b/sdk/keyvault/keyvault-certificates/samples/v4/javascript/package.json index abe6a30433d3..7d4739c186e2 100644 --- a/sdk/keyvault/keyvault-certificates/samples/v4/javascript/package.json +++ b/sdk/keyvault/keyvault-certificates/samples/v4/javascript/package.json @@ -29,6 +29,6 @@ "dependencies": { "@azure/keyvault-certificates": "next", "dotenv": "latest", - "@azure/identity": "2.0.0-beta.6" + "@azure/identity": "^2.0.1" } } diff --git a/sdk/keyvault/keyvault-certificates/samples/v4/typescript/package.json b/sdk/keyvault/keyvault-certificates/samples/v4/typescript/package.json index 8fcc3d08ea29..269a4902b10d 100644 --- a/sdk/keyvault/keyvault-certificates/samples/v4/typescript/package.json +++ b/sdk/keyvault/keyvault-certificates/samples/v4/typescript/package.json @@ -33,7 +33,7 @@ "dependencies": { "@azure/keyvault-certificates": "next", "dotenv": "latest", - "@azure/identity": "2.0.0-beta.6" + "@azure/identity": "^2.0.1" }, "devDependencies": { "typescript": "~4.2.0", diff --git a/sdk/keyvault/keyvault-keys/samples/v4/javascript/package.json b/sdk/keyvault/keyvault-keys/samples/v4/javascript/package.json index 2945671298a2..cb4da09bfcd8 100644 --- a/sdk/keyvault/keyvault-keys/samples/v4/javascript/package.json +++ b/sdk/keyvault/keyvault-keys/samples/v4/javascript/package.json @@ -29,6 +29,6 @@ "dependencies": { "@azure/keyvault-keys": "next", "dotenv": "latest", - "@azure/identity": "^1.1.0" + "@azure/identity": "^2.0.1" } } diff --git a/sdk/keyvault/keyvault-keys/samples/v4/typescript/package.json b/sdk/keyvault/keyvault-keys/samples/v4/typescript/package.json index 263b039d8a4d..9636b499a623 100644 --- a/sdk/keyvault/keyvault-keys/samples/v4/typescript/package.json +++ b/sdk/keyvault/keyvault-keys/samples/v4/typescript/package.json @@ -33,7 +33,7 @@ "dependencies": { "@azure/keyvault-keys": "next", "dotenv": "latest", - "@azure/identity": "^1.1.0" + "@azure/identity": "^2.0.1" }, "devDependencies": { "typescript": "~4.2.0", diff --git a/sdk/keyvault/keyvault-secrets/samples/v4/javascript/package.json b/sdk/keyvault/keyvault-secrets/samples/v4/javascript/package.json index dd229c9e40ef..20cb0ef19d05 100644 --- a/sdk/keyvault/keyvault-secrets/samples/v4/javascript/package.json +++ b/sdk/keyvault/keyvault-secrets/samples/v4/javascript/package.json @@ -29,6 +29,6 @@ "dependencies": { "@azure/keyvault-secrets": "next", "dotenv": "latest", - "@azure/identity": "2.0.0-beta.6" + "@azure/identity": "^2.0.1" } } diff --git a/sdk/keyvault/keyvault-secrets/samples/v4/typescript/package.json b/sdk/keyvault/keyvault-secrets/samples/v4/typescript/package.json index 673939868bb3..2fea5caaa577 100644 --- a/sdk/keyvault/keyvault-secrets/samples/v4/typescript/package.json +++ b/sdk/keyvault/keyvault-secrets/samples/v4/typescript/package.json @@ -33,7 +33,7 @@ "dependencies": { "@azure/keyvault-secrets": "next", "dotenv": "latest", - "@azure/identity": "2.0.0-beta.6" + "@azure/identity": "^2.0.1" }, "devDependencies": { "typescript": "~4.2.0", diff --git a/sdk/purview/purview-account-rest/samples/v1/javascript/package.json b/sdk/purview/purview-account-rest/samples/v1/javascript/package.json index 5d93e3a726ea..1155b5936bd6 100644 --- a/sdk/purview/purview-account-rest/samples/v1/javascript/package.json +++ b/sdk/purview/purview-account-rest/samples/v1/javascript/package.json @@ -28,6 +28,6 @@ "dependencies": { "@azure-rest/purview-account": "next", "dotenv": "latest", - "@azure/identity": "^1.1.0" + "@azure/identity": "^2.0.1" } } diff --git a/sdk/purview/purview-account-rest/samples/v1/typescript/package.json b/sdk/purview/purview-account-rest/samples/v1/typescript/package.json index ac6eaf95f1b7..32c9b89b7e21 100644 --- a/sdk/purview/purview-account-rest/samples/v1/typescript/package.json +++ b/sdk/purview/purview-account-rest/samples/v1/typescript/package.json @@ -32,7 +32,7 @@ "dependencies": { "@azure-rest/purview-account": "next", "dotenv": "latest", - "@azure/identity": "^1.1.0" + "@azure/identity": "^2.0.1" }, "devDependencies": { "typescript": "~4.2.0", diff --git a/sdk/purview/purview-administration-rest/samples/v1/javascript/package.json b/sdk/purview/purview-administration-rest/samples/v1/javascript/package.json index 260fcf933880..48b4c6b12351 100644 --- a/sdk/purview/purview-administration-rest/samples/v1/javascript/package.json +++ b/sdk/purview/purview-administration-rest/samples/v1/javascript/package.json @@ -28,6 +28,6 @@ "dependencies": { "@azure-rest/purview-administration": "next", "dotenv": "latest", - "@azure/identity": "^1.1.0" + "@azure/identity": "^2.0.1" } } diff --git a/sdk/purview/purview-administration-rest/samples/v1/typescript/package.json b/sdk/purview/purview-administration-rest/samples/v1/typescript/package.json index 488a03b479b4..c61d8d6a7a70 100644 --- a/sdk/purview/purview-administration-rest/samples/v1/typescript/package.json +++ b/sdk/purview/purview-administration-rest/samples/v1/typescript/package.json @@ -32,7 +32,7 @@ "dependencies": { "@azure-rest/purview-administration": "next", "dotenv": "latest", - "@azure/identity": "^1.1.0" + "@azure/identity": "^2.0.1" }, "devDependencies": { "typescript": "~4.4.0", diff --git a/sdk/purview/purview-catalog-rest/samples/v1/javascript/package.json b/sdk/purview/purview-catalog-rest/samples/v1/javascript/package.json index dda7d4e83fb3..27bcc53b4b88 100644 --- a/sdk/purview/purview-catalog-rest/samples/v1/javascript/package.json +++ b/sdk/purview/purview-catalog-rest/samples/v1/javascript/package.json @@ -28,6 +28,6 @@ "dependencies": { "@azure-rest/purview-catalog": "next", "dotenv": "latest", - "@azure/identity": "^1.1.0" + "@azure/identity": "^2.0.1" } } diff --git a/sdk/purview/purview-catalog-rest/samples/v1/typescript/package.json b/sdk/purview/purview-catalog-rest/samples/v1/typescript/package.json index 0ccbdf9212a0..3f080445876e 100644 --- a/sdk/purview/purview-catalog-rest/samples/v1/typescript/package.json +++ b/sdk/purview/purview-catalog-rest/samples/v1/typescript/package.json @@ -32,7 +32,7 @@ "dependencies": { "@azure-rest/purview-catalog": "next", "dotenv": "latest", - "@azure/identity": "^1.1.0" + "@azure/identity": "^2.0.1" }, "devDependencies": { "typescript": "~4.4.0", diff --git a/sdk/purview/purview-scanning-rest/samples/v1/javascript/package.json b/sdk/purview/purview-scanning-rest/samples/v1/javascript/package.json index f2e30fdcaf46..55cbec102f44 100644 --- a/sdk/purview/purview-scanning-rest/samples/v1/javascript/package.json +++ b/sdk/purview/purview-scanning-rest/samples/v1/javascript/package.json @@ -29,6 +29,6 @@ "@azure-rest/purview-scanning": "next", "dotenv": "latest", "@azure/core-paging": "^1.1.1", - "@azure/identity": "^1.1.0" + "@azure/identity": "^2.0.1" } } diff --git a/sdk/purview/purview-scanning-rest/samples/v1/typescript/package.json b/sdk/purview/purview-scanning-rest/samples/v1/typescript/package.json index 346ae3a7801b..0d0b7100ff8e 100644 --- a/sdk/purview/purview-scanning-rest/samples/v1/typescript/package.json +++ b/sdk/purview/purview-scanning-rest/samples/v1/typescript/package.json @@ -33,7 +33,7 @@ "@azure-rest/purview-scanning": "next", "dotenv": "latest", "@azure/core-paging": "^1.1.1", - "@azure/identity": "^1.1.0" + "@azure/identity": "^2.0.1" }, "devDependencies": { "typescript": "~4.4.0", diff --git a/sdk/quantum/quantum-jobs/samples/package.json b/sdk/quantum/quantum-jobs/samples/package.json index 40d9e0c22df8..fb725cb27840 100644 --- a/sdk/quantum/quantum-jobs/samples/package.json +++ b/sdk/quantum/quantum-jobs/samples/package.json @@ -9,6 +9,6 @@ "dependencies": { "@azure/core-http": "latest", "@azure/storage-blob": "latest", - "@azure/identity": "2.0.0-beta.5" + "@azure/identity": "^2.0.1" } } diff --git a/sdk/schemaregistry/schema-registry-avro/samples/v1/javascript/package.json b/sdk/schemaregistry/schema-registry-avro/samples/v1/javascript/package.json index 992dd5421d08..c7d6356b1803 100644 --- a/sdk/schemaregistry/schema-registry-avro/samples/v1/javascript/package.json +++ b/sdk/schemaregistry/schema-registry-avro/samples/v1/javascript/package.json @@ -25,7 +25,7 @@ "dependencies": { "@azure/schema-registry-avro": "next", "dotenv": "latest", - "@azure/identity": "2.0.0-beta.6", + "@azure/identity": "^2.0.1", "@azure/schema-registry": "1.0.0-beta.3" } } diff --git a/sdk/schemaregistry/schema-registry-avro/samples/v1/typescript/package.json b/sdk/schemaregistry/schema-registry-avro/samples/v1/typescript/package.json index 61ff2f79b66d..880d3e80f120 100644 --- a/sdk/schemaregistry/schema-registry-avro/samples/v1/typescript/package.json +++ b/sdk/schemaregistry/schema-registry-avro/samples/v1/typescript/package.json @@ -29,7 +29,7 @@ "dependencies": { "@azure/schema-registry-avro": "next", "dotenv": "latest", - "@azure/identity": "2.0.0-beta.6", + "@azure/identity": "^2.0.1", "@azure/schema-registry": "1.0.0-beta.3" }, "devDependencies": { diff --git a/sdk/schemaregistry/schema-registry/samples/v1/javascript/package.json b/sdk/schemaregistry/schema-registry/samples/v1/javascript/package.json index 2d5b7ce6121a..53cfcfa74a4b 100644 --- a/sdk/schemaregistry/schema-registry/samples/v1/javascript/package.json +++ b/sdk/schemaregistry/schema-registry/samples/v1/javascript/package.json @@ -25,6 +25,6 @@ "dependencies": { "@azure/schema-registry": "next", "dotenv": "latest", - "@azure/identity": "2.0.0-beta.6" + "@azure/identity": "^2.0.1" } } diff --git a/sdk/schemaregistry/schema-registry/samples/v1/typescript/package.json b/sdk/schemaregistry/schema-registry/samples/v1/typescript/package.json index f09910bdb8d9..dc593b6a2e59 100644 --- a/sdk/schemaregistry/schema-registry/samples/v1/typescript/package.json +++ b/sdk/schemaregistry/schema-registry/samples/v1/typescript/package.json @@ -29,7 +29,7 @@ "dependencies": { "@azure/schema-registry": "next", "dotenv": "latest", - "@azure/identity": "2.0.0-beta.6" + "@azure/identity": "^2.0.1" }, "devDependencies": { "typescript": "~4.4.0", diff --git a/sdk/servicebus/service-bus/samples/v7/javascript/package.json b/sdk/servicebus/service-bus/samples/v7/javascript/package.json index c7e47dc07251..94966dff8a36 100644 --- a/sdk/servicebus/service-bus/samples/v7/javascript/package.json +++ b/sdk/servicebus/service-bus/samples/v7/javascript/package.json @@ -29,7 +29,7 @@ "dotenv": "latest", "ws": "^7.1.1", "https-proxy-agent": "^5.0.0", - "@azure/identity": "^1.1.0", + "@azure/identity": "^2.0.1", "@azure/abort-controller": "^1.0.0" } } diff --git a/sdk/servicebus/service-bus/samples/v7/typescript/package.json b/sdk/servicebus/service-bus/samples/v7/typescript/package.json index cbc4eaf1d2f4..e4377e5acbd9 100644 --- a/sdk/servicebus/service-bus/samples/v7/typescript/package.json +++ b/sdk/servicebus/service-bus/samples/v7/typescript/package.json @@ -33,7 +33,7 @@ "dotenv": "latest", "ws": "^7.1.1", "https-proxy-agent": "^5.0.0", - "@azure/identity": "^1.1.0", + "@azure/identity": "^2.0.1", "@azure/abort-controller": "^1.0.0" }, "devDependencies": { diff --git a/sdk/storage/storage-blob/samples/javascript/package.json b/sdk/storage/storage-blob/samples/javascript/package.json index 826012a0b269..3b187a2e4b60 100644 --- a/sdk/storage/storage-blob/samples/javascript/package.json +++ b/sdk/storage/storage-blob/samples/javascript/package.json @@ -26,7 +26,7 @@ "sideEffects": false, "dependencies": { "@azure/abort-controller": "latest", - "@azure/identity": "2.0.0-beta.5", + "@azure/identity": "^2.0.1", "@azure/storage-blob": "latest", "dotenv": "^8.2.0" }, diff --git a/sdk/tables/data-tables/samples/v12/javascript/package.json b/sdk/tables/data-tables/samples/v12/javascript/package.json index a4b51865f0ce..2dcd66a6c087 100644 --- a/sdk/tables/data-tables/samples/v12/javascript/package.json +++ b/sdk/tables/data-tables/samples/v12/javascript/package.json @@ -24,7 +24,7 @@ "dependencies": { "@azure/data-tables": "latest", "dotenv": "latest", - "@azure/identity": "2.0.0-beta.6", + "@azure/identity": "^2.0.1", "uuid": "^8.3.0", "@azure/core-auth": "^1.3.0" } diff --git a/sdk/tables/data-tables/samples/v12/typescript/package.json b/sdk/tables/data-tables/samples/v12/typescript/package.json index d3153e104a0f..d6ad12209c5f 100644 --- a/sdk/tables/data-tables/samples/v12/typescript/package.json +++ b/sdk/tables/data-tables/samples/v12/typescript/package.json @@ -28,7 +28,7 @@ "dependencies": { "@azure/data-tables": "latest", "dotenv": "latest", - "@azure/identity": "2.0.0-beta.6", + "@azure/identity": "^2.0.1", "uuid": "^8.3.0", "@azure/core-auth": "^1.3.0" }, diff --git a/sdk/template/template/samples/v1/javascript/package.json b/sdk/template/template/samples/v1/javascript/package.json index ff3086827330..e424d9a82ad8 100644 --- a/sdk/template/template/samples/v1/javascript/package.json +++ b/sdk/template/template/samples/v1/javascript/package.json @@ -25,6 +25,6 @@ "dependencies": { "@azure/template": "next", "dotenv": "latest", - "@azure/identity": "^1.1.0" + "@azure/identity": "^2.0.1" } } diff --git a/sdk/template/template/samples/v1/typescript/package.json b/sdk/template/template/samples/v1/typescript/package.json index 3f3bc41854cf..8532693e5035 100644 --- a/sdk/template/template/samples/v1/typescript/package.json +++ b/sdk/template/template/samples/v1/typescript/package.json @@ -29,7 +29,7 @@ "dependencies": { "@azure/template": "next", "dotenv": "latest", - "@azure/identity": "^1.1.0" + "@azure/identity": "^2.0.1" }, "devDependencies": { "typescript": "~4.1.2", diff --git a/sdk/textanalytics/ai-text-analytics/samples/v5/javascript/package.json b/sdk/textanalytics/ai-text-analytics/samples/v5/javascript/package.json index a460b8aef7f9..3a5965845d68 100644 --- a/sdk/textanalytics/ai-text-analytics/samples/v5/javascript/package.json +++ b/sdk/textanalytics/ai-text-analytics/samples/v5/javascript/package.json @@ -27,7 +27,7 @@ "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics", "dependencies": { "@azure/ai-text-analytics": "latest", - "@azure/identity": "2.0.0-beta.5", + "@azure/identity": "^2.0.1", "dotenv": "latest" } } diff --git a/sdk/textanalytics/ai-text-analytics/samples/v5/typescript/package.json b/sdk/textanalytics/ai-text-analytics/samples/v5/typescript/package.json index 5ccaa51e1c0d..4999521cc0e8 100644 --- a/sdk/textanalytics/ai-text-analytics/samples/v5/typescript/package.json +++ b/sdk/textanalytics/ai-text-analytics/samples/v5/typescript/package.json @@ -32,7 +32,7 @@ "dependencies": { "@azure/ai-text-analytics": "latest", "dotenv": "latest", - "@azure/identity": "2.0.0-beta.5" + "@azure/identity": "^2.0.1" }, "devDependencies": { "typescript": "~4.2.0",