diff --git a/openai-node b/openai-node new file mode 160000 index 000000000000..720a84336deb --- /dev/null +++ b/openai-node @@ -0,0 +1 @@ +Subproject commit 720a84336debce1beedeaedfc15a94ecd3afae0e diff --git a/samples/Bundling/rollup/js/package.json b/samples/Bundling/rollup/js/package.json index 746e02804736..00d023a52a56 100644 --- a/samples/Bundling/rollup/js/package.json +++ b/samples/Bundling/rollup/js/package.json @@ -10,10 +10,12 @@ "devDependencies": { "@azure/core-lro": "^2.0.0", "@azure/storage-blob": "^12.7.0", - "@rollup/plugin-json": "^4.0.0", "@rollup/plugin-commonjs": "^11.0.1", + "@rollup/plugin-json": "^4.0.0", "@rollup/plugin-node-resolve": "^7.0.0", "rollup-plugin-shim": "^1.0.0" }, - "dependencies": {} + "dependencies": { + "storage-example": "file:" + } } diff --git a/samples/Bundling/rollup/ts/package.json b/samples/Bundling/rollup/ts/package.json index 95615adba47f..7d5b4cf08292 100644 --- a/samples/Bundling/rollup/ts/package.json +++ b/samples/Bundling/rollup/ts/package.json @@ -11,12 +11,14 @@ "devDependencies": { "@azure/core-lro": "^2.0.0", "@azure/storage-blob": "^12.7.0", - "@rollup/plugin-json": "^4.0.0", "@rollup/plugin-commonjs": "^11.0.1", + "@rollup/plugin-json": "^4.0.0", "@rollup/plugin-node-resolve": "^7.0.0", "rollup-plugin-shim": "^1.0.0", "rollup-plugin-typescript2": "^0.24.3", "typescript": "^3.6.4" }, - "dependencies": {} + "dependencies": { + "storage-example": "file:" + } } diff --git a/samples/Bundling/webpack/js/package.json b/samples/Bundling/webpack/js/package.json index b5ac2e27bf6f..a0e27069d604 100644 --- a/samples/Bundling/webpack/js/package.json +++ b/samples/Bundling/webpack/js/package.json @@ -11,5 +11,7 @@ "@azure/core-lro": "^1.0.0", "@azure/storage-blob": "^12.0.0" }, - "dependencies": {} + "dependencies": { + "storage-example": "file:" + } } diff --git a/samples/Bundling/webpack/ts/package.json b/samples/Bundling/webpack/ts/package.json index 0c0f2d52d92b..ac753b228723 100644 --- a/samples/Bundling/webpack/ts/package.json +++ b/samples/Bundling/webpack/ts/package.json @@ -14,5 +14,7 @@ "ts-loader": "^6.2.1", "typescript": "^3.6.4" }, - "dependencies": {} + "dependencies": { + "storage-example": "file:" + } } diff --git a/samples/cors/ts/package.json b/samples/cors/ts/package.json index eedb09bc094c..8cdfbcaebf98 100644 --- a/samples/cors/ts/package.json +++ b/samples/cors/ts/package.json @@ -10,5 +10,8 @@ "devDependencies": { "concurrently": "^7.1.0", "typescript": "^4.0.3" + }, + "dependencies": { + "samples-cors-typescript": "file:" } } diff --git a/samples/cors/ts/server/package.json b/samples/cors/ts/server/package.json index 6356354c9acd..8641047b143d 100644 --- a/samples/cors/ts/server/package.json +++ b/samples/cors/ts/server/package.json @@ -10,6 +10,7 @@ "cors": "^2.8.5", "dotenv": "^16.0.0", "express": "^4.17.1", + "samples-cors-typescript-server": "file:", "typescript": "^4.0.3" }, "main": "server.ts", @@ -18,10 +19,10 @@ "start": "ts-node server.ts" }, "devDependencies": { + "@types/cors": "^2.8.9", + "@types/express": "^4.17.9", "eslint-config-prettier": "^6.15.0", "eslint-plugin-prettier": "^3.1.4", - "typescript": "^4.0.3", - "@types/cors": "^2.8.9", - "@types/express": "^4.17.9" + "typescript": "^4.0.3" } } diff --git a/samples/frameworks/electron/ts/package.json b/samples/frameworks/electron/ts/package.json index 609e6b3172d6..e8a78e54c48f 100644 --- a/samples/frameworks/electron/ts/package.json +++ b/samples/frameworks/electron/ts/package.json @@ -17,7 +17,7 @@ "devDependencies": { "@types/qs": "^6.9.5", "babel": "^6.23.0", - "electron": "^10.2.0", + "electron": "^31.7.5", "typescript": "^4.1.2", "webpack": "^5.6.0" }, @@ -26,6 +26,7 @@ "@azure/logger": "^1.0.0", "@azure/service-bus": "^7.0.0", "@azure/storage-blob": "^12.3.0", + "electron-test-app": "file:", "qs": "^6.9.4" } } diff --git a/samples/frameworks/react-native-expo/ts/messaging/package.json b/samples/frameworks/react-native-expo/ts/messaging/package.json index ab1ca08f1f3d..35f8de4c4f18 100644 --- a/samples/frameworks/react-native-expo/ts/messaging/package.json +++ b/samples/frameworks/react-native-expo/ts/messaging/package.json @@ -15,6 +15,7 @@ "@types/react-native": "~0.69.1", "expo": "~46.0.16", "expo-status-bar": "~1.4.0", + "messaging": "file:", "node-libs-react-native": "^1.2.1", "react": "18.0.0", "react-native": "0.69.6", diff --git a/samples/frameworks/react-native-expo/ts/storageBlob/package.json b/samples/frameworks/react-native-expo/ts/storageBlob/package.json index cc66b776c3bf..4a7e5532e1d0 100644 --- a/samples/frameworks/react-native-expo/ts/storageBlob/package.json +++ b/samples/frameworks/react-native-expo/ts/storageBlob/package.json @@ -16,7 +16,8 @@ "react": "18.0.0", "react-dom": "18.0.0", "react-native": "0.69.5", - "react-native-web": "~0.18.7" + "react-native-web": "~0.18.7", + "storageblob-rn-sample": "file:" }, "devDependencies": { "@babel/core": "^7.12.9", diff --git a/samples/frameworks/react-native/appconfigBasic/package.json b/samples/frameworks/react-native/appconfigBasic/package.json index 4aa5d1646ff4..4af8fb4b20cb 100644 --- a/samples/frameworks/react-native/appconfigBasic/package.json +++ b/samples/frameworks/react-native/appconfigBasic/package.json @@ -12,6 +12,7 @@ "dependencies": { "@azure/app-configuration": "1.4.0-beta.1", "@azure/core-asynciterator-polyfill": "^1.0.2", + "appconfigBasic": "file:", "expo-modules-core": "^1.2.6", "isomorphic-webcrypto": "^2.3.8", "react": "18.2.0", diff --git a/samples/web-workers/js/package.json b/samples/web-workers/js/package.json index 3af3ad0af490..12a8ccae76fd 100644 --- a/samples/web-workers/js/package.json +++ b/samples/web-workers/js/package.json @@ -18,6 +18,7 @@ ], "dependencies": { "@azure/storage-blob": "^12.5.0", - "jsdom": "^19.0.0" + "jsdom": "^19.0.0", + "samples-web-workers-js": "file:" } } diff --git a/samples/web-workers/ts/package.json b/samples/web-workers/ts/package.json index cdc92e23fc70..9ff1f66ba23d 100644 --- a/samples/web-workers/ts/package.json +++ b/samples/web-workers/ts/package.json @@ -21,6 +21,7 @@ ], "dependencies": { "@azure/storage-blob": "^12.9.0", - "jsdom": "^19.0.0" + "jsdom": "^19.0.0", + "samples-web-workers-ts": "file:" } } diff --git a/sdk/advisor/arm-advisor/samples/v3/javascript/package.json b/sdk/advisor/arm-advisor/samples/v3/javascript/package.json index 3bc113559910..db3cfe05b2c3 100644 --- a/sdk/advisor/arm-advisor/samples/v3/javascript/package.json +++ b/sdk/advisor/arm-advisor/samples/v3/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/advisor/arm-advisor", "dependencies": { + "@azure-samples/arm-advisor-js": "file:", "@azure/arm-advisor": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" } } diff --git a/sdk/advisor/arm-advisor/samples/v3/typescript/package.json b/sdk/advisor/arm-advisor/samples/v3/typescript/package.json index 4bec36767bf7..c5fac4ec1110 100644 --- a/sdk/advisor/arm-advisor/samples/v3/typescript/package.json +++ b/sdk/advisor/arm-advisor/samples/v3/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/advisor/arm-advisor", "dependencies": { + "@azure-samples/arm-advisor-ts": "file:", "@azure/arm-advisor": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/agrifood/arm-agrifood/samples/v1-beta/javascript/package.json b/sdk/agrifood/arm-agrifood/samples/v1-beta/javascript/package.json index 785aa01e53d4..0a6ac5290b9f 100644 --- a/sdk/agrifood/arm-agrifood/samples/v1-beta/javascript/package.json +++ b/sdk/agrifood/arm-agrifood/samples/v1-beta/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/agrifood/arm-agrifood", "dependencies": { + "@azure-samples/arm-agrifood-js-beta": "file:", "@azure/arm-agrifood": "next", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" } } diff --git a/sdk/agrifood/arm-agrifood/samples/v1-beta/typescript/package.json b/sdk/agrifood/arm-agrifood/samples/v1-beta/typescript/package.json index 0677114ca357..7a76a60ea70d 100644 --- a/sdk/agrifood/arm-agrifood/samples/v1-beta/typescript/package.json +++ b/sdk/agrifood/arm-agrifood/samples/v1-beta/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/agrifood/arm-agrifood", "dependencies": { + "@azure-samples/arm-agrifood-ts-beta": "file:", "@azure/arm-agrifood": "next", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/ai/ai-inference-rest/samples/cookbook/simpleCompletionsPage/package.json b/sdk/ai/ai-inference-rest/samples/cookbook/simpleCompletionsPage/package.json index 3ced62b78b70..0f9e0d3e3604 100644 --- a/sdk/ai/ai-inference-rest/samples/cookbook/simpleCompletionsPage/package.json +++ b/sdk/ai/ai-inference-rest/samples/cookbook/simpleCompletionsPage/package.json @@ -14,7 +14,8 @@ "license": "ISC", "dependencies": { "@azure-rest/ai-inference": "^1.0.0-beta.1", - "@azure/core-auth": "^1.7.2" + "@azure/core-auth": "^1.7.2", + "azure-inference-browser-completions": "file:" }, "devDependencies": { "@webpack-cli/generators": "^3.0.4", diff --git a/sdk/ai/ai-inference-rest/samples/v1-beta/javascript/package.json b/sdk/ai/ai-inference-rest/samples/v1-beta/javascript/package.json index c5b53e104def..1918d253fbbf 100644 --- a/sdk/ai/ai-inference-rest/samples/v1-beta/javascript/package.json +++ b/sdk/ai/ai-inference-rest/samples/v1-beta/javascript/package.json @@ -27,8 +27,9 @@ "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/ai/ai-inference-rest", "dependencies": { "@azure-rest/ai-inference": "next", - "dotenv": "latest", + "@azure-samples/ai-inference-js-beta": "file:", + "@azure/core-sse": "^2.1.3", "@azure/identity": "^4.3.0", - "@azure/core-sse": "^2.1.3" + "dotenv": "latest" } } diff --git a/sdk/ai/ai-inference-rest/samples/v1-beta/typescript/package.json b/sdk/ai/ai-inference-rest/samples/v1-beta/typescript/package.json index 90b1f7868885..be859334b110 100644 --- a/sdk/ai/ai-inference-rest/samples/v1-beta/typescript/package.json +++ b/sdk/ai/ai-inference-rest/samples/v1-beta/typescript/package.json @@ -31,13 +31,14 @@ "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/ai/ai-inference-rest", "dependencies": { "@azure-rest/ai-inference": "next", - "dotenv": "latest", + "@azure-samples/ai-inference-ts-beta": "file:", + "@azure/core-sse": "^2.1.3", "@azure/identity": "^4.3.0", - "@azure/core-sse": "^2.1.3" + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/analysisservices/arm-analysisservices/samples/v4/javascript/package.json b/sdk/analysisservices/arm-analysisservices/samples/v4/javascript/package.json index 5aba7d7fd404..37cfaf288c0d 100644 --- a/sdk/analysisservices/arm-analysisservices/samples/v4/javascript/package.json +++ b/sdk/analysisservices/arm-analysisservices/samples/v4/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/analysisservices/arm-analysisservices", "dependencies": { + "@azure-samples/arm-analysisservices-js": "file:", "@azure/arm-analysisservices": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" } } diff --git a/sdk/analysisservices/arm-analysisservices/samples/v4/typescript/package.json b/sdk/analysisservices/arm-analysisservices/samples/v4/typescript/package.json index f5f53b1020cb..87625a3eb6d1 100644 --- a/sdk/analysisservices/arm-analysisservices/samples/v4/typescript/package.json +++ b/sdk/analysisservices/arm-analysisservices/samples/v4/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/analysisservices/arm-analysisservices", "dependencies": { + "@azure-samples/arm-analysisservices-ts": "file:", "@azure/arm-analysisservices": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/anomalydetector/ai-anomaly-detector-rest/samples/v1-beta/javascript/package.json b/sdk/anomalydetector/ai-anomaly-detector-rest/samples/v1-beta/javascript/package.json index 9f4ad0a3f10d..71df16e1fa17 100644 --- a/sdk/anomalydetector/ai-anomaly-detector-rest/samples/v1-beta/javascript/package.json +++ b/sdk/anomalydetector/ai-anomaly-detector-rest/samples/v1-beta/javascript/package.json @@ -27,8 +27,9 @@ "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/anomalydetector/ai-anomaly-detector-rest", "dependencies": { "@azure-rest/ai-anomaly-detector": "next", - "dotenv": "latest", + "@azure-samples/ai-anomaly-detector-js-beta": "file:", "@azure/core-auth": "^1.3.0", - "csv-parse": "^5.0.3" + "csv-parse": "^5.0.3", + "dotenv": "latest" } } diff --git a/sdk/anomalydetector/ai-anomaly-detector-rest/samples/v1-beta/typescript/package.json b/sdk/anomalydetector/ai-anomaly-detector-rest/samples/v1-beta/typescript/package.json index f2d0e52cc41c..2b9875a4db54 100644 --- a/sdk/anomalydetector/ai-anomaly-detector-rest/samples/v1-beta/typescript/package.json +++ b/sdk/anomalydetector/ai-anomaly-detector-rest/samples/v1-beta/typescript/package.json @@ -31,13 +31,14 @@ "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/anomalydetector/ai-anomaly-detector-rest", "dependencies": { "@azure-rest/ai-anomaly-detector": "next", - "dotenv": "latest", + "@azure-samples/ai-anomaly-detector-ts-beta": "file:", "@azure/core-auth": "^1.3.0", - "csv-parse": "^5.0.3" + "csv-parse": "^5.0.3", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/apicenter/arm-apicenter/samples/v1/typescript/package.json b/sdk/apicenter/arm-apicenter/samples/v1/typescript/package.json index 9092c3bba474..32a47eaaee7e 100644 --- a/sdk/apicenter/arm-apicenter/samples/v1/typescript/package.json +++ b/sdk/apicenter/arm-apicenter/samples/v1/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/apicenter/arm-apicenter", "dependencies": { + "@azure-samples/arm-apicenter-ts": "file:", "@azure/arm-apicenter": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/apimanagement/arm-apimanagement/samples/v9/javascript/package.json b/sdk/apimanagement/arm-apimanagement/samples/v9/javascript/package.json index a901043e61a0..3652bcebbd2e 100644 --- a/sdk/apimanagement/arm-apimanagement/samples/v9/javascript/package.json +++ b/sdk/apimanagement/arm-apimanagement/samples/v9/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/apimanagement/arm-apimanagement", "dependencies": { + "@azure-samples/arm-apimanagement-js": "file:", "@azure/arm-apimanagement": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" } } diff --git a/sdk/apimanagement/arm-apimanagement/samples/v9/typescript/package.json b/sdk/apimanagement/arm-apimanagement/samples/v9/typescript/package.json index d4c98fc46e60..893adad25851 100644 --- a/sdk/apimanagement/arm-apimanagement/samples/v9/typescript/package.json +++ b/sdk/apimanagement/arm-apimanagement/samples/v9/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/apimanagement/arm-apimanagement", "dependencies": { + "@azure-samples/arm-apimanagement-ts": "file:", "@azure/arm-apimanagement": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/appcomplianceautomation/arm-appcomplianceautomation/samples/v1/javascript/package.json b/sdk/appcomplianceautomation/arm-appcomplianceautomation/samples/v1/javascript/package.json index a93ebb60a743..3ac4eeeb0a16 100644 --- a/sdk/appcomplianceautomation/arm-appcomplianceautomation/samples/v1/javascript/package.json +++ b/sdk/appcomplianceautomation/arm-appcomplianceautomation/samples/v1/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/appcomplianceautomation/arm-appcomplianceautomation", "dependencies": { + "@azure-samples/arm-appcomplianceautomation-js": "file:", "@azure/arm-appcomplianceautomation": "latest", - "dotenv": "latest", - "@azure/identity": "^4.0.1" + "@azure/identity": "^4.0.1", + "dotenv": "latest" } } diff --git a/sdk/appcomplianceautomation/arm-appcomplianceautomation/samples/v1/typescript/package.json b/sdk/appcomplianceautomation/arm-appcomplianceautomation/samples/v1/typescript/package.json index 693596866867..388084710fba 100644 --- a/sdk/appcomplianceautomation/arm-appcomplianceautomation/samples/v1/typescript/package.json +++ b/sdk/appcomplianceautomation/arm-appcomplianceautomation/samples/v1/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/appcomplianceautomation/arm-appcomplianceautomation", "dependencies": { + "@azure-samples/arm-appcomplianceautomation-ts": "file:", "@azure/arm-appcomplianceautomation": "latest", - "dotenv": "latest", - "@azure/identity": "^4.0.1" + "@azure/identity": "^4.0.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/appconfiguration/app-configuration/sample-react/package.json b/sdk/appconfiguration/app-configuration/sample-react/package.json index 688dad2a7fa8..d55ffd702e00 100644 --- a/sdk/appconfiguration/app-configuration/sample-react/package.json +++ b/sdk/appconfiguration/app-configuration/sample-react/package.json @@ -10,6 +10,7 @@ "@types/react-dom": "^17.0.3", "react": "^17.0.2", "react-dom": "^17.0.2", + "react-sample": "file:", "react-scripts": "4.0.3", "typescript": "^4.2.4" }, diff --git a/sdk/appconfiguration/app-configuration/samples/v1/javascript/package.json b/sdk/appconfiguration/app-configuration/samples/v1/javascript/package.json index 97a96c2efa17..ffbf2e1d8273 100644 --- a/sdk/appconfiguration/app-configuration/samples/v1/javascript/package.json +++ b/sdk/appconfiguration/app-configuration/samples/v1/javascript/package.json @@ -26,10 +26,11 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/appconfiguration/app-configuration", "dependencies": { + "@azure-samples/app-configuration-js": "file:", "@azure/app-configuration": "latest", - "dotenv": "latest", + "@azure/eventgrid": "^5.0.0", "@azure/identity": "^4.4.1", "@azure/keyvault-secrets": "^4.2.0", - "@azure/eventgrid": "^5.0.0" + "dotenv": "latest" } } diff --git a/sdk/appconfiguration/app-configuration/samples/v1/typescript/package.json b/sdk/appconfiguration/app-configuration/samples/v1/typescript/package.json index 65a3b8224781..4fb050bdaaaa 100644 --- a/sdk/appconfiguration/app-configuration/samples/v1/typescript/package.json +++ b/sdk/appconfiguration/app-configuration/samples/v1/typescript/package.json @@ -30,15 +30,16 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/appconfiguration/app-configuration", "dependencies": { + "@azure-samples/app-configuration-ts": "file:", "@azure/app-configuration": "latest", - "dotenv": "latest", + "@azure/eventgrid": "^5.0.0", "@azure/identity": "^4.4.1", "@azure/keyvault-secrets": "^4.2.0", - "@azure/eventgrid": "^5.0.0" + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/appconfiguration/arm-appconfiguration/samples/v4/javascript/package.json b/sdk/appconfiguration/arm-appconfiguration/samples/v4/javascript/package.json index 3afff1943279..affb9dac89e6 100644 --- a/sdk/appconfiguration/arm-appconfiguration/samples/v4/javascript/package.json +++ b/sdk/appconfiguration/arm-appconfiguration/samples/v4/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/appconfiguration/arm-appconfiguration", "dependencies": { + "@azure-samples/arm-appconfiguration-js": "file:", "@azure/arm-appconfiguration": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" } } diff --git a/sdk/appconfiguration/arm-appconfiguration/samples/v4/typescript/package.json b/sdk/appconfiguration/arm-appconfiguration/samples/v4/typescript/package.json index 59d2bdaecf09..da2c9e33ec02 100644 --- a/sdk/appconfiguration/arm-appconfiguration/samples/v4/typescript/package.json +++ b/sdk/appconfiguration/arm-appconfiguration/samples/v4/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/appconfiguration/arm-appconfiguration", "dependencies": { + "@azure-samples/arm-appconfiguration-ts": "file:", "@azure/arm-appconfiguration": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/appcontainers/arm-appcontainers/samples/v2/javascript/package.json b/sdk/appcontainers/arm-appcontainers/samples/v2/javascript/package.json index c20edcef9995..c780dbbd2157 100644 --- a/sdk/appcontainers/arm-appcontainers/samples/v2/javascript/package.json +++ b/sdk/appcontainers/arm-appcontainers/samples/v2/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/appcontainers/arm-appcontainers", "dependencies": { + "@azure-samples/arm-appcontainers-js": "file:", "@azure/arm-appcontainers": "latest", - "dotenv": "latest", - "@azure/identity": "^4.0.1" + "@azure/identity": "^4.0.1", + "dotenv": "latest" } } diff --git a/sdk/appcontainers/arm-appcontainers/samples/v2/typescript/package.json b/sdk/appcontainers/arm-appcontainers/samples/v2/typescript/package.json index 5d98e11906e7..f646f468fb83 100644 --- a/sdk/appcontainers/arm-appcontainers/samples/v2/typescript/package.json +++ b/sdk/appcontainers/arm-appcontainers/samples/v2/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/appcontainers/arm-appcontainers", "dependencies": { + "@azure-samples/arm-appcontainers-ts": "file:", "@azure/arm-appcontainers": "latest", - "dotenv": "latest", - "@azure/identity": "^4.0.1" + "@azure/identity": "^4.0.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/applicationinsights/arm-appinsights/samples/v5-beta/javascript/package.json b/sdk/applicationinsights/arm-appinsights/samples/v5-beta/javascript/package.json index 405f16b98d44..d045b4bca4f9 100644 --- a/sdk/applicationinsights/arm-appinsights/samples/v5-beta/javascript/package.json +++ b/sdk/applicationinsights/arm-appinsights/samples/v5-beta/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/applicationinsights/arm-appinsights", "dependencies": { + "@azure-samples/arm-appinsights-js-beta": "file:", "@azure/arm-appinsights": "next", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" } } diff --git a/sdk/applicationinsights/arm-appinsights/samples/v5-beta/typescript/package.json b/sdk/applicationinsights/arm-appinsights/samples/v5-beta/typescript/package.json index 39feb667a9a8..6a708898120e 100644 --- a/sdk/applicationinsights/arm-appinsights/samples/v5-beta/typescript/package.json +++ b/sdk/applicationinsights/arm-appinsights/samples/v5-beta/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/applicationinsights/arm-appinsights", "dependencies": { + "@azure-samples/arm-appinsights-ts-beta": "file:", "@azure/arm-appinsights": "next", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/appplatform/arm-appplatform/samples/v3/javascript/package.json b/sdk/appplatform/arm-appplatform/samples/v3/javascript/package.json index 17e5b6c326c6..7d8522d22916 100644 --- a/sdk/appplatform/arm-appplatform/samples/v3/javascript/package.json +++ b/sdk/appplatform/arm-appplatform/samples/v3/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/appplatform/arm-appplatform", "dependencies": { + "@azure-samples/arm-appplatform-js": "file:", "@azure/arm-appplatform": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" } } diff --git a/sdk/appplatform/arm-appplatform/samples/v3/typescript/package.json b/sdk/appplatform/arm-appplatform/samples/v3/typescript/package.json index 85d8be96d1b0..902e8c3a577f 100644 --- a/sdk/appplatform/arm-appplatform/samples/v3/typescript/package.json +++ b/sdk/appplatform/arm-appplatform/samples/v3/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/appplatform/arm-appplatform", "dependencies": { + "@azure-samples/arm-appplatform-ts": "file:", "@azure/arm-appplatform": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/appservice/arm-appservice-rest/samples/v1-beta/javascript/package.json b/sdk/appservice/arm-appservice-rest/samples/v1-beta/javascript/package.json index 8946e46c07d7..9fb11713c52f 100644 --- a/sdk/appservice/arm-appservice-rest/samples/v1-beta/javascript/package.json +++ b/sdk/appservice/arm-appservice-rest/samples/v1-beta/javascript/package.json @@ -27,7 +27,8 @@ "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/appservice/arm-appservice-rest", "dependencies": { "@azure-rest/arm-appservice": "next", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure-samples/arm-appservice-js-beta": "file:", + "@azure/identity": "^4.2.1", + "dotenv": "latest" } } diff --git a/sdk/appservice/arm-appservice-rest/samples/v1-beta/typescript/package.json b/sdk/appservice/arm-appservice-rest/samples/v1-beta/typescript/package.json index b9946a7e1592..ffc73ed1f3f1 100644 --- a/sdk/appservice/arm-appservice-rest/samples/v1-beta/typescript/package.json +++ b/sdk/appservice/arm-appservice-rest/samples/v1-beta/typescript/package.json @@ -31,12 +31,13 @@ "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/appservice/arm-appservice-rest", "dependencies": { "@azure-rest/arm-appservice": "next", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure-samples/arm-appservice-ts-beta": "file:", + "@azure/identity": "^4.2.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/appservice/arm-appservice/samples/v15/javascript/package.json b/sdk/appservice/arm-appservice/samples/v15/javascript/package.json index 0a28b1cf965e..a263bc4832e6 100644 --- a/sdk/appservice/arm-appservice/samples/v15/javascript/package.json +++ b/sdk/appservice/arm-appservice/samples/v15/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/appservice/arm-appservice", "dependencies": { + "@azure-samples/arm-appservice-js": "file:", "@azure/arm-appservice": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" } } diff --git a/sdk/appservice/arm-appservice/samples/v15/typescript/package.json b/sdk/appservice/arm-appservice/samples/v15/typescript/package.json index 084cad65efb5..bc2b14dc093b 100644 --- a/sdk/appservice/arm-appservice/samples/v15/typescript/package.json +++ b/sdk/appservice/arm-appservice/samples/v15/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/appservice/arm-appservice", "dependencies": { + "@azure-samples/arm-appservice-ts": "file:", "@azure/arm-appservice": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/astro/arm-astro/samples/v1-beta/javascript/package.json b/sdk/astro/arm-astro/samples/v1-beta/javascript/package.json index b6591a8d1167..c727ca2cea27 100644 --- a/sdk/astro/arm-astro/samples/v1-beta/javascript/package.json +++ b/sdk/astro/arm-astro/samples/v1-beta/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/astro/arm-astro", "dependencies": { + "@azure-samples/arm-astro-js-beta": "file:", "@azure/arm-astro": "next", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" } } diff --git a/sdk/astro/arm-astro/samples/v1-beta/typescript/package.json b/sdk/astro/arm-astro/samples/v1-beta/typescript/package.json index 48c0e69a0e91..15b6cabc0f1a 100644 --- a/sdk/astro/arm-astro/samples/v1-beta/typescript/package.json +++ b/sdk/astro/arm-astro/samples/v1-beta/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/astro/arm-astro", "dependencies": { + "@azure-samples/arm-astro-ts-beta": "file:", "@azure/arm-astro": "next", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/attestation/arm-attestation/samples/v2/javascript/package.json b/sdk/attestation/arm-attestation/samples/v2/javascript/package.json index 8b8e6312b91a..ae37a2ddf128 100644 --- a/sdk/attestation/arm-attestation/samples/v2/javascript/package.json +++ b/sdk/attestation/arm-attestation/samples/v2/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/attestation/arm-attestation", "dependencies": { + "@azure-samples/arm-attestation-js": "file:", "@azure/arm-attestation": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" } } diff --git a/sdk/attestation/arm-attestation/samples/v2/typescript/package.json b/sdk/attestation/arm-attestation/samples/v2/typescript/package.json index 46f3ffe1b22f..c2241551ced7 100644 --- a/sdk/attestation/arm-attestation/samples/v2/typescript/package.json +++ b/sdk/attestation/arm-attestation/samples/v2/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/attestation/arm-attestation", "dependencies": { + "@azure-samples/arm-attestation-ts": "file:", "@azure/arm-attestation": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/authorization/arm-authorization-profile-2020-09-01-hybrid/samples/v3/javascript/package.json b/sdk/authorization/arm-authorization-profile-2020-09-01-hybrid/samples/v3/javascript/package.json index 6d7b540ef59f..1fe7b1154b3b 100644 --- a/sdk/authorization/arm-authorization-profile-2020-09-01-hybrid/samples/v3/javascript/package.json +++ b/sdk/authorization/arm-authorization-profile-2020-09-01-hybrid/samples/v3/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/authorization/arm-authorization-profile-2020-09-01-hybrid", "dependencies": { + "@azure-samples/arm-authorization-profile-2020-09-01-hybrid-js": "file:", "@azure/arm-authorization-profile-2020-09-01-hybrid": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" } } diff --git a/sdk/authorization/arm-authorization-profile-2020-09-01-hybrid/samples/v3/typescript/package.json b/sdk/authorization/arm-authorization-profile-2020-09-01-hybrid/samples/v3/typescript/package.json index 0e2e0196bbf5..f2a9d16ddac8 100644 --- a/sdk/authorization/arm-authorization-profile-2020-09-01-hybrid/samples/v3/typescript/package.json +++ b/sdk/authorization/arm-authorization-profile-2020-09-01-hybrid/samples/v3/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/authorization/arm-authorization-profile-2020-09-01-hybrid", "dependencies": { + "@azure-samples/arm-authorization-profile-2020-09-01-hybrid-ts": "file:", "@azure/arm-authorization-profile-2020-09-01-hybrid": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/authorization/arm-authorization/samples/v10-beta/javascript/package.json b/sdk/authorization/arm-authorization/samples/v10-beta/javascript/package.json index 3940f4b61c91..caf993a6c32a 100644 --- a/sdk/authorization/arm-authorization/samples/v10-beta/javascript/package.json +++ b/sdk/authorization/arm-authorization/samples/v10-beta/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/authorization/arm-authorization", "dependencies": { + "@azure-samples/arm-authorization-js-beta": "file:", "@azure/arm-authorization": "next", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" } } diff --git a/sdk/authorization/arm-authorization/samples/v10-beta/typescript/package.json b/sdk/authorization/arm-authorization/samples/v10-beta/typescript/package.json index 9b06dd095267..0ab606c952ce 100644 --- a/sdk/authorization/arm-authorization/samples/v10-beta/typescript/package.json +++ b/sdk/authorization/arm-authorization/samples/v10-beta/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/authorization/arm-authorization", "dependencies": { + "@azure-samples/arm-authorization-ts-beta": "file:", "@azure/arm-authorization": "next", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/automanage/arm-automanage/samples/v1/javascript/package.json b/sdk/automanage/arm-automanage/samples/v1/javascript/package.json index 24fd5141a819..4b42a27164df 100644 --- a/sdk/automanage/arm-automanage/samples/v1/javascript/package.json +++ b/sdk/automanage/arm-automanage/samples/v1/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/automanage/arm-automanage", "dependencies": { + "@azure-samples/arm-automanage-js": "file:", "@azure/arm-automanage": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" } } diff --git a/sdk/automanage/arm-automanage/samples/v1/typescript/package.json b/sdk/automanage/arm-automanage/samples/v1/typescript/package.json index 90cebfdaaf84..6289775cb330 100644 --- a/sdk/automanage/arm-automanage/samples/v1/typescript/package.json +++ b/sdk/automanage/arm-automanage/samples/v1/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/automanage/arm-automanage", "dependencies": { + "@azure-samples/arm-automanage-ts": "file:", "@azure/arm-automanage": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/automation/arm-automation/samples/v11-beta/javascript/package.json b/sdk/automation/arm-automation/samples/v11-beta/javascript/package.json index e3ce4f936d0c..468c77a05d61 100644 --- a/sdk/automation/arm-automation/samples/v11-beta/javascript/package.json +++ b/sdk/automation/arm-automation/samples/v11-beta/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/automation/arm-automation", "dependencies": { + "@azure-samples/arm-automation-js-beta": "file:", "@azure/arm-automation": "next", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" } } diff --git a/sdk/automation/arm-automation/samples/v11-beta/typescript/package.json b/sdk/automation/arm-automation/samples/v11-beta/typescript/package.json index 3c142374c836..88aae4ee0ff2 100644 --- a/sdk/automation/arm-automation/samples/v11-beta/typescript/package.json +++ b/sdk/automation/arm-automation/samples/v11-beta/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/automation/arm-automation", "dependencies": { + "@azure-samples/arm-automation-ts-beta": "file:", "@azure/arm-automation": "next", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/avs/arm-avs/samples/v4/javascript/package.json b/sdk/avs/arm-avs/samples/v4/javascript/package.json index 3739af216612..991b6d76338d 100644 --- a/sdk/avs/arm-avs/samples/v4/javascript/package.json +++ b/sdk/avs/arm-avs/samples/v4/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/avs/arm-avs", "dependencies": { + "@azure-samples/arm-avs-js": "file:", "@azure/arm-avs": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" } } diff --git a/sdk/avs/arm-avs/samples/v4/typescript/package.json b/sdk/avs/arm-avs/samples/v4/typescript/package.json index 9b91fb8ff362..82be451b63a1 100644 --- a/sdk/avs/arm-avs/samples/v4/typescript/package.json +++ b/sdk/avs/arm-avs/samples/v4/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/avs/arm-avs", "dependencies": { + "@azure-samples/arm-avs-ts": "file:", "@azure/arm-avs": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/avs/arm-avs/samples/v5/javascript/package.json b/sdk/avs/arm-avs/samples/v5/javascript/package.json index e632a073fd80..03307bca6416 100644 --- a/sdk/avs/arm-avs/samples/v5/javascript/package.json +++ b/sdk/avs/arm-avs/samples/v5/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/avs/arm-avs", "dependencies": { + "@azure-samples/arm-avs-js": "file:", "@azure/arm-avs": "latest", - "dotenv": "latest", - "@azure/identity": "^4.0.1" + "@azure/identity": "^4.0.1", + "dotenv": "latest" } } diff --git a/sdk/avs/arm-avs/samples/v5/typescript/package.json b/sdk/avs/arm-avs/samples/v5/typescript/package.json index 10167928a5b1..6d9c835423e1 100644 --- a/sdk/avs/arm-avs/samples/v5/typescript/package.json +++ b/sdk/avs/arm-avs/samples/v5/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/avs/arm-avs", "dependencies": { + "@azure-samples/arm-avs-ts": "file:", "@azure/arm-avs": "latest", - "dotenv": "latest", - "@azure/identity": "^4.0.1" + "@azure/identity": "^4.0.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/azureadexternalidentities/arm-azureadexternalidentities/samples/v1/javascript/package.json b/sdk/azureadexternalidentities/arm-azureadexternalidentities/samples/v1/javascript/package.json index 975b6c602e4b..0fd2a170248c 100644 --- a/sdk/azureadexternalidentities/arm-azureadexternalidentities/samples/v1/javascript/package.json +++ b/sdk/azureadexternalidentities/arm-azureadexternalidentities/samples/v1/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/azureadexternalidentities/arm-azureadexternalidentities", "dependencies": { + "@azure-samples/arm-azureadexternalidentities-js": "file:", "@azure/arm-azureadexternalidentities": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" } } diff --git a/sdk/azureadexternalidentities/arm-azureadexternalidentities/samples/v1/typescript/package.json b/sdk/azureadexternalidentities/arm-azureadexternalidentities/samples/v1/typescript/package.json index 814273eccf5a..d70893c90d27 100644 --- a/sdk/azureadexternalidentities/arm-azureadexternalidentities/samples/v1/typescript/package.json +++ b/sdk/azureadexternalidentities/arm-azureadexternalidentities/samples/v1/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/azureadexternalidentities/arm-azureadexternalidentities", "dependencies": { + "@azure-samples/arm-azureadexternalidentities-ts": "file:", "@azure/arm-azureadexternalidentities": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/azurestack/arm-azurestack/samples/v3-beta/javascript/package.json b/sdk/azurestack/arm-azurestack/samples/v3-beta/javascript/package.json index eeae7a95fb84..49c5150c53d0 100644 --- a/sdk/azurestack/arm-azurestack/samples/v3-beta/javascript/package.json +++ b/sdk/azurestack/arm-azurestack/samples/v3-beta/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/azurestack/arm-azurestack", "dependencies": { + "@azure-samples/arm-azurestack-js-beta": "file:", "@azure/arm-azurestack": "next", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" } } diff --git a/sdk/azurestack/arm-azurestack/samples/v3-beta/typescript/package.json b/sdk/azurestack/arm-azurestack/samples/v3-beta/typescript/package.json index 6bf4923c860f..a717368990d4 100644 --- a/sdk/azurestack/arm-azurestack/samples/v3-beta/typescript/package.json +++ b/sdk/azurestack/arm-azurestack/samples/v3-beta/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/azurestack/arm-azurestack", "dependencies": { + "@azure-samples/arm-azurestack-ts-beta": "file:", "@azure/arm-azurestack": "next", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/azurestackhci/arm-azurestackhci/samples/v4-beta/javascript/package.json b/sdk/azurestackhci/arm-azurestackhci/samples/v4-beta/javascript/package.json index 954a8603aaf9..669bc6e63475 100644 --- a/sdk/azurestackhci/arm-azurestackhci/samples/v4-beta/javascript/package.json +++ b/sdk/azurestackhci/arm-azurestackhci/samples/v4-beta/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/azurestackhci/arm-azurestackhci", "dependencies": { + "@azure-samples/arm-azurestackhci-js-beta": "file:", "@azure/arm-azurestackhci": "next", - "dotenv": "latest", - "@azure/identity": "^4.0.1" + "@azure/identity": "^4.0.1", + "dotenv": "latest" } } diff --git a/sdk/azurestackhci/arm-azurestackhci/samples/v4-beta/typescript/package.json b/sdk/azurestackhci/arm-azurestackhci/samples/v4-beta/typescript/package.json index c1223193c113..1a37139c4395 100644 --- a/sdk/azurestackhci/arm-azurestackhci/samples/v4-beta/typescript/package.json +++ b/sdk/azurestackhci/arm-azurestackhci/samples/v4-beta/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/azurestackhci/arm-azurestackhci", "dependencies": { + "@azure-samples/arm-azurestackhci-ts-beta": "file:", "@azure/arm-azurestackhci": "next", - "dotenv": "latest", - "@azure/identity": "^4.0.1" + "@azure/identity": "^4.0.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/baremetalinfrastructure/arm-baremetalinfrastructure/samples/v1-beta/javascript/package.json b/sdk/baremetalinfrastructure/arm-baremetalinfrastructure/samples/v1-beta/javascript/package.json index b6a6a8852725..8c5da728cff6 100644 --- a/sdk/baremetalinfrastructure/arm-baremetalinfrastructure/samples/v1-beta/javascript/package.json +++ b/sdk/baremetalinfrastructure/arm-baremetalinfrastructure/samples/v1-beta/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/baremetalinfrastructure/arm-baremetalinfrastructure", "dependencies": { + "@azure-samples/arm-baremetalinfrastructure-js-beta": "file:", "@azure/arm-baremetalinfrastructure": "next", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" } } diff --git a/sdk/baremetalinfrastructure/arm-baremetalinfrastructure/samples/v1-beta/typescript/package.json b/sdk/baremetalinfrastructure/arm-baremetalinfrastructure/samples/v1-beta/typescript/package.json index 1351b71b35b4..daa053f652bc 100644 --- a/sdk/baremetalinfrastructure/arm-baremetalinfrastructure/samples/v1-beta/typescript/package.json +++ b/sdk/baremetalinfrastructure/arm-baremetalinfrastructure/samples/v1-beta/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/baremetalinfrastructure/arm-baremetalinfrastructure", "dependencies": { + "@azure-samples/arm-baremetalinfrastructure-ts-beta": "file:", "@azure/arm-baremetalinfrastructure": "next", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^14.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/baremetalinfrastructure/arm-baremetalinfrastructure/samples/v1/javascript/package.json b/sdk/baremetalinfrastructure/arm-baremetalinfrastructure/samples/v1/javascript/package.json index 6d335124d910..76246d1f4ad9 100644 --- a/sdk/baremetalinfrastructure/arm-baremetalinfrastructure/samples/v1/javascript/package.json +++ b/sdk/baremetalinfrastructure/arm-baremetalinfrastructure/samples/v1/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/baremetalinfrastructure/arm-baremetalinfrastructure", "dependencies": { + "@azure-samples/arm-baremetalinfrastructure-js": "file:", "@azure/arm-baremetalinfrastructure": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" } } diff --git a/sdk/baremetalinfrastructure/arm-baremetalinfrastructure/samples/v1/typescript/package.json b/sdk/baremetalinfrastructure/arm-baremetalinfrastructure/samples/v1/typescript/package.json index bef9385fc730..93d76ec4b14c 100644 --- a/sdk/baremetalinfrastructure/arm-baremetalinfrastructure/samples/v1/typescript/package.json +++ b/sdk/baremetalinfrastructure/arm-baremetalinfrastructure/samples/v1/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/baremetalinfrastructure/arm-baremetalinfrastructure", "dependencies": { + "@azure-samples/arm-baremetalinfrastructure-ts": "file:", "@azure/arm-baremetalinfrastructure": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/batch/arm-batch/samples/v9/javascript/package.json b/sdk/batch/arm-batch/samples/v9/javascript/package.json index ab5956c6e069..b1a4b27c3df6 100644 --- a/sdk/batch/arm-batch/samples/v9/javascript/package.json +++ b/sdk/batch/arm-batch/samples/v9/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/batch/arm-batch", "dependencies": { + "@azure-samples/arm-batch-js": "file:", "@azure/arm-batch": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" } } diff --git a/sdk/batch/arm-batch/samples/v9/typescript/package.json b/sdk/batch/arm-batch/samples/v9/typescript/package.json index 2b667106bc0e..44396488ad2d 100644 --- a/sdk/batch/arm-batch/samples/v9/typescript/package.json +++ b/sdk/batch/arm-batch/samples/v9/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/batch/arm-batch", "dependencies": { + "@azure-samples/arm-batch-ts": "file:", "@azure/arm-batch": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/batch/batch-rest/samples/v1-beta/javascript/package.json b/sdk/batch/batch-rest/samples/v1-beta/javascript/package.json index dfd4c24d77c2..7953d184d666 100644 --- a/sdk/batch/batch-rest/samples/v1-beta/javascript/package.json +++ b/sdk/batch/batch-rest/samples/v1-beta/javascript/package.json @@ -27,7 +27,8 @@ "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/batch/batch-rest", "dependencies": { "@azure-rest/batch": "next", - "dotenv": "latest", - "@azure/identity": "^4.0.1" + "@azure-samples/batch-js-beta": "file:", + "@azure/identity": "^4.0.1", + "dotenv": "latest" } } diff --git a/sdk/batch/batch-rest/samples/v1-beta/typescript/package.json b/sdk/batch/batch-rest/samples/v1-beta/typescript/package.json index b00572a85ba1..ec8ca779d39a 100644 --- a/sdk/batch/batch-rest/samples/v1-beta/typescript/package.json +++ b/sdk/batch/batch-rest/samples/v1-beta/typescript/package.json @@ -31,12 +31,13 @@ "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/batch/batch-rest", "dependencies": { "@azure-rest/batch": "next", - "dotenv": "latest", - "@azure/identity": "^4.0.1" + "@azure-samples/batch-ts-beta": "file:", + "@azure/identity": "^4.0.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/batch/batch/package.json b/sdk/batch/batch/package.json index 048a747e2e5c..79ed3f0c961f 100644 --- a/sdk/batch/batch/package.json +++ b/sdk/batch/batch/package.json @@ -4,6 +4,7 @@ "description": "BatchServiceClient Library with typescript type definitions for node.js and browser.", "version": "12.0.0", "dependencies": { + "@azure/batch": "file:", "@azure/ms-rest-azure-js": "^2.1.0", "@azure/ms-rest-js": "^2.2.0", "jssha": "^3.2.0", @@ -30,7 +31,6 @@ "@types/url-parse": "^1.4.3", "@types/uuid": "^8.3.1", "buffer": "^6.0.0", - "nyc": "^17.0.0", "chai": "^4.3.4", "chai-as-promised": "^7.1.1", "cross-env": "^7.0.3", @@ -48,6 +48,7 @@ "karma-mocha-reporter": "^2.2.5", "mocha": "^10.0.0", "moment": "^2.29.1", + "nyc": "^17.0.0", "puppeteer": "^10.1.0", "rimraf": "^5.0.0", "rollup": "^1.16.3", diff --git a/sdk/billing/arm-billing/samples/v5/javascript/package.json b/sdk/billing/arm-billing/samples/v5/javascript/package.json index 3f01222d44a4..cf0a2b7f4f9e 100644 --- a/sdk/billing/arm-billing/samples/v5/javascript/package.json +++ b/sdk/billing/arm-billing/samples/v5/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/billing/arm-billing", "dependencies": { + "@azure-samples/arm-billing-js": "file:", "@azure/arm-billing": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" } } diff --git a/sdk/billing/arm-billing/samples/v5/typescript/package.json b/sdk/billing/arm-billing/samples/v5/typescript/package.json index 7a2718e069bc..7b8e5babf7cb 100644 --- a/sdk/billing/arm-billing/samples/v5/typescript/package.json +++ b/sdk/billing/arm-billing/samples/v5/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/billing/arm-billing", "dependencies": { + "@azure-samples/arm-billing-ts": "file:", "@azure/arm-billing": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/billingbenefits/arm-billingbenefits/samples/v1/javascript/package.json b/sdk/billingbenefits/arm-billingbenefits/samples/v1/javascript/package.json index a7316bfa6c75..03b129004f93 100644 --- a/sdk/billingbenefits/arm-billingbenefits/samples/v1/javascript/package.json +++ b/sdk/billingbenefits/arm-billingbenefits/samples/v1/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/billingbenefits/arm-billingbenefits", "dependencies": { + "@azure-samples/arm-billingbenefits-js": "file:", "@azure/arm-billingbenefits": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" } } diff --git a/sdk/billingbenefits/arm-billingbenefits/samples/v1/typescript/package.json b/sdk/billingbenefits/arm-billingbenefits/samples/v1/typescript/package.json index 86f14172d408..27aad70f5775 100644 --- a/sdk/billingbenefits/arm-billingbenefits/samples/v1/typescript/package.json +++ b/sdk/billingbenefits/arm-billingbenefits/samples/v1/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/billingbenefits/arm-billingbenefits", "dependencies": { + "@azure-samples/arm-billingbenefits-ts": "file:", "@azure/arm-billingbenefits": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/botservice/arm-botservice/samples/v4/javascript/package.json b/sdk/botservice/arm-botservice/samples/v4/javascript/package.json index ebd89b0f03ef..0cc53a36f893 100644 --- a/sdk/botservice/arm-botservice/samples/v4/javascript/package.json +++ b/sdk/botservice/arm-botservice/samples/v4/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/botservice/arm-botservice", "dependencies": { + "@azure-samples/arm-botservice-js": "file:", "@azure/arm-botservice": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" } } diff --git a/sdk/botservice/arm-botservice/samples/v4/typescript/package.json b/sdk/botservice/arm-botservice/samples/v4/typescript/package.json index cb1d1e29d3a5..385fc33117b0 100644 --- a/sdk/botservice/arm-botservice/samples/v4/typescript/package.json +++ b/sdk/botservice/arm-botservice/samples/v4/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/botservice/arm-botservice", "dependencies": { + "@azure-samples/arm-botservice-ts": "file:", "@azure/arm-botservice": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/cdn/arm-cdn/samples/v9/javascript/package.json b/sdk/cdn/arm-cdn/samples/v9/javascript/package.json index ee03e764dfa8..a819f1ff9e2f 100644 --- a/sdk/cdn/arm-cdn/samples/v9/javascript/package.json +++ b/sdk/cdn/arm-cdn/samples/v9/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/cdn/arm-cdn", "dependencies": { + "@azure-samples/arm-cdn-js": "file:", "@azure/arm-cdn": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" } } diff --git a/sdk/cdn/arm-cdn/samples/v9/typescript/package.json b/sdk/cdn/arm-cdn/samples/v9/typescript/package.json index 4300034fd302..cf625f05b977 100644 --- a/sdk/cdn/arm-cdn/samples/v9/typescript/package.json +++ b/sdk/cdn/arm-cdn/samples/v9/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/cdn/arm-cdn", "dependencies": { + "@azure-samples/arm-cdn-ts": "file:", "@azure/arm-cdn": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/changeanalysis/arm-changeanalysis/samples/v2/javascript/package.json b/sdk/changeanalysis/arm-changeanalysis/samples/v2/javascript/package.json index bd162ab74979..22736fc5caa9 100644 --- a/sdk/changeanalysis/arm-changeanalysis/samples/v2/javascript/package.json +++ b/sdk/changeanalysis/arm-changeanalysis/samples/v2/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/changeanalysis/arm-changeanalysis", "dependencies": { + "@azure-samples/arm-changeanalysis-js": "file:", "@azure/arm-changeanalysis": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" } } diff --git a/sdk/changeanalysis/arm-changeanalysis/samples/v2/typescript/package.json b/sdk/changeanalysis/arm-changeanalysis/samples/v2/typescript/package.json index 746639ffcb6e..125e4dc80767 100644 --- a/sdk/changeanalysis/arm-changeanalysis/samples/v2/typescript/package.json +++ b/sdk/changeanalysis/arm-changeanalysis/samples/v2/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/changeanalysis/arm-changeanalysis", "dependencies": { + "@azure-samples/arm-changeanalysis-ts": "file:", "@azure/arm-changeanalysis": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/changes/arm-changes/samples/v1/javascript/package.json b/sdk/changes/arm-changes/samples/v1/javascript/package.json index 520255101e3e..688e1b24ae07 100644 --- a/sdk/changes/arm-changes/samples/v1/javascript/package.json +++ b/sdk/changes/arm-changes/samples/v1/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/changes/arm-changes", "dependencies": { + "@azure-samples/arm-changes-js": "file:", "@azure/arm-changes": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" } } diff --git a/sdk/changes/arm-changes/samples/v1/typescript/package.json b/sdk/changes/arm-changes/samples/v1/typescript/package.json index 5399de9c7013..bad3f911c2f7 100644 --- a/sdk/changes/arm-changes/samples/v1/typescript/package.json +++ b/sdk/changes/arm-changes/samples/v1/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/changes/arm-changes", "dependencies": { + "@azure-samples/arm-changes-ts": "file:", "@azure/arm-changes": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/chaos/arm-chaos/samples/v1/javascript/package.json b/sdk/chaos/arm-chaos/samples/v1/javascript/package.json index be228cc44b26..7e0ffc14a9b9 100644 --- a/sdk/chaos/arm-chaos/samples/v1/javascript/package.json +++ b/sdk/chaos/arm-chaos/samples/v1/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/chaos/arm-chaos", "dependencies": { + "@azure-samples/arm-chaos-js": "file:", "@azure/arm-chaos": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" } } diff --git a/sdk/chaos/arm-chaos/samples/v1/typescript/package.json b/sdk/chaos/arm-chaos/samples/v1/typescript/package.json index 101eb255dac3..5b52bf87a132 100644 --- a/sdk/chaos/arm-chaos/samples/v1/typescript/package.json +++ b/sdk/chaos/arm-chaos/samples/v1/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/chaos/arm-chaos", "dependencies": { + "@azure-samples/arm-chaos-ts": "file:", "@azure/arm-chaos": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/cognitivelanguage/ai-language-conversations/samples/v1-beta/javascript/package.json b/sdk/cognitivelanguage/ai-language-conversations/samples/v1-beta/javascript/package.json index 988ba0e746c3..5885342c9996 100644 --- a/sdk/cognitivelanguage/ai-language-conversations/samples/v1-beta/javascript/package.json +++ b/sdk/cognitivelanguage/ai-language-conversations/samples/v1-beta/javascript/package.json @@ -26,8 +26,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/cognitivelanguage/ai-language-conversations", "dependencies": { + "@azure-samples/ai-language-conversations-js-beta": "file:", "@azure/ai-language-conversations": "next", - "dotenv": "latest", - "@azure/core-auth": "^1.3.0" + "@azure/core-auth": "^1.3.0", + "dotenv": "latest" } } diff --git a/sdk/cognitivelanguage/ai-language-conversations/samples/v1-beta/typescript/package.json b/sdk/cognitivelanguage/ai-language-conversations/samples/v1-beta/typescript/package.json index e0962cf67a9b..007408d8f73d 100644 --- a/sdk/cognitivelanguage/ai-language-conversations/samples/v1-beta/typescript/package.json +++ b/sdk/cognitivelanguage/ai-language-conversations/samples/v1-beta/typescript/package.json @@ -30,13 +30,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/cognitivelanguage/ai-language-conversations", "dependencies": { + "@azure-samples/ai-language-conversations-ts-beta": "file:", "@azure/ai-language-conversations": "next", - "dotenv": "latest", - "@azure/core-auth": "^1.3.0" + "@azure/core-auth": "^1.3.0", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/cognitivelanguage/ai-language-text/samples/v1/javascript/package.json b/sdk/cognitivelanguage/ai-language-text/samples/v1/javascript/package.json index 69343f7a77cc..f8030ba69239 100644 --- a/sdk/cognitivelanguage/ai-language-text/samples/v1/javascript/package.json +++ b/sdk/cognitivelanguage/ai-language-text/samples/v1/javascript/package.json @@ -26,8 +26,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/cognitivelanguage/ai-language-text", "dependencies": { + "@azure-samples/ai-language-text-js": "file:", "@azure/ai-language-text": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" } } diff --git a/sdk/cognitivelanguage/ai-language-text/samples/v1/typescript/package.json b/sdk/cognitivelanguage/ai-language-text/samples/v1/typescript/package.json index 4a2783b4880f..6d6a3a80ab0c 100644 --- a/sdk/cognitivelanguage/ai-language-text/samples/v1/typescript/package.json +++ b/sdk/cognitivelanguage/ai-language-text/samples/v1/typescript/package.json @@ -30,13 +30,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/cognitivelanguage/ai-language-text", "dependencies": { + "@azure-samples/ai-language-text-ts": "file:", "@azure/ai-language-text": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/cognitiveservices/arm-cognitiveservices/samples/v7/javascript/package.json b/sdk/cognitiveservices/arm-cognitiveservices/samples/v7/javascript/package.json index 1f6c2ba48451..b4a5d618640b 100644 --- a/sdk/cognitiveservices/arm-cognitiveservices/samples/v7/javascript/package.json +++ b/sdk/cognitiveservices/arm-cognitiveservices/samples/v7/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/cognitiveservices/arm-cognitiveservices", "dependencies": { + "@azure-samples/arm-cognitiveservices-js": "file:", "@azure/arm-cognitiveservices": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" } } diff --git a/sdk/cognitiveservices/arm-cognitiveservices/samples/v7/typescript/package.json b/sdk/cognitiveservices/arm-cognitiveservices/samples/v7/typescript/package.json index 87022212dc33..19b8dcec31e7 100644 --- a/sdk/cognitiveservices/arm-cognitiveservices/samples/v7/typescript/package.json +++ b/sdk/cognitiveservices/arm-cognitiveservices/samples/v7/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/cognitiveservices/arm-cognitiveservices", "dependencies": { + "@azure-samples/arm-cognitiveservices-ts": "file:", "@azure/arm-cognitiveservices": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/commerce/arm-commerce-profile-2020-09-01-hybrid/samples/v2/javascript/package.json b/sdk/commerce/arm-commerce-profile-2020-09-01-hybrid/samples/v2/javascript/package.json index fd5684f37578..ae6aa8697615 100644 --- a/sdk/commerce/arm-commerce-profile-2020-09-01-hybrid/samples/v2/javascript/package.json +++ b/sdk/commerce/arm-commerce-profile-2020-09-01-hybrid/samples/v2/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/commerce/arm-commerce-profile-2020-09-01-hybrid", "dependencies": { + "@azure-samples/arm-commerce-profile-2020-09-01-hybrid-js": "file:", "@azure/arm-commerce-profile-2020-09-01-hybrid": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" } } diff --git a/sdk/commerce/arm-commerce-profile-2020-09-01-hybrid/samples/v2/typescript/package.json b/sdk/commerce/arm-commerce-profile-2020-09-01-hybrid/samples/v2/typescript/package.json index cc5101fcb131..5b4537c2b884 100644 --- a/sdk/commerce/arm-commerce-profile-2020-09-01-hybrid/samples/v2/typescript/package.json +++ b/sdk/commerce/arm-commerce-profile-2020-09-01-hybrid/samples/v2/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/commerce/arm-commerce-profile-2020-09-01-hybrid", "dependencies": { + "@azure-samples/arm-commerce-profile-2020-09-01-hybrid-ts": "file:", "@azure/arm-commerce-profile-2020-09-01-hybrid": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/commerce/arm-commerce/samples/v4-beta/javascript/package.json b/sdk/commerce/arm-commerce/samples/v4-beta/javascript/package.json index 945a408d5fd0..338b86b09751 100644 --- a/sdk/commerce/arm-commerce/samples/v4-beta/javascript/package.json +++ b/sdk/commerce/arm-commerce/samples/v4-beta/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/commerce/arm-commerce", "dependencies": { + "@azure-samples/arm-commerce-js-beta": "file:", "@azure/arm-commerce": "next", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" } } diff --git a/sdk/commerce/arm-commerce/samples/v4-beta/typescript/package.json b/sdk/commerce/arm-commerce/samples/v4-beta/typescript/package.json index 47ed707c70f0..d76a791e1ef7 100644 --- a/sdk/commerce/arm-commerce/samples/v4-beta/typescript/package.json +++ b/sdk/commerce/arm-commerce/samples/v4-beta/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/commerce/arm-commerce", "dependencies": { + "@azure-samples/arm-commerce-ts-beta": "file:", "@azure/arm-commerce": "next", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/communication/arm-communication/samples/v4/javascript/package.json b/sdk/communication/arm-communication/samples/v4/javascript/package.json index 2aa13dce4b99..1c6d6e0fefbe 100644 --- a/sdk/communication/arm-communication/samples/v4/javascript/package.json +++ b/sdk/communication/arm-communication/samples/v4/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/arm-communication", "dependencies": { + "@azure-samples/arm-communication-js": "file:", "@azure/arm-communication": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" } } diff --git a/sdk/communication/arm-communication/samples/v4/typescript/package.json b/sdk/communication/arm-communication/samples/v4/typescript/package.json index cf8c37b750f1..a6f0b10b138f 100644 --- a/sdk/communication/arm-communication/samples/v4/typescript/package.json +++ b/sdk/communication/arm-communication/samples/v4/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/arm-communication", "dependencies": { + "@azure-samples/arm-communication-ts": "file:", "@azure/arm-communication": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/communication/communication-chat/samples/v1/javascript/package.json b/sdk/communication/communication-chat/samples/v1/javascript/package.json index 5cfeab737361..cbbe06e623c6 100644 --- a/sdk/communication/communication-chat/samples/v1/javascript/package.json +++ b/sdk/communication/communication-chat/samples/v1/javascript/package.json @@ -25,9 +25,10 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-chat", "dependencies": { + "@azure-samples/communication-chat-js": "file:", "@azure/communication-chat": "latest", - "dotenv": "latest", "@azure/communication-common": "^2.1.0", - "@azure/communication-identity": "^1.0.0" + "@azure/communication-identity": "^1.0.0", + "dotenv": "latest" } } diff --git a/sdk/communication/communication-chat/samples/v1/typescript/package.json b/sdk/communication/communication-chat/samples/v1/typescript/package.json index f5262ea43d1c..25c5cc0ab555 100644 --- a/sdk/communication/communication-chat/samples/v1/typescript/package.json +++ b/sdk/communication/communication-chat/samples/v1/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-chat", "dependencies": { + "@azure-samples/communication-chat-ts": "file:", "@azure/communication-chat": "latest", - "dotenv": "latest", "@azure/communication-common": "^2.1.0", - "@azure/communication-identity": "^1.0.0" + "@azure/communication-identity": "^1.0.0", + "dotenv": "latest" }, "devDependencies": { - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/communication/communication-identity/samples/v1/javascript/package.json b/sdk/communication/communication-identity/samples/v1/javascript/package.json index 8ef0968fa350..a94c707fe563 100644 --- a/sdk/communication/communication-identity/samples/v1/javascript/package.json +++ b/sdk/communication/communication-identity/samples/v1/javascript/package.json @@ -23,8 +23,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-identity", "dependencies": { + "@azure-samples/communication-identity-js": "file:", "@azure/communication-identity": "latest", - "dotenv": "latest", - "@azure/msal-node": "^1.3.0" + "@azure/msal-node": "^1.3.0", + "dotenv": "latest" } } diff --git a/sdk/communication/communication-identity/samples/v1/typescript/package.json b/sdk/communication/communication-identity/samples/v1/typescript/package.json index 18426508f031..efa24a1f44b4 100644 --- a/sdk/communication/communication-identity/samples/v1/typescript/package.json +++ b/sdk/communication/communication-identity/samples/v1/typescript/package.json @@ -27,13 +27,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-identity", "dependencies": { + "@azure-samples/communication-identity-ts": "file:", "@azure/communication-identity": "latest", - "dotenv": "latest", - "@azure/msal-node": "^1.3.0" + "@azure/msal-node": "^1.3.0", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/communication/communication-job-router-rest/samples/v1-beta/javascript/package.json b/sdk/communication/communication-job-router-rest/samples/v1-beta/javascript/package.json index 303547aa1a4b..a4ce26112368 100644 --- a/sdk/communication/communication-job-router-rest/samples/v1-beta/javascript/package.json +++ b/sdk/communication/communication-job-router-rest/samples/v1-beta/javascript/package.json @@ -27,6 +27,7 @@ "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-job-router-rest", "dependencies": { "@azure-rest/communication-job-router": "next", + "@azure-samples/communication-job-router-js-beta": "file:", "dotenv": "latest" } } diff --git a/sdk/communication/communication-job-router-rest/samples/v1-beta/typescript/package.json b/sdk/communication/communication-job-router-rest/samples/v1-beta/typescript/package.json index 7c2c96e89dd9..73badbd0073d 100644 --- a/sdk/communication/communication-job-router-rest/samples/v1-beta/typescript/package.json +++ b/sdk/communication/communication-job-router-rest/samples/v1-beta/typescript/package.json @@ -31,11 +31,12 @@ "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-job-router-rest", "dependencies": { "@azure-rest/communication-job-router": "next", + "@azure-samples/communication-job-router-ts-beta": "file:", "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/communication/communication-messages-rest/samples/v1/javascript/package.json b/sdk/communication/communication-messages-rest/samples/v1/javascript/package.json index 37f3de99a749..f476e47e069c 100644 --- a/sdk/communication/communication-messages-rest/samples/v1/javascript/package.json +++ b/sdk/communication/communication-messages-rest/samples/v1/javascript/package.json @@ -27,9 +27,10 @@ "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-messages-rest", "dependencies": { "@azure-rest/communication-messages": "latest", - "dotenv": "latest", + "@azure-samples/communication-messages-js": "file:", "@azure/core-auth": "^1.3.0", "@azure/core-util": "^1.7.0", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" } } diff --git a/sdk/communication/communication-messages-rest/samples/v1/typescript/package.json b/sdk/communication/communication-messages-rest/samples/v1/typescript/package.json index 685207450ce6..fa346ff842b6 100644 --- a/sdk/communication/communication-messages-rest/samples/v1/typescript/package.json +++ b/sdk/communication/communication-messages-rest/samples/v1/typescript/package.json @@ -31,14 +31,15 @@ "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-messages-rest", "dependencies": { "@azure-rest/communication-messages": "latest", - "dotenv": "latest", + "@azure-samples/communication-messages-ts": "file:", "@azure/core-auth": "^1.3.0", "@azure/core-util": "^1.7.0", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/communication/communication-phone-numbers/samples/v1/javascript/package.json b/sdk/communication/communication-phone-numbers/samples/v1/javascript/package.json index e7167631f177..7e8d92d8800d 100644 --- a/sdk/communication/communication-phone-numbers/samples/v1/javascript/package.json +++ b/sdk/communication/communication-phone-numbers/samples/v1/javascript/package.json @@ -23,6 +23,7 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-phone-numbers", "dependencies": { + "@azure-samples/communication-phone-numbers-js": "file:", "@azure/communication-phone-numbers": "next", "dotenv": "latest" } diff --git a/sdk/communication/communication-phone-numbers/samples/v1/typescript/package.json b/sdk/communication/communication-phone-numbers/samples/v1/typescript/package.json index 81cc71a546f2..680c432019a1 100644 --- a/sdk/communication/communication-phone-numbers/samples/v1/typescript/package.json +++ b/sdk/communication/communication-phone-numbers/samples/v1/typescript/package.json @@ -27,11 +27,12 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-phone-numbers", "dependencies": { + "@azure-samples/communication-phone-numbers-ts": "file:", "@azure/communication-phone-numbers": "next", "dotenv": "latest" }, "devDependencies": { - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/communication/communication-rooms/samples/v1/javascript/package.json b/sdk/communication/communication-rooms/samples/v1/javascript/package.json index 2d2076c0ee12..1faafa2d702b 100644 --- a/sdk/communication/communication-rooms/samples/v1/javascript/package.json +++ b/sdk/communication/communication-rooms/samples/v1/javascript/package.json @@ -29,9 +29,10 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-rooms", "dependencies": { - "@azure/communication-rooms": "latest", - "dotenv": "latest", + "@azure-samples/communication-rooms-js": "file:", "@azure/communication-identity": "^1.1.0-beta.2", - "@azure/core-paging": "^1.5.0" + "@azure/communication-rooms": "latest", + "@azure/core-paging": "^1.5.0", + "dotenv": "latest" } } diff --git a/sdk/communication/communication-rooms/samples/v1/typescript/package.json b/sdk/communication/communication-rooms/samples/v1/typescript/package.json index 196cd7ac1efe..402a9d473760 100644 --- a/sdk/communication/communication-rooms/samples/v1/typescript/package.json +++ b/sdk/communication/communication-rooms/samples/v1/typescript/package.json @@ -33,14 +33,15 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-rooms", "dependencies": { - "@azure/communication-rooms": "latest", - "dotenv": "latest", + "@azure-samples/communication-rooms-ts": "file:", "@azure/communication-identity": "^1.1.0-beta.2", - "@azure/core-paging": "^1.5.0" + "@azure/communication-rooms": "latest", + "@azure/core-paging": "^1.5.0", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/communication/communication-short-codes/samples/v1/javascript/package.json b/sdk/communication/communication-short-codes/samples/v1/javascript/package.json index 3e8251f52ee6..0fc1ff203f61 100644 --- a/sdk/communication/communication-short-codes/samples/v1/javascript/package.json +++ b/sdk/communication/communication-short-codes/samples/v1/javascript/package.json @@ -23,6 +23,7 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-short-codes", "dependencies": { + "@azure-samples/communication-short-codes-js": "file:", "@azure-tools/communication-short-codes": "next", "dotenv": "latest" } diff --git a/sdk/communication/communication-short-codes/samples/v1/typescript/package.json b/sdk/communication/communication-short-codes/samples/v1/typescript/package.json index 3d682f9c9045..06c980baa2c0 100644 --- a/sdk/communication/communication-short-codes/samples/v1/typescript/package.json +++ b/sdk/communication/communication-short-codes/samples/v1/typescript/package.json @@ -27,11 +27,12 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-short-codes", "dependencies": { + "@azure-samples/communication-short-codes-ts": "file:", "@azure-tools/communication-short-codes": "next", "dotenv": "latest" }, "devDependencies": { - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/communication/communication-sms/samples/v1/javascript/package.json b/sdk/communication/communication-sms/samples/v1/javascript/package.json index 3f8771ee21eb..c8c802c62543 100644 --- a/sdk/communication/communication-sms/samples/v1/javascript/package.json +++ b/sdk/communication/communication-sms/samples/v1/javascript/package.json @@ -25,10 +25,11 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-sms", "dependencies": { - "@azure/communication-sms": "latest", - "dotenv": "latest", + "@azure-samples/communication-sms-js": "file:", "@azure/communication-common": "^2.2.0", + "@azure/communication-sms": "latest", "@azure/core-util": "^1.0.0", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" } } diff --git a/sdk/communication/communication-sms/samples/v1/typescript/package.json b/sdk/communication/communication-sms/samples/v1/typescript/package.json index f189eda0aea3..212ca20bfb2c 100644 --- a/sdk/communication/communication-sms/samples/v1/typescript/package.json +++ b/sdk/communication/communication-sms/samples/v1/typescript/package.json @@ -29,15 +29,16 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-sms", "dependencies": { - "@azure/communication-sms": "latest", - "dotenv": "latest", + "@azure-samples/communication-sms-ts": "file:", "@azure/communication-common": "^2.2.0", + "@azure/communication-sms": "latest", "@azure/core-util": "^1.0.0", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/compute/arm-compute-profile-2020-09-01-hybrid/samples/v2/javascript/package.json b/sdk/compute/arm-compute-profile-2020-09-01-hybrid/samples/v2/javascript/package.json index 6274c3dd17ce..671e34e0c432 100644 --- a/sdk/compute/arm-compute-profile-2020-09-01-hybrid/samples/v2/javascript/package.json +++ b/sdk/compute/arm-compute-profile-2020-09-01-hybrid/samples/v2/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/compute/arm-compute-profile-2020-09-01-hybrid", "dependencies": { + "@azure-samples/arm-compute-profile-2020-09-01-hybrid-js": "file:", "@azure/arm-compute-profile-2020-09-01-hybrid": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" } } diff --git a/sdk/compute/arm-compute-profile-2020-09-01-hybrid/samples/v2/typescript/package.json b/sdk/compute/arm-compute-profile-2020-09-01-hybrid/samples/v2/typescript/package.json index 84c180dc2145..25d0f4efb439 100644 --- a/sdk/compute/arm-compute-profile-2020-09-01-hybrid/samples/v2/typescript/package.json +++ b/sdk/compute/arm-compute-profile-2020-09-01-hybrid/samples/v2/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/compute/arm-compute-profile-2020-09-01-hybrid", "dependencies": { + "@azure-samples/arm-compute-profile-2020-09-01-hybrid-ts": "file:", "@azure/arm-compute-profile-2020-09-01-hybrid": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/compute/arm-compute-rest/samples/v1-beta/javascript/package.json b/sdk/compute/arm-compute-rest/samples/v1-beta/javascript/package.json index 75c61a400fe7..ca02435b585b 100644 --- a/sdk/compute/arm-compute-rest/samples/v1-beta/javascript/package.json +++ b/sdk/compute/arm-compute-rest/samples/v1-beta/javascript/package.json @@ -27,7 +27,8 @@ "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/compute/arm-compute-rest", "dependencies": { "@azure-rest/arm-compute": "next", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure-samples/arm-compute-js-beta": "file:", + "@azure/identity": "^4.2.1", + "dotenv": "latest" } } diff --git a/sdk/compute/arm-compute-rest/samples/v1-beta/typescript/package.json b/sdk/compute/arm-compute-rest/samples/v1-beta/typescript/package.json index 5261961fecf9..9291e96de9ea 100644 --- a/sdk/compute/arm-compute-rest/samples/v1-beta/typescript/package.json +++ b/sdk/compute/arm-compute-rest/samples/v1-beta/typescript/package.json @@ -31,12 +31,13 @@ "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/compute/arm-compute-rest", "dependencies": { "@azure-rest/arm-compute": "next", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure-samples/arm-compute-ts-beta": "file:", + "@azure/identity": "^4.2.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/compute/arm-compute/samples/v22/javascript/package.json b/sdk/compute/arm-compute/samples/v22/javascript/package.json index d2ad5f99ae1a..182723c6f9c0 100644 --- a/sdk/compute/arm-compute/samples/v22/javascript/package.json +++ b/sdk/compute/arm-compute/samples/v22/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/compute/arm-compute", "dependencies": { + "@azure-samples/arm-compute-js": "file:", "@azure/arm-compute": "latest", - "dotenv": "latest", - "@azure/identity": "^4.0.1" + "@azure/identity": "^4.0.1", + "dotenv": "latest" } } diff --git a/sdk/compute/arm-compute/samples/v22/typescript/package.json b/sdk/compute/arm-compute/samples/v22/typescript/package.json index 34370f7d43bc..f8d6fff4e96e 100644 --- a/sdk/compute/arm-compute/samples/v22/typescript/package.json +++ b/sdk/compute/arm-compute/samples/v22/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/compute/arm-compute", "dependencies": { + "@azure-samples/arm-compute-ts": "file:", "@azure/arm-compute": "latest", - "dotenv": "latest", - "@azure/identity": "^4.0.1" + "@azure/identity": "^4.0.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/confidentialledger/arm-confidentialledger/samples/v1-beta/javascript/package.json b/sdk/confidentialledger/arm-confidentialledger/samples/v1-beta/javascript/package.json index 123e3ed937e7..ac512f3c8690 100644 --- a/sdk/confidentialledger/arm-confidentialledger/samples/v1-beta/javascript/package.json +++ b/sdk/confidentialledger/arm-confidentialledger/samples/v1-beta/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/confidentialledger/arm-confidentialledger", "dependencies": { + "@azure-samples/arm-confidentialledger-js-beta": "file:", "@azure/arm-confidentialledger": "next", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" } } diff --git a/sdk/confidentialledger/arm-confidentialledger/samples/v1-beta/typescript/package.json b/sdk/confidentialledger/arm-confidentialledger/samples/v1-beta/typescript/package.json index 007b9e662bf1..72cf3109b958 100644 --- a/sdk/confidentialledger/arm-confidentialledger/samples/v1-beta/typescript/package.json +++ b/sdk/confidentialledger/arm-confidentialledger/samples/v1-beta/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/confidentialledger/arm-confidentialledger", "dependencies": { + "@azure-samples/arm-confidentialledger-ts-beta": "file:", "@azure/arm-confidentialledger": "next", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/confidentialledger/arm-confidentialledger/samples/v1/javascript/package.json b/sdk/confidentialledger/arm-confidentialledger/samples/v1/javascript/package.json index 73874c12debf..6a8ccff4eb88 100644 --- a/sdk/confidentialledger/arm-confidentialledger/samples/v1/javascript/package.json +++ b/sdk/confidentialledger/arm-confidentialledger/samples/v1/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/confidentialledger/arm-confidentialledger", "dependencies": { + "@azure-samples/arm-confidentialledger-js": "file:", "@azure/arm-confidentialledger": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" } } diff --git a/sdk/confidentialledger/arm-confidentialledger/samples/v1/typescript/package.json b/sdk/confidentialledger/arm-confidentialledger/samples/v1/typescript/package.json index c5c2c257c038..53d77385aa95 100644 --- a/sdk/confidentialledger/arm-confidentialledger/samples/v1/typescript/package.json +++ b/sdk/confidentialledger/arm-confidentialledger/samples/v1/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/confidentialledger/arm-confidentialledger", "dependencies": { + "@azure-samples/arm-confidentialledger-ts": "file:", "@azure/arm-confidentialledger": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/confluent/arm-confluent/samples/v3/javascript/package.json b/sdk/confluent/arm-confluent/samples/v3/javascript/package.json index 22780d8e6b28..6115cfeb9960 100644 --- a/sdk/confluent/arm-confluent/samples/v3/javascript/package.json +++ b/sdk/confluent/arm-confluent/samples/v3/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/confluent/arm-confluent", "dependencies": { + "@azure-samples/arm-confluent-js": "file:", "@azure/arm-confluent": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" } } diff --git a/sdk/confluent/arm-confluent/samples/v3/typescript/package.json b/sdk/confluent/arm-confluent/samples/v3/typescript/package.json index 6b274a6eeed6..983efe5168e6 100644 --- a/sdk/confluent/arm-confluent/samples/v3/typescript/package.json +++ b/sdk/confluent/arm-confluent/samples/v3/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/confluent/arm-confluent", "dependencies": { + "@azure-samples/arm-confluent-ts": "file:", "@azure/arm-confluent": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/connectedvmware/arm-connectedvmware/samples/v1/javascript/package.json b/sdk/connectedvmware/arm-connectedvmware/samples/v1/javascript/package.json index f3b855835803..83cf74801de3 100644 --- a/sdk/connectedvmware/arm-connectedvmware/samples/v1/javascript/package.json +++ b/sdk/connectedvmware/arm-connectedvmware/samples/v1/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/connectedvmware/arm-connectedvmware", "dependencies": { + "@azure-samples/arm-connectedvmware-js": "file:", "@azure/arm-connectedvmware": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" } } diff --git a/sdk/connectedvmware/arm-connectedvmware/samples/v1/typescript/package.json b/sdk/connectedvmware/arm-connectedvmware/samples/v1/typescript/package.json index 6c18a8dd2026..fc22cd8dcee0 100644 --- a/sdk/connectedvmware/arm-connectedvmware/samples/v1/typescript/package.json +++ b/sdk/connectedvmware/arm-connectedvmware/samples/v1/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/connectedvmware/arm-connectedvmware", "dependencies": { + "@azure-samples/arm-connectedvmware-ts": "file:", "@azure/arm-connectedvmware": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/consumption/arm-consumption/samples/v9/javascript/package.json b/sdk/consumption/arm-consumption/samples/v9/javascript/package.json index 1a8f38a36b22..3852ebcbda19 100644 --- a/sdk/consumption/arm-consumption/samples/v9/javascript/package.json +++ b/sdk/consumption/arm-consumption/samples/v9/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/consumption/arm-consumption", "dependencies": { + "@azure-samples/arm-consumption-js": "file:", "@azure/arm-consumption": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" } } diff --git a/sdk/consumption/arm-consumption/samples/v9/typescript/package.json b/sdk/consumption/arm-consumption/samples/v9/typescript/package.json index ee48c86ffb37..9229dc2d4e52 100644 --- a/sdk/consumption/arm-consumption/samples/v9/typescript/package.json +++ b/sdk/consumption/arm-consumption/samples/v9/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/consumption/arm-consumption", "dependencies": { + "@azure-samples/arm-consumption-ts": "file:", "@azure/arm-consumption": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/containerinstance/arm-containerinstance/samples/v9/javascript/package.json b/sdk/containerinstance/arm-containerinstance/samples/v9/javascript/package.json index eeb2a96e61dc..2af3736a6322 100644 --- a/sdk/containerinstance/arm-containerinstance/samples/v9/javascript/package.json +++ b/sdk/containerinstance/arm-containerinstance/samples/v9/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/containerinstance/arm-containerinstance", "dependencies": { + "@azure-samples/arm-containerinstance-js": "file:", "@azure/arm-containerinstance": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" } } diff --git a/sdk/containerinstance/arm-containerinstance/samples/v9/typescript/package.json b/sdk/containerinstance/arm-containerinstance/samples/v9/typescript/package.json index 386040e9dc28..e88ecbe6fe9b 100644 --- a/sdk/containerinstance/arm-containerinstance/samples/v9/typescript/package.json +++ b/sdk/containerinstance/arm-containerinstance/samples/v9/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/containerinstance/arm-containerinstance", "dependencies": { + "@azure-samples/arm-containerinstance-ts": "file:", "@azure/arm-containerinstance": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/containerregistry/arm-containerregistry/samples/v11-beta/javascript/package.json b/sdk/containerregistry/arm-containerregistry/samples/v11-beta/javascript/package.json index 474b21331c3f..f23635506804 100644 --- a/sdk/containerregistry/arm-containerregistry/samples/v11-beta/javascript/package.json +++ b/sdk/containerregistry/arm-containerregistry/samples/v11-beta/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/containerregistry/arm-containerregistry", "dependencies": { + "@azure-samples/arm-containerregistry-js-beta": "file:", "@azure/arm-containerregistry": "next", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" } } diff --git a/sdk/containerregistry/arm-containerregistry/samples/v11-beta/typescript/package.json b/sdk/containerregistry/arm-containerregistry/samples/v11-beta/typescript/package.json index 7720c0ed2fee..e3b8590abb4e 100644 --- a/sdk/containerregistry/arm-containerregistry/samples/v11-beta/typescript/package.json +++ b/sdk/containerregistry/arm-containerregistry/samples/v11-beta/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/containerregistry/arm-containerregistry", "dependencies": { + "@azure-samples/arm-containerregistry-ts-beta": "file:", "@azure/arm-containerregistry": "next", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/containerregistry/container-registry/samples/v1/javascript/package.json b/sdk/containerregistry/container-registry/samples/v1/javascript/package.json index 4fcf664cc9cc..cb318f458415 100644 --- a/sdk/containerregistry/container-registry/samples/v1/javascript/package.json +++ b/sdk/containerregistry/container-registry/samples/v1/javascript/package.json @@ -23,8 +23,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/containerregistry/container-registry", "dependencies": { + "@azure-samples/container-registry-js": "file:", "@azure/container-registry": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" } } diff --git a/sdk/containerregistry/container-registry/samples/v1/typescript/package.json b/sdk/containerregistry/container-registry/samples/v1/typescript/package.json index ad889ef29be0..fa39a937043e 100644 --- a/sdk/containerregistry/container-registry/samples/v1/typescript/package.json +++ b/sdk/containerregistry/container-registry/samples/v1/typescript/package.json @@ -27,13 +27,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/containerregistry/container-registry", "dependencies": { + "@azure-samples/container-registry-ts": "file:", "@azure/container-registry": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/containerservice/arm-containerservice-rest/samples/v1-beta/javascript/package.json b/sdk/containerservice/arm-containerservice-rest/samples/v1-beta/javascript/package.json index e76971a0c83c..b65c6b8d9821 100644 --- a/sdk/containerservice/arm-containerservice-rest/samples/v1-beta/javascript/package.json +++ b/sdk/containerservice/arm-containerservice-rest/samples/v1-beta/javascript/package.json @@ -27,7 +27,8 @@ "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/containerservice/arm-containerservice-rest", "dependencies": { "@azure-rest/arm-containerservice": "next", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure-samples/arm-containerservice-js-beta": "file:", + "@azure/identity": "^4.2.1", + "dotenv": "latest" } } diff --git a/sdk/containerservice/arm-containerservice-rest/samples/v1-beta/typescript/package.json b/sdk/containerservice/arm-containerservice-rest/samples/v1-beta/typescript/package.json index f6301d192bc8..082fd8a48b67 100644 --- a/sdk/containerservice/arm-containerservice-rest/samples/v1-beta/typescript/package.json +++ b/sdk/containerservice/arm-containerservice-rest/samples/v1-beta/typescript/package.json @@ -31,12 +31,13 @@ "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/containerservice/arm-containerservice-rest", "dependencies": { "@azure-rest/arm-containerservice": "next", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure-samples/arm-containerservice-ts-beta": "file:", + "@azure/identity": "^4.2.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/containerservice/arm-containerservice/samples/v21-beta/javascript/package.json b/sdk/containerservice/arm-containerservice/samples/v21-beta/javascript/package.json index 9e6ece7c9b7c..59dc2a609adf 100644 --- a/sdk/containerservice/arm-containerservice/samples/v21-beta/javascript/package.json +++ b/sdk/containerservice/arm-containerservice/samples/v21-beta/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/containerservice/arm-containerservice", "dependencies": { + "@azure-samples/arm-containerservice-js-beta": "file:", "@azure/arm-containerservice": "next", - "dotenv": "latest", - "@azure/identity": "^4.0.1" + "@azure/identity": "^4.0.1", + "dotenv": "latest" } } diff --git a/sdk/containerservice/arm-containerservice/samples/v21-beta/typescript/package.json b/sdk/containerservice/arm-containerservice/samples/v21-beta/typescript/package.json index e8d4baea5009..e9a1a4eac436 100644 --- a/sdk/containerservice/arm-containerservice/samples/v21-beta/typescript/package.json +++ b/sdk/containerservice/arm-containerservice/samples/v21-beta/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/containerservice/arm-containerservice", "dependencies": { + "@azure-samples/arm-containerservice-ts-beta": "file:", "@azure/arm-containerservice": "next", - "dotenv": "latest", - "@azure/identity": "^4.0.1" + "@azure/identity": "^4.0.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/containerservice/arm-containerservicefleet/samples/v1/javascript/package.json b/sdk/containerservice/arm-containerservicefleet/samples/v1/javascript/package.json index 539b4ee65779..cb425049a49e 100644 --- a/sdk/containerservice/arm-containerservicefleet/samples/v1/javascript/package.json +++ b/sdk/containerservice/arm-containerservicefleet/samples/v1/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/containerservice/arm-containerservicefleet", "dependencies": { + "@azure-samples/arm-containerservicefleet-js": "file:", "@azure/arm-containerservicefleet": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" } } diff --git a/sdk/containerservice/arm-containerservicefleet/samples/v1/typescript/package.json b/sdk/containerservice/arm-containerservicefleet/samples/v1/typescript/package.json index 1a528ecf40ee..ba87580bee8f 100644 --- a/sdk/containerservice/arm-containerservicefleet/samples/v1/typescript/package.json +++ b/sdk/containerservice/arm-containerservicefleet/samples/v1/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/containerservice/arm-containerservicefleet", "dependencies": { + "@azure-samples/arm-containerservicefleet-ts": "file:", "@azure/arm-containerservicefleet": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/contentsafety/ai-content-safety-rest/samples/v1/javascript/package.json b/sdk/contentsafety/ai-content-safety-rest/samples/v1/javascript/package.json index a93bc9ad6c29..774867b6ba04 100644 --- a/sdk/contentsafety/ai-content-safety-rest/samples/v1/javascript/package.json +++ b/sdk/contentsafety/ai-content-safety-rest/samples/v1/javascript/package.json @@ -27,7 +27,8 @@ "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/contentsafety/ai-content-safety-rest", "dependencies": { "@azure-rest/ai-content-safety": "latest", - "dotenv": "latest", - "@azure/core-auth": "^1.3.0" + "@azure-samples/ai-content-safety-js": "file:", + "@azure/core-auth": "^1.3.0", + "dotenv": "latest" } } diff --git a/sdk/contentsafety/ai-content-safety-rest/samples/v1/typescript/package.json b/sdk/contentsafety/ai-content-safety-rest/samples/v1/typescript/package.json index 3194ad623d2c..c675a34e02df 100644 --- a/sdk/contentsafety/ai-content-safety-rest/samples/v1/typescript/package.json +++ b/sdk/contentsafety/ai-content-safety-rest/samples/v1/typescript/package.json @@ -31,12 +31,13 @@ "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/contentsafety/ai-content-safety-rest", "dependencies": { "@azure-rest/ai-content-safety": "latest", - "dotenv": "latest", - "@azure/core-auth": "^1.3.0" + "@azure-samples/ai-content-safety-ts": "file:", + "@azure/core-auth": "^1.3.0", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/core/core-paging/samples/v1/javascript/package.json b/sdk/core/core-paging/samples/v1/javascript/package.json index 41797e5aecd5..20cc44fe1c18 100644 --- a/sdk/core/core-paging/samples/v1/javascript/package.json +++ b/sdk/core/core-paging/samples/v1/javascript/package.json @@ -24,6 +24,7 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/core/core-paging", "dependencies": { + "@azure-samples/core-paging-js": "file:", "@azure/core-paging": "latest", "dotenv": "latest" } diff --git a/sdk/core/core-paging/samples/v1/typescript/package.json b/sdk/core/core-paging/samples/v1/typescript/package.json index f64491721e7e..4f3973bf74ba 100644 --- a/sdk/core/core-paging/samples/v1/typescript/package.json +++ b/sdk/core/core-paging/samples/v1/typescript/package.json @@ -28,12 +28,13 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/core/core-paging", "dependencies": { + "@azure-samples/core-paging-ts": "file:", "@azure/core-paging": "latest", "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/core/core-rest-pipeline/samples/v1/javascript/package.json b/sdk/core/core-rest-pipeline/samples/v1/javascript/package.json index 8817d92b88ce..fb84c2c3b9c0 100644 --- a/sdk/core/core-rest-pipeline/samples/v1/javascript/package.json +++ b/sdk/core/core-rest-pipeline/samples/v1/javascript/package.json @@ -22,6 +22,7 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/core/core-rest-pipeline", "dependencies": { + "@azure-samples/core-rest-pipeline-js": "file:", "@azure/core-rest-pipeline": "latest", "dotenv": "latest" } diff --git a/sdk/core/core-rest-pipeline/samples/v1/typescript/package.json b/sdk/core/core-rest-pipeline/samples/v1/typescript/package.json index 1dc8f0b67bea..e481ab9f0af9 100644 --- a/sdk/core/core-rest-pipeline/samples/v1/typescript/package.json +++ b/sdk/core/core-rest-pipeline/samples/v1/typescript/package.json @@ -26,11 +26,12 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/core/core-rest-pipeline", "dependencies": { + "@azure-samples/core-rest-pipeline-ts": "file:", "@azure/core-rest-pipeline": "latest", "dotenv": "latest" }, "devDependencies": { - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/core/core-sse/samples/v1/javascript/package.json b/sdk/core/core-sse/samples/v1/javascript/package.json index 9a6be25e4387..114e42adf3c8 100644 --- a/sdk/core/core-sse/samples/v1/javascript/package.json +++ b/sdk/core/core-sse/samples/v1/javascript/package.json @@ -26,6 +26,7 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/core/core-sse", "dependencies": { + "@azure-samples/core-sse-js": "file:", "@azure/core-sse": "^1.0.0", "dotenv": "latest" } diff --git a/sdk/core/core-sse/samples/v1/typescript/package.json b/sdk/core/core-sse/samples/v1/typescript/package.json index 917e3ae5d733..fb2389309f3b 100644 --- a/sdk/core/core-sse/samples/v1/typescript/package.json +++ b/sdk/core/core-sse/samples/v1/typescript/package.json @@ -30,12 +30,13 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/core/core-sse", "dependencies": { + "@azure-samples/core-sse-ts": "file:", "@azure/core-sse": "^1.0.0", "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/core/core-sse/samples/v2/javascript/package.json b/sdk/core/core-sse/samples/v2/javascript/package.json index 0d11cbfc71e6..d3cd410b3893 100644 --- a/sdk/core/core-sse/samples/v2/javascript/package.json +++ b/sdk/core/core-sse/samples/v2/javascript/package.json @@ -26,8 +26,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/core/core-sse", "dependencies": { + "@azure-rest/core-client": "^2.2.0", + "@azure-samples/core-sse-js": "file:", "@azure/core-sse": "latest", - "dotenv": "latest", - "@azure-rest/core-client": "^2.2.0" + "dotenv": "latest" } } diff --git a/sdk/core/core-sse/samples/v2/typescript/package.json b/sdk/core/core-sse/samples/v2/typescript/package.json index 1e9b5db7f092..87b48685cfd8 100644 --- a/sdk/core/core-sse/samples/v2/typescript/package.json +++ b/sdk/core/core-sse/samples/v2/typescript/package.json @@ -30,13 +30,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/core/core-sse", "dependencies": { + "@azure-rest/core-client": "^2.2.0", + "@azure-samples/core-sse-ts": "file:", "@azure/core-sse": "latest", - "dotenv": "latest", - "@azure-rest/core-client": "^2.2.0" + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/core/core-tracing/samples/v1/javascript/package.json b/sdk/core/core-tracing/samples/v1/javascript/package.json index 93177cbe98c0..46eedbc4f482 100644 --- a/sdk/core/core-tracing/samples/v1/javascript/package.json +++ b/sdk/core/core-tracing/samples/v1/javascript/package.json @@ -23,6 +23,7 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/core/core-tracing", "dependencies": { + "@azure-samples/core-tracing-js": "file:", "@azure/core-tracing": "latest", "dotenv": "latest" } diff --git a/sdk/core/core-tracing/samples/v1/typescript/package.json b/sdk/core/core-tracing/samples/v1/typescript/package.json index 99762d45df34..e0da96adff75 100644 --- a/sdk/core/core-tracing/samples/v1/typescript/package.json +++ b/sdk/core/core-tracing/samples/v1/typescript/package.json @@ -27,12 +27,13 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/core/core-tracing", "dependencies": { + "@azure-samples/core-tracing-ts": "file:", "@azure/core-tracing": "latest", "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/cosmosdb/arm-cosmosdb/samples/v16/javascript/package.json b/sdk/cosmosdb/arm-cosmosdb/samples/v16/javascript/package.json index 824dc7262076..6a8482747ff3 100644 --- a/sdk/cosmosdb/arm-cosmosdb/samples/v16/javascript/package.json +++ b/sdk/cosmosdb/arm-cosmosdb/samples/v16/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/cosmosdb/arm-cosmosdb", "dependencies": { + "@azure-samples/arm-cosmosdb-js": "file:", "@azure/arm-cosmosdb": "latest", - "dotenv": "latest", - "@azure/identity": "^4.0.1" + "@azure/identity": "^4.0.1", + "dotenv": "latest" } } diff --git a/sdk/cosmosdb/arm-cosmosdb/samples/v16/typescript/package.json b/sdk/cosmosdb/arm-cosmosdb/samples/v16/typescript/package.json index e9fe4c77562b..524665a62fc9 100644 --- a/sdk/cosmosdb/arm-cosmosdb/samples/v16/typescript/package.json +++ b/sdk/cosmosdb/arm-cosmosdb/samples/v16/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/cosmosdb/arm-cosmosdb", "dependencies": { + "@azure-samples/arm-cosmosdb-ts": "file:", "@azure/arm-cosmosdb": "latest", - "dotenv": "latest", - "@azure/identity": "^4.0.1" + "@azure/identity": "^4.0.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/cosmosdb/cosmos/MultiRegionWriteSample/package.json b/sdk/cosmosdb/cosmos/MultiRegionWriteSample/package.json index 299824f73ac0..cc8c2c91316b 100644 --- a/sdk/cosmosdb/cosmos/MultiRegionWriteSample/package.json +++ b/sdk/cosmosdb/cosmos/MultiRegionWriteSample/package.json @@ -9,6 +9,7 @@ "author": "", "license": "ISC", "dependencies": { + "multiregionwrite": "file:", "ora": "^3.0.0", "uuid": "^3.3.2" }, diff --git a/sdk/cosmosdb/cosmos/samples/v3/javascript/package.json b/sdk/cosmosdb/cosmos/samples/v3/javascript/package.json index 54cb97a2b470..8fc4686a3e18 100644 --- a/sdk/cosmosdb/cosmos/samples/v3/javascript/package.json +++ b/sdk/cosmosdb/cosmos/samples/v3/javascript/package.json @@ -29,9 +29,10 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/cosmosdb/cosmos", "dependencies": { + "@azure-samples/cosmos-js": "file:", "@azure/cosmos": "latest", - "dotenv": "latest", "@azure/identity": "^4.2.1", + "dotenv": "latest", "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 2d5429b83505..72e32525ffa3 100644 --- a/sdk/cosmosdb/cosmos/samples/v3/typescript/package.json +++ b/sdk/cosmosdb/cosmos/samples/v3/typescript/package.json @@ -33,15 +33,16 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/cosmosdb/cosmos", "dependencies": { + "@azure-samples/cosmos-ts": "file:", "@azure/cosmos": "latest", - "dotenv": "latest", "@azure/identity": "^4.2.1", + "dotenv": "latest", "uuid": "^8.3.0" }, "devDependencies": { - "@types/uuid": "^8.0.0", "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "@types/uuid": "^8.0.0", + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/cosmosdb/cosmos/samples/v4/javascript/package.json b/sdk/cosmosdb/cosmos/samples/v4/javascript/package.json index 4d9b485d790c..1fbb233cf73c 100644 --- a/sdk/cosmosdb/cosmos/samples/v4/javascript/package.json +++ b/sdk/cosmosdb/cosmos/samples/v4/javascript/package.json @@ -29,9 +29,10 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/cosmosdb/cosmos", "dependencies": { - "@azure/cosmos": "latest", - "dotenv": "latest", + "@azure-samples/cosmos-js": "file:", "@azure/core-util": "^1.8.1", - "@azure/identity": "^4.0.1" + "@azure/cosmos": "latest", + "@azure/identity": "^4.0.1", + "dotenv": "latest" } } diff --git a/sdk/cosmosdb/cosmos/samples/v4/typescript/package.json b/sdk/cosmosdb/cosmos/samples/v4/typescript/package.json index 6e196dfb631a..b28a045739bc 100644 --- a/sdk/cosmosdb/cosmos/samples/v4/typescript/package.json +++ b/sdk/cosmosdb/cosmos/samples/v4/typescript/package.json @@ -33,14 +33,15 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/cosmosdb/cosmos", "dependencies": { - "@azure/cosmos": "latest", - "dotenv": "latest", + "@azure-samples/cosmos-ts": "file:", "@azure/core-util": "^1.8.1", - "@azure/identity": "^4.0.1" + "@azure/cosmos": "latest", + "@azure/identity": "^4.0.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/cosmosforpostgresql/arm-cosmosdbforpostgresql/samples/v1/javascript/package.json b/sdk/cosmosforpostgresql/arm-cosmosdbforpostgresql/samples/v1/javascript/package.json index d7a484f49121..e92c063f1f45 100644 --- a/sdk/cosmosforpostgresql/arm-cosmosdbforpostgresql/samples/v1/javascript/package.json +++ b/sdk/cosmosforpostgresql/arm-cosmosdbforpostgresql/samples/v1/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/cosmosforpostgresql/arm-cosmosdbforpostgresql", "dependencies": { + "@azure-samples/arm-cosmosdbforpostgresql-js": "file:", "@azure/arm-cosmosdbforpostgresql": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" } } diff --git a/sdk/cosmosforpostgresql/arm-cosmosdbforpostgresql/samples/v1/typescript/package.json b/sdk/cosmosforpostgresql/arm-cosmosdbforpostgresql/samples/v1/typescript/package.json index a72e3fe8ea63..21c6bd7ee15d 100644 --- a/sdk/cosmosforpostgresql/arm-cosmosdbforpostgresql/samples/v1/typescript/package.json +++ b/sdk/cosmosforpostgresql/arm-cosmosdbforpostgresql/samples/v1/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/cosmosforpostgresql/arm-cosmosdbforpostgresql", "dependencies": { + "@azure-samples/arm-cosmosdbforpostgresql-ts": "file:", "@azure/arm-cosmosdbforpostgresql": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/cost-management/arm-costmanagement/samples/v1-beta/javascript/package.json b/sdk/cost-management/arm-costmanagement/samples/v1-beta/javascript/package.json index 9c321e9699c5..f754644fb542 100644 --- a/sdk/cost-management/arm-costmanagement/samples/v1-beta/javascript/package.json +++ b/sdk/cost-management/arm-costmanagement/samples/v1-beta/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/cost-management/arm-costmanagement", "dependencies": { + "@azure-samples/arm-costmanagement-js-beta": "file:", "@azure/arm-costmanagement": "next", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" } } diff --git a/sdk/cost-management/arm-costmanagement/samples/v1-beta/typescript/package.json b/sdk/cost-management/arm-costmanagement/samples/v1-beta/typescript/package.json index 5b236c6b492a..8df0e1c0577e 100644 --- a/sdk/cost-management/arm-costmanagement/samples/v1-beta/typescript/package.json +++ b/sdk/cost-management/arm-costmanagement/samples/v1-beta/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/cost-management/arm-costmanagement", "dependencies": { + "@azure-samples/arm-costmanagement-ts-beta": "file:", "@azure/arm-costmanagement": "next", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/customer-insights/arm-customerinsights/samples/v4/javascript/package.json b/sdk/customer-insights/arm-customerinsights/samples/v4/javascript/package.json index a888074e54b1..a4d036277331 100644 --- a/sdk/customer-insights/arm-customerinsights/samples/v4/javascript/package.json +++ b/sdk/customer-insights/arm-customerinsights/samples/v4/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/customer-insights/arm-customerinsights", "dependencies": { + "@azure-samples/arm-customerinsights-js": "file:", "@azure/arm-customerinsights": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" } } diff --git a/sdk/customer-insights/arm-customerinsights/samples/v4/typescript/package.json b/sdk/customer-insights/arm-customerinsights/samples/v4/typescript/package.json index 78a0c3ad086f..74f188b395f9 100644 --- a/sdk/customer-insights/arm-customerinsights/samples/v4/typescript/package.json +++ b/sdk/customer-insights/arm-customerinsights/samples/v4/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/customer-insights/arm-customerinsights", "dependencies": { + "@azure-samples/arm-customerinsights-ts": "file:", "@azure/arm-customerinsights": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/dashboard/arm-dashboard/samples/v1/javascript/package.json b/sdk/dashboard/arm-dashboard/samples/v1/javascript/package.json index cbd54f0df5b7..7b315bca6a84 100644 --- a/sdk/dashboard/arm-dashboard/samples/v1/javascript/package.json +++ b/sdk/dashboard/arm-dashboard/samples/v1/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/dashboard/arm-dashboard", "dependencies": { + "@azure-samples/arm-dashboard-js": "file:", "@azure/arm-dashboard": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" } } diff --git a/sdk/dashboard/arm-dashboard/samples/v1/typescript/package.json b/sdk/dashboard/arm-dashboard/samples/v1/typescript/package.json index cf21e5f635cb..cc23d85ef5f3 100644 --- a/sdk/dashboard/arm-dashboard/samples/v1/typescript/package.json +++ b/sdk/dashboard/arm-dashboard/samples/v1/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/dashboard/arm-dashboard", "dependencies": { + "@azure-samples/arm-dashboard-ts": "file:", "@azure/arm-dashboard": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/databox/arm-databox/samples/v5/javascript/package.json b/sdk/databox/arm-databox/samples/v5/javascript/package.json index 4e9b393b8b27..924264b8c6ad 100644 --- a/sdk/databox/arm-databox/samples/v5/javascript/package.json +++ b/sdk/databox/arm-databox/samples/v5/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/databox/arm-databox", "dependencies": { + "@azure-samples/arm-databox-js": "file:", "@azure/arm-databox": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" } } diff --git a/sdk/databox/arm-databox/samples/v5/typescript/package.json b/sdk/databox/arm-databox/samples/v5/typescript/package.json index 4678041ee24c..fbce9e27c892 100644 --- a/sdk/databox/arm-databox/samples/v5/typescript/package.json +++ b/sdk/databox/arm-databox/samples/v5/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/databox/arm-databox", "dependencies": { + "@azure-samples/arm-databox-ts": "file:", "@azure/arm-databox": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/databoxedge/arm-databoxedge-profile-2020-09-01-hybrid/samples/v2/javascript/package.json b/sdk/databoxedge/arm-databoxedge-profile-2020-09-01-hybrid/samples/v2/javascript/package.json index ac12022ea0d5..478fc4246a44 100644 --- a/sdk/databoxedge/arm-databoxedge-profile-2020-09-01-hybrid/samples/v2/javascript/package.json +++ b/sdk/databoxedge/arm-databoxedge-profile-2020-09-01-hybrid/samples/v2/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/databoxedge/arm-databoxedge-profile-2020-09-01-hybrid", "dependencies": { + "@azure-samples/arm-databoxedge-profile-2020-09-01-hybrid-js": "file:", "@azure/arm-databoxedge-profile-2020-09-01-hybrid": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" } } diff --git a/sdk/databoxedge/arm-databoxedge-profile-2020-09-01-hybrid/samples/v2/typescript/package.json b/sdk/databoxedge/arm-databoxedge-profile-2020-09-01-hybrid/samples/v2/typescript/package.json index c2da4050ea74..b8e203593db5 100644 --- a/sdk/databoxedge/arm-databoxedge-profile-2020-09-01-hybrid/samples/v2/typescript/package.json +++ b/sdk/databoxedge/arm-databoxedge-profile-2020-09-01-hybrid/samples/v2/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/databoxedge/arm-databoxedge-profile-2020-09-01-hybrid", "dependencies": { + "@azure-samples/arm-databoxedge-profile-2020-09-01-hybrid-ts": "file:", "@azure/arm-databoxedge-profile-2020-09-01-hybrid": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/databoxedge/arm-databoxedge/samples/v2/javascript/package.json b/sdk/databoxedge/arm-databoxedge/samples/v2/javascript/package.json index f2e2d648fb3f..feb141cfba45 100644 --- a/sdk/databoxedge/arm-databoxedge/samples/v2/javascript/package.json +++ b/sdk/databoxedge/arm-databoxedge/samples/v2/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/databoxedge/arm-databoxedge", "dependencies": { + "@azure-samples/arm-databoxedge-js": "file:", "@azure/arm-databoxedge": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" } } diff --git a/sdk/databoxedge/arm-databoxedge/samples/v2/typescript/package.json b/sdk/databoxedge/arm-databoxedge/samples/v2/typescript/package.json index d7637540421b..6f9349a90671 100644 --- a/sdk/databoxedge/arm-databoxedge/samples/v2/typescript/package.json +++ b/sdk/databoxedge/arm-databoxedge/samples/v2/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/databoxedge/arm-databoxedge", "dependencies": { + "@azure-samples/arm-databoxedge-ts": "file:", "@azure/arm-databoxedge": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/databricks/arm-databricks/samples/v3/javascript/package.json b/sdk/databricks/arm-databricks/samples/v3/javascript/package.json index aceaca691699..16d7ffcd8a6e 100644 --- a/sdk/databricks/arm-databricks/samples/v3/javascript/package.json +++ b/sdk/databricks/arm-databricks/samples/v3/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/databricks/arm-databricks", "dependencies": { + "@azure-samples/arm-databricks-js": "file:", "@azure/arm-databricks": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" } } diff --git a/sdk/databricks/arm-databricks/samples/v3/typescript/package.json b/sdk/databricks/arm-databricks/samples/v3/typescript/package.json index cc01a5735194..dd004672b3a6 100644 --- a/sdk/databricks/arm-databricks/samples/v3/typescript/package.json +++ b/sdk/databricks/arm-databricks/samples/v3/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/databricks/arm-databricks", "dependencies": { + "@azure-samples/arm-databricks-ts": "file:", "@azure/arm-databricks": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/datacatalog/arm-datacatalog/samples/v4/javascript/package.json b/sdk/datacatalog/arm-datacatalog/samples/v4/javascript/package.json index 3773f857148d..2efb43903aa9 100644 --- a/sdk/datacatalog/arm-datacatalog/samples/v4/javascript/package.json +++ b/sdk/datacatalog/arm-datacatalog/samples/v4/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/datacatalog/arm-datacatalog", "dependencies": { + "@azure-samples/arm-datacatalog-js": "file:", "@azure/arm-datacatalog": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" } } diff --git a/sdk/datacatalog/arm-datacatalog/samples/v4/typescript/package.json b/sdk/datacatalog/arm-datacatalog/samples/v4/typescript/package.json index 198deb502222..2c9b487ca728 100644 --- a/sdk/datacatalog/arm-datacatalog/samples/v4/typescript/package.json +++ b/sdk/datacatalog/arm-datacatalog/samples/v4/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/datacatalog/arm-datacatalog", "dependencies": { + "@azure-samples/arm-datacatalog-ts": "file:", "@azure/arm-datacatalog": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/datadog/arm-datadog/samples/v3/javascript/package.json b/sdk/datadog/arm-datadog/samples/v3/javascript/package.json index 04568af65b20..5bf1624241e7 100644 --- a/sdk/datadog/arm-datadog/samples/v3/javascript/package.json +++ b/sdk/datadog/arm-datadog/samples/v3/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/datadog/arm-datadog", "dependencies": { + "@azure-samples/arm-datadog-js": "file:", "@azure/arm-datadog": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" } } diff --git a/sdk/datadog/arm-datadog/samples/v3/typescript/package.json b/sdk/datadog/arm-datadog/samples/v3/typescript/package.json index 1f0d54f49959..36e5559625f1 100644 --- a/sdk/datadog/arm-datadog/samples/v3/typescript/package.json +++ b/sdk/datadog/arm-datadog/samples/v3/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/datadog/arm-datadog", "dependencies": { + "@azure-samples/arm-datadog-ts": "file:", "@azure/arm-datadog": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/datafactory/arm-datafactory/samples/v17/javascript/package.json b/sdk/datafactory/arm-datafactory/samples/v17/javascript/package.json index 1c8cdc6cb1a3..39cdf3ab7578 100644 --- a/sdk/datafactory/arm-datafactory/samples/v17/javascript/package.json +++ b/sdk/datafactory/arm-datafactory/samples/v17/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/datafactory/arm-datafactory", "dependencies": { + "@azure-samples/arm-datafactory-js": "file:", "@azure/arm-datafactory": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" } } diff --git a/sdk/datafactory/arm-datafactory/samples/v17/typescript/package.json b/sdk/datafactory/arm-datafactory/samples/v17/typescript/package.json index 4682342ca707..a6a304845f2c 100644 --- a/sdk/datafactory/arm-datafactory/samples/v17/typescript/package.json +++ b/sdk/datafactory/arm-datafactory/samples/v17/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/datafactory/arm-datafactory", "dependencies": { + "@azure-samples/arm-datafactory-ts": "file:", "@azure/arm-datafactory": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/datalake-analytics/arm-datalake-analytics/samples/v2-beta/javascript/package.json b/sdk/datalake-analytics/arm-datalake-analytics/samples/v2-beta/javascript/package.json index 0232b7200b66..05b90e8d03fa 100644 --- a/sdk/datalake-analytics/arm-datalake-analytics/samples/v2-beta/javascript/package.json +++ b/sdk/datalake-analytics/arm-datalake-analytics/samples/v2-beta/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/datalake-analytics/arm-datalake-analytics", "dependencies": { + "@azure-samples/arm-datalake-analytics-js-beta": "file:", "@azure/arm-datalake-analytics": "next", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" } } diff --git a/sdk/datalake-analytics/arm-datalake-analytics/samples/v2-beta/typescript/package.json b/sdk/datalake-analytics/arm-datalake-analytics/samples/v2-beta/typescript/package.json index 19336bb784b5..6cee65ba401d 100644 --- a/sdk/datalake-analytics/arm-datalake-analytics/samples/v2-beta/typescript/package.json +++ b/sdk/datalake-analytics/arm-datalake-analytics/samples/v2-beta/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/datalake-analytics/arm-datalake-analytics", "dependencies": { + "@azure-samples/arm-datalake-analytics-ts-beta": "file:", "@azure/arm-datalake-analytics": "next", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/datamigration/arm-datamigration/samples/v3-beta/javascript/package.json b/sdk/datamigration/arm-datamigration/samples/v3-beta/javascript/package.json index 6945acdeb776..38779bfe2a81 100644 --- a/sdk/datamigration/arm-datamigration/samples/v3-beta/javascript/package.json +++ b/sdk/datamigration/arm-datamigration/samples/v3-beta/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/datamigration/arm-datamigration", "dependencies": { + "@azure-samples/arm-datamigration-js-beta": "file:", "@azure/arm-datamigration": "next", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" } } diff --git a/sdk/datamigration/arm-datamigration/samples/v3-beta/typescript/package.json b/sdk/datamigration/arm-datamigration/samples/v3-beta/typescript/package.json index b9520c0e0724..6317a9da3863 100644 --- a/sdk/datamigration/arm-datamigration/samples/v3-beta/typescript/package.json +++ b/sdk/datamigration/arm-datamigration/samples/v3-beta/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/datamigration/arm-datamigration", "dependencies": { + "@azure-samples/arm-datamigration-ts-beta": "file:", "@azure/arm-datamigration": "next", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/dataprotection/arm-dataprotection/samples/v2/javascript/package.json b/sdk/dataprotection/arm-dataprotection/samples/v2/javascript/package.json index b3b486588b27..6c287b57712f 100644 --- a/sdk/dataprotection/arm-dataprotection/samples/v2/javascript/package.json +++ b/sdk/dataprotection/arm-dataprotection/samples/v2/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/dataprotection/arm-dataprotection", "dependencies": { + "@azure-samples/arm-dataprotection-js": "file:", "@azure/arm-dataprotection": "latest", - "dotenv": "latest", - "@azure/identity": "^4.0.1" + "@azure/identity": "^4.0.1", + "dotenv": "latest" } } diff --git a/sdk/dataprotection/arm-dataprotection/samples/v2/typescript/package.json b/sdk/dataprotection/arm-dataprotection/samples/v2/typescript/package.json index c81edbee0611..8cd20567aa01 100644 --- a/sdk/dataprotection/arm-dataprotection/samples/v2/typescript/package.json +++ b/sdk/dataprotection/arm-dataprotection/samples/v2/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/dataprotection/arm-dataprotection", "dependencies": { + "@azure-samples/arm-dataprotection-ts": "file:", "@azure/arm-dataprotection": "latest", - "dotenv": "latest", - "@azure/identity": "^4.0.1" + "@azure/identity": "^4.0.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/defendereasm/arm-defendereasm/samples/v1-beta/javascript/package.json b/sdk/defendereasm/arm-defendereasm/samples/v1-beta/javascript/package.json index e2add1d4704c..f581dd731cd2 100644 --- a/sdk/defendereasm/arm-defendereasm/samples/v1-beta/javascript/package.json +++ b/sdk/defendereasm/arm-defendereasm/samples/v1-beta/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/defendereasm/arm-defendereasm", "dependencies": { + "@azure-samples/arm-defendereasm-js-beta": "file:", "@azure/arm-defendereasm": "next", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" } } diff --git a/sdk/defendereasm/arm-defendereasm/samples/v1-beta/typescript/package.json b/sdk/defendereasm/arm-defendereasm/samples/v1-beta/typescript/package.json index fe369b2f7759..669f0749f6c4 100644 --- a/sdk/defendereasm/arm-defendereasm/samples/v1-beta/typescript/package.json +++ b/sdk/defendereasm/arm-defendereasm/samples/v1-beta/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/defendereasm/arm-defendereasm", "dependencies": { + "@azure-samples/arm-defendereasm-ts-beta": "file:", "@azure/arm-defendereasm": "next", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/deploymentmanager/arm-deploymentmanager/samples/v4-beta/javascript/package.json b/sdk/deploymentmanager/arm-deploymentmanager/samples/v4-beta/javascript/package.json index 951e28856af8..8810c96fa485 100644 --- a/sdk/deploymentmanager/arm-deploymentmanager/samples/v4-beta/javascript/package.json +++ b/sdk/deploymentmanager/arm-deploymentmanager/samples/v4-beta/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deploymentmanager/arm-deploymentmanager", "dependencies": { + "@azure-samples/arm-deploymentmanager-js-beta": "file:", "@azure/arm-deploymentmanager": "next", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" } } diff --git a/sdk/deploymentmanager/arm-deploymentmanager/samples/v4-beta/typescript/package.json b/sdk/deploymentmanager/arm-deploymentmanager/samples/v4-beta/typescript/package.json index 1bc986b11576..5c34a1946020 100644 --- a/sdk/deploymentmanager/arm-deploymentmanager/samples/v4-beta/typescript/package.json +++ b/sdk/deploymentmanager/arm-deploymentmanager/samples/v4-beta/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deploymentmanager/arm-deploymentmanager", "dependencies": { + "@azure-samples/arm-deploymentmanager-ts-beta": "file:", "@azure/arm-deploymentmanager": "next", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/desktopvirtualization/arm-desktopvirtualization/samples/v1/javascript/package.json b/sdk/desktopvirtualization/arm-desktopvirtualization/samples/v1/javascript/package.json index 25e102e68a89..2f413e744e80 100644 --- a/sdk/desktopvirtualization/arm-desktopvirtualization/samples/v1/javascript/package.json +++ b/sdk/desktopvirtualization/arm-desktopvirtualization/samples/v1/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/desktopvirtualization/arm-desktopvirtualization", "dependencies": { + "@azure-samples/arm-desktopvirtualization-js": "file:", "@azure/arm-desktopvirtualization": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" } } diff --git a/sdk/desktopvirtualization/arm-desktopvirtualization/samples/v1/typescript/package.json b/sdk/desktopvirtualization/arm-desktopvirtualization/samples/v1/typescript/package.json index 94625d7f305a..4b8441ccfd6b 100644 --- a/sdk/desktopvirtualization/arm-desktopvirtualization/samples/v1/typescript/package.json +++ b/sdk/desktopvirtualization/arm-desktopvirtualization/samples/v1/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/desktopvirtualization/arm-desktopvirtualization", "dependencies": { + "@azure-samples/arm-desktopvirtualization-ts": "file:", "@azure/arm-desktopvirtualization": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/devcenter/arm-devcenter/samples/v1/javascript/package.json b/sdk/devcenter/arm-devcenter/samples/v1/javascript/package.json index 7389d4f87933..e7ff9fcb0fde 100644 --- a/sdk/devcenter/arm-devcenter/samples/v1/javascript/package.json +++ b/sdk/devcenter/arm-devcenter/samples/v1/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/devcenter/arm-devcenter", "dependencies": { + "@azure-samples/arm-devcenter-js": "file:", "@azure/arm-devcenter": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" } } diff --git a/sdk/devcenter/arm-devcenter/samples/v1/typescript/package.json b/sdk/devcenter/arm-devcenter/samples/v1/typescript/package.json index 78e066610a13..c12363380656 100644 --- a/sdk/devcenter/arm-devcenter/samples/v1/typescript/package.json +++ b/sdk/devcenter/arm-devcenter/samples/v1/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/devcenter/arm-devcenter", "dependencies": { + "@azure-samples/arm-devcenter-ts": "file:", "@azure/arm-devcenter": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/devcenter/developer-devcenter-rest/samples/v1-beta/javascript/package.json b/sdk/devcenter/developer-devcenter-rest/samples/v1-beta/javascript/package.json index 5770bc8341ab..0d8df0381cc3 100644 --- a/sdk/devcenter/developer-devcenter-rest/samples/v1-beta/javascript/package.json +++ b/sdk/devcenter/developer-devcenter-rest/samples/v1-beta/javascript/package.json @@ -27,7 +27,8 @@ "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/devcenter/developer-devcenter-rest", "dependencies": { "@azure-rest/developer-devcenter": "next", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure-samples/developer-devcenter-js-beta": "file:", + "@azure/identity": "^4.2.1", + "dotenv": "latest" } } diff --git a/sdk/devcenter/developer-devcenter-rest/samples/v1-beta/typescript/package.json b/sdk/devcenter/developer-devcenter-rest/samples/v1-beta/typescript/package.json index 9616942734a9..096a9c3dbcea 100644 --- a/sdk/devcenter/developer-devcenter-rest/samples/v1-beta/typescript/package.json +++ b/sdk/devcenter/developer-devcenter-rest/samples/v1-beta/typescript/package.json @@ -31,12 +31,13 @@ "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/devcenter/developer-devcenter-rest", "dependencies": { "@azure-rest/developer-devcenter": "next", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure-samples/developer-devcenter-ts-beta": "file:", + "@azure/identity": "^4.2.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/devcenter/developer-devcenter-rest/samples/v1/javascript/package.json b/sdk/devcenter/developer-devcenter-rest/samples/v1/javascript/package.json index ea9a1aaa93f9..20b345d94129 100644 --- a/sdk/devcenter/developer-devcenter-rest/samples/v1/javascript/package.json +++ b/sdk/devcenter/developer-devcenter-rest/samples/v1/javascript/package.json @@ -27,7 +27,8 @@ "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/devcenter/developer-devcenter-rest", "dependencies": { "@azure-rest/developer-devcenter": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure-samples/developer-devcenter-js": "file:", + "@azure/identity": "^4.2.1", + "dotenv": "latest" } } diff --git a/sdk/devcenter/developer-devcenter-rest/samples/v1/typescript/package.json b/sdk/devcenter/developer-devcenter-rest/samples/v1/typescript/package.json index 7e0cefb9d12b..b4697aed986f 100644 --- a/sdk/devcenter/developer-devcenter-rest/samples/v1/typescript/package.json +++ b/sdk/devcenter/developer-devcenter-rest/samples/v1/typescript/package.json @@ -31,12 +31,13 @@ "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/devcenter/developer-devcenter-rest", "dependencies": { "@azure-rest/developer-devcenter": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure-samples/developer-devcenter-ts": "file:", + "@azure/identity": "^4.2.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/devhub/arm-devhub/samples/v1-beta/javascript/package.json b/sdk/devhub/arm-devhub/samples/v1-beta/javascript/package.json index 4274709e62cd..018bcef5caf8 100644 --- a/sdk/devhub/arm-devhub/samples/v1-beta/javascript/package.json +++ b/sdk/devhub/arm-devhub/samples/v1-beta/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/devhub/arm-devhub", "dependencies": { + "@azure-samples/arm-devhub-js-beta": "file:", "@azure/arm-devhub": "next", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" } } diff --git a/sdk/devhub/arm-devhub/samples/v1-beta/typescript/package.json b/sdk/devhub/arm-devhub/samples/v1-beta/typescript/package.json index d763353f6ec8..a75b7a6c540f 100644 --- a/sdk/devhub/arm-devhub/samples/v1-beta/typescript/package.json +++ b/sdk/devhub/arm-devhub/samples/v1-beta/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/devhub/arm-devhub", "dependencies": { + "@azure-samples/arm-devhub-ts-beta": "file:", "@azure/arm-devhub": "next", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/deviceprovisioningservices/arm-deviceprovisioningservices/samples/v5/javascript/package.json b/sdk/deviceprovisioningservices/arm-deviceprovisioningservices/samples/v5/javascript/package.json index 4006fc6c912b..4ba130594375 100644 --- a/sdk/deviceprovisioningservices/arm-deviceprovisioningservices/samples/v5/javascript/package.json +++ b/sdk/deviceprovisioningservices/arm-deviceprovisioningservices/samples/v5/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceprovisioningservices/arm-deviceprovisioningservices", "dependencies": { + "@azure-samples/arm-deviceprovisioningservices-js": "file:", "@azure/arm-deviceprovisioningservices": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" } } diff --git a/sdk/deviceprovisioningservices/arm-deviceprovisioningservices/samples/v5/typescript/package.json b/sdk/deviceprovisioningservices/arm-deviceprovisioningservices/samples/v5/typescript/package.json index 2792d48b9fe5..ac45245839ac 100644 --- a/sdk/deviceprovisioningservices/arm-deviceprovisioningservices/samples/v5/typescript/package.json +++ b/sdk/deviceprovisioningservices/arm-deviceprovisioningservices/samples/v5/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceprovisioningservices/arm-deviceprovisioningservices", "dependencies": { + "@azure-samples/arm-deviceprovisioningservices-ts": "file:", "@azure/arm-deviceprovisioningservices": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/deviceprovisioningservices/arm-deviceprovisioningservices/samples/v6-beta/javascript/package.json b/sdk/deviceprovisioningservices/arm-deviceprovisioningservices/samples/v6-beta/javascript/package.json index 35f8362dffde..2bf5d46f7a71 100644 --- a/sdk/deviceprovisioningservices/arm-deviceprovisioningservices/samples/v6-beta/javascript/package.json +++ b/sdk/deviceprovisioningservices/arm-deviceprovisioningservices/samples/v6-beta/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceprovisioningservices/arm-deviceprovisioningservices", "dependencies": { + "@azure-samples/arm-deviceprovisioningservices-js-beta": "file:", "@azure/arm-deviceprovisioningservices": "next", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" } } diff --git a/sdk/deviceprovisioningservices/arm-deviceprovisioningservices/samples/v6-beta/typescript/package.json b/sdk/deviceprovisioningservices/arm-deviceprovisioningservices/samples/v6-beta/typescript/package.json index 38ec90963278..5f0e555b3de0 100644 --- a/sdk/deviceprovisioningservices/arm-deviceprovisioningservices/samples/v6-beta/typescript/package.json +++ b/sdk/deviceprovisioningservices/arm-deviceprovisioningservices/samples/v6-beta/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceprovisioningservices/arm-deviceprovisioningservices", "dependencies": { + "@azure-samples/arm-deviceprovisioningservices-ts-beta": "file:", "@azure/arm-deviceprovisioningservices": "next", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/deviceregistry/arm-deviceregistry/samples/v1-beta/javascript/package.json b/sdk/deviceregistry/arm-deviceregistry/samples/v1-beta/javascript/package.json index d863eaf7502a..474f35a38203 100644 --- a/sdk/deviceregistry/arm-deviceregistry/samples/v1-beta/javascript/package.json +++ b/sdk/deviceregistry/arm-deviceregistry/samples/v1-beta/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceregistry/arm-deviceregistry", "dependencies": { + "@azure-samples/arm-deviceregistry-js-beta": "file:", "@azure/arm-deviceregistry": "next", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" } } diff --git a/sdk/deviceregistry/arm-deviceregistry/samples/v1-beta/typescript/package.json b/sdk/deviceregistry/arm-deviceregistry/samples/v1-beta/typescript/package.json index ee9708fd081c..c4f78f326ec5 100644 --- a/sdk/deviceregistry/arm-deviceregistry/samples/v1-beta/typescript/package.json +++ b/sdk/deviceregistry/arm-deviceregistry/samples/v1-beta/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceregistry/arm-deviceregistry", "dependencies": { + "@azure-samples/arm-deviceregistry-ts-beta": "file:", "@azure/arm-deviceregistry": "next", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/deviceupdate/arm-deviceupdate/samples/v1/javascript/package.json b/sdk/deviceupdate/arm-deviceupdate/samples/v1/javascript/package.json index b8647188612e..40d19b6e4747 100644 --- a/sdk/deviceupdate/arm-deviceupdate/samples/v1/javascript/package.json +++ b/sdk/deviceupdate/arm-deviceupdate/samples/v1/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/arm-deviceupdate", "dependencies": { + "@azure-samples/arm-deviceupdate-js": "file:", "@azure/arm-deviceupdate": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" } } diff --git a/sdk/deviceupdate/arm-deviceupdate/samples/v1/typescript/package.json b/sdk/deviceupdate/arm-deviceupdate/samples/v1/typescript/package.json index 743acbe6f1ce..936ec2bb148e 100644 --- a/sdk/deviceupdate/arm-deviceupdate/samples/v1/typescript/package.json +++ b/sdk/deviceupdate/arm-deviceupdate/samples/v1/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/arm-deviceupdate", "dependencies": { + "@azure-samples/arm-deviceupdate-ts": "file:", "@azure/arm-deviceupdate": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/deviceupdate/iot-device-update-rest/samples/v1/javascript/package.json b/sdk/deviceupdate/iot-device-update-rest/samples/v1/javascript/package.json index 5b09c7e9075b..92b358e9e0f2 100644 --- a/sdk/deviceupdate/iot-device-update-rest/samples/v1/javascript/package.json +++ b/sdk/deviceupdate/iot-device-update-rest/samples/v1/javascript/package.json @@ -27,9 +27,10 @@ "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest", "dependencies": { "@azure-rest/iot-device-update": "latest", - "dotenv": "latest", + "@azure-samples/iot-device-update-js": "file:", + "@azure/core-util": "^1.0.1", "@azure/identity": "^4.2.1", - "uuid": "^8.3.0", - "@azure/core-util": "^1.0.1" + "dotenv": "latest", + "uuid": "^8.3.0" } } diff --git a/sdk/deviceupdate/iot-device-update-rest/samples/v1/typescript/package.json b/sdk/deviceupdate/iot-device-update-rest/samples/v1/typescript/package.json index 18a9ff0b3de9..2cb3ebca366d 100644 --- a/sdk/deviceupdate/iot-device-update-rest/samples/v1/typescript/package.json +++ b/sdk/deviceupdate/iot-device-update-rest/samples/v1/typescript/package.json @@ -31,15 +31,16 @@ "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest", "dependencies": { "@azure-rest/iot-device-update": "latest", - "dotenv": "latest", + "@azure-samples/iot-device-update-ts": "file:", + "@azure/core-util": "^1.0.1", "@azure/identity": "^4.2.1", - "uuid": "^8.3.0", - "@azure/core-util": "^1.0.1" + "dotenv": "latest", + "uuid": "^8.3.0" }, "devDependencies": { - "@types/uuid": "^8.0.0", "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "@types/uuid": "^8.0.0", + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/devopsinfrastructure/arm-devopsinfrastructure/samples/v1-beta/javascript/package.json b/sdk/devopsinfrastructure/arm-devopsinfrastructure/samples/v1-beta/javascript/package.json index 4dc6ffdfe514..b247098f2778 100644 --- a/sdk/devopsinfrastructure/arm-devopsinfrastructure/samples/v1-beta/javascript/package.json +++ b/sdk/devopsinfrastructure/arm-devopsinfrastructure/samples/v1-beta/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/devopsinfrastructure/arm-devopsinfrastructure", "dependencies": { + "@azure-samples/arm-devopsinfrastructure-js-beta": "file:", "@azure/arm-devopsinfrastructure": "next", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" } } diff --git a/sdk/devopsinfrastructure/arm-devopsinfrastructure/samples/v1-beta/typescript/package.json b/sdk/devopsinfrastructure/arm-devopsinfrastructure/samples/v1-beta/typescript/package.json index eaf5328c5bd4..2f3556fff084 100644 --- a/sdk/devopsinfrastructure/arm-devopsinfrastructure/samples/v1-beta/typescript/package.json +++ b/sdk/devopsinfrastructure/arm-devopsinfrastructure/samples/v1-beta/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/devopsinfrastructure/arm-devopsinfrastructure", "dependencies": { + "@azure-samples/arm-devopsinfrastructure-ts-beta": "file:", "@azure/arm-devopsinfrastructure": "next", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/devspaces/arm-devspaces/samples/v2/javascript/package.json b/sdk/devspaces/arm-devspaces/samples/v2/javascript/package.json index 9821678e6c64..0a79852f0380 100644 --- a/sdk/devspaces/arm-devspaces/samples/v2/javascript/package.json +++ b/sdk/devspaces/arm-devspaces/samples/v2/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/devspaces/arm-devspaces", "dependencies": { + "@azure-samples/arm-devspaces-js": "file:", "@azure/arm-devspaces": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" } } diff --git a/sdk/devspaces/arm-devspaces/samples/v2/typescript/package.json b/sdk/devspaces/arm-devspaces/samples/v2/typescript/package.json index f2881db5bc97..9c381b1c470c 100644 --- a/sdk/devspaces/arm-devspaces/samples/v2/typescript/package.json +++ b/sdk/devspaces/arm-devspaces/samples/v2/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/devspaces/arm-devspaces", "dependencies": { + "@azure-samples/arm-devspaces-ts": "file:", "@azure/arm-devspaces": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/devtestlabs/arm-devtestlabs/samples/v4/javascript/package.json b/sdk/devtestlabs/arm-devtestlabs/samples/v4/javascript/package.json index 27b6e3ef9ae1..ed06a7dc498b 100644 --- a/sdk/devtestlabs/arm-devtestlabs/samples/v4/javascript/package.json +++ b/sdk/devtestlabs/arm-devtestlabs/samples/v4/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/devtestlabs/arm-devtestlabs", "dependencies": { + "@azure-samples/arm-devtestlabs-js": "file:", "@azure/arm-devtestlabs": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" } } diff --git a/sdk/devtestlabs/arm-devtestlabs/samples/v4/typescript/package.json b/sdk/devtestlabs/arm-devtestlabs/samples/v4/typescript/package.json index d3528e755020..6f0439f41594 100644 --- a/sdk/devtestlabs/arm-devtestlabs/samples/v4/typescript/package.json +++ b/sdk/devtestlabs/arm-devtestlabs/samples/v4/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/devtestlabs/arm-devtestlabs", "dependencies": { + "@azure-samples/arm-devtestlabs-ts": "file:", "@azure/arm-devtestlabs": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/digitaltwins/arm-digitaltwins/samples/v3/javascript/package.json b/sdk/digitaltwins/arm-digitaltwins/samples/v3/javascript/package.json index 94f15c906b4e..211c93287d38 100644 --- a/sdk/digitaltwins/arm-digitaltwins/samples/v3/javascript/package.json +++ b/sdk/digitaltwins/arm-digitaltwins/samples/v3/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/digitaltwins/arm-digitaltwins", "dependencies": { + "@azure-samples/arm-digitaltwins-js": "file:", "@azure/arm-digitaltwins": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" } } diff --git a/sdk/digitaltwins/arm-digitaltwins/samples/v3/typescript/package.json b/sdk/digitaltwins/arm-digitaltwins/samples/v3/typescript/package.json index 8253ecb9985e..35b3f6043cfd 100644 --- a/sdk/digitaltwins/arm-digitaltwins/samples/v3/typescript/package.json +++ b/sdk/digitaltwins/arm-digitaltwins/samples/v3/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/digitaltwins/arm-digitaltwins", "dependencies": { + "@azure-samples/arm-digitaltwins-ts": "file:", "@azure/arm-digitaltwins": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } 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 2dbd85b09e56..aa06fce8f300 100644 --- a/sdk/digitaltwins/digital-twins-core/samples/v1/javascript/package.json +++ b/sdk/digitaltwins/digital-twins-core/samples/v1/javascript/package.json @@ -29,9 +29,10 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/digitaltwins/digital-twins-core", "dependencies": { + "@azure-samples/digital-twins-core-js": "file:", "@azure/digital-twins-core": "latest", - "dotenv": "latest", "@azure/identity": "^4.2.1", + "dotenv": "latest", "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 daa45d0124be..3aa5ee50ea94 100644 --- a/sdk/digitaltwins/digital-twins-core/samples/v1/typescript/package.json +++ b/sdk/digitaltwins/digital-twins-core/samples/v1/typescript/package.json @@ -33,13 +33,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/digitaltwins/digital-twins-core", "dependencies": { + "@azure-samples/digital-twins-core-ts": "file:", "@azure/digital-twins-core": "latest", - "dotenv": "latest", "@azure/identity": "^4.2.1", + "dotenv": "latest", "uuid": "^8.3.0" }, "devDependencies": { - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/digitaltwins/digital-twins-core/samples/v2/javascript/package.json b/sdk/digitaltwins/digital-twins-core/samples/v2/javascript/package.json index 0547b8736397..73aef5f6db7e 100644 --- a/sdk/digitaltwins/digital-twins-core/samples/v2/javascript/package.json +++ b/sdk/digitaltwins/digital-twins-core/samples/v2/javascript/package.json @@ -29,9 +29,10 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/digitaltwins/digital-twins-core", "dependencies": { + "@azure-samples/digital-twins-core-js": "file:", "@azure/digital-twins-core": "latest", - "dotenv": "latest", "@azure/identity": "^4.2.1", + "dotenv": "latest", "uuid": "^8.3.0" } } diff --git a/sdk/digitaltwins/digital-twins-core/samples/v2/typescript/package.json b/sdk/digitaltwins/digital-twins-core/samples/v2/typescript/package.json index 18db01356a0d..6df58054772d 100644 --- a/sdk/digitaltwins/digital-twins-core/samples/v2/typescript/package.json +++ b/sdk/digitaltwins/digital-twins-core/samples/v2/typescript/package.json @@ -33,15 +33,16 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/digitaltwins/digital-twins-core", "dependencies": { + "@azure-samples/digital-twins-core-ts": "file:", "@azure/digital-twins-core": "latest", - "dotenv": "latest", "@azure/identity": "^4.2.1", + "dotenv": "latest", "uuid": "^8.3.0" }, "devDependencies": { - "@types/uuid": "^8.0.0", "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "@types/uuid": "^8.0.0", + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/dns/arm-dns/samples/v5/javascript/package.json b/sdk/dns/arm-dns/samples/v5/javascript/package.json index dab2f61bd1a0..a3192ae4ed4a 100644 --- a/sdk/dns/arm-dns/samples/v5/javascript/package.json +++ b/sdk/dns/arm-dns/samples/v5/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/dns/arm-dns", "dependencies": { + "@azure-samples/arm-dns-js": "file:", "@azure/arm-dns": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" } } diff --git a/sdk/dns/arm-dns/samples/v5/typescript/package.json b/sdk/dns/arm-dns/samples/v5/typescript/package.json index e47195946dba..b2cc6308566e 100644 --- a/sdk/dns/arm-dns/samples/v5/typescript/package.json +++ b/sdk/dns/arm-dns/samples/v5/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/dns/arm-dns", "dependencies": { + "@azure-samples/arm-dns-ts": "file:", "@azure/arm-dns": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/dnsresolver/arm-dnsresolver/samples/v1/javascript/package.json b/sdk/dnsresolver/arm-dnsresolver/samples/v1/javascript/package.json index 47ee713e71e7..9b49fa7cb352 100644 --- a/sdk/dnsresolver/arm-dnsresolver/samples/v1/javascript/package.json +++ b/sdk/dnsresolver/arm-dnsresolver/samples/v1/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/dnsresolver/arm-dnsresolver", "dependencies": { + "@azure-samples/arm-dnsresolver-js": "file:", "@azure/arm-dnsresolver": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" } } diff --git a/sdk/dnsresolver/arm-dnsresolver/samples/v1/typescript/package.json b/sdk/dnsresolver/arm-dnsresolver/samples/v1/typescript/package.json index 279d1be32778..bac21efcb718 100644 --- a/sdk/dnsresolver/arm-dnsresolver/samples/v1/typescript/package.json +++ b/sdk/dnsresolver/arm-dnsresolver/samples/v1/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/dnsresolver/arm-dnsresolver", "dependencies": { + "@azure-samples/arm-dnsresolver-ts": "file:", "@azure/arm-dnsresolver": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/documentintelligence/ai-document-intelligence-rest/samples/v1-beta/javascript/package.json b/sdk/documentintelligence/ai-document-intelligence-rest/samples/v1-beta/javascript/package.json index c89c769c0df8..658d2e730755 100644 --- a/sdk/documentintelligence/ai-document-intelligence-rest/samples/v1-beta/javascript/package.json +++ b/sdk/documentintelligence/ai-document-intelligence-rest/samples/v1-beta/javascript/package.json @@ -27,6 +27,7 @@ "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/documentintelligence/ai-document-intelligence-rest", "dependencies": { "@azure-rest/ai-document-intelligence": "next", + "@azure-samples/ai-document-intelligence-js-beta": "file:", "dotenv": "latest" } } diff --git a/sdk/documentintelligence/ai-document-intelligence-rest/samples/v1-beta/typescript/package.json b/sdk/documentintelligence/ai-document-intelligence-rest/samples/v1-beta/typescript/package.json index 4ef72d1b7558..885ad9e72db8 100644 --- a/sdk/documentintelligence/ai-document-intelligence-rest/samples/v1-beta/typescript/package.json +++ b/sdk/documentintelligence/ai-document-intelligence-rest/samples/v1-beta/typescript/package.json @@ -31,11 +31,12 @@ "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/documentintelligence/ai-document-intelligence-rest", "dependencies": { "@azure-rest/ai-document-intelligence": "next", + "@azure-samples/ai-document-intelligence-ts-beta": "file:", "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/documenttranslator/ai-document-translator-rest/samples/v1/javascript/package.json b/sdk/documenttranslator/ai-document-translator-rest/samples/v1/javascript/package.json index 001d1250f34d..2bfdc972459e 100644 --- a/sdk/documenttranslator/ai-document-translator-rest/samples/v1/javascript/package.json +++ b/sdk/documenttranslator/ai-document-translator-rest/samples/v1/javascript/package.json @@ -27,6 +27,7 @@ "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/documenttranslator/ai-document-translator-rest", "dependencies": { "@azure-rest/ai-document-translator": "next", + "@azure-samples/ai-document-translator-js": "file:", "dotenv": "latest" } } diff --git a/sdk/documenttranslator/ai-document-translator-rest/samples/v1/typescript/package.json b/sdk/documenttranslator/ai-document-translator-rest/samples/v1/typescript/package.json index abb99bdb22cf..4d0eb875a2ca 100644 --- a/sdk/documenttranslator/ai-document-translator-rest/samples/v1/typescript/package.json +++ b/sdk/documenttranslator/ai-document-translator-rest/samples/v1/typescript/package.json @@ -31,10 +31,11 @@ "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/documenttranslator/ai-document-translator-rest", "dependencies": { "@azure-rest/ai-document-translator": "next", + "@azure-samples/ai-document-translator-ts": "file:", "dotenv": "latest" }, "devDependencies": { - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/domainservices/arm-domainservices/samples/v4/javascript/package.json b/sdk/domainservices/arm-domainservices/samples/v4/javascript/package.json index 7eb56882143b..afb63481a729 100644 --- a/sdk/domainservices/arm-domainservices/samples/v4/javascript/package.json +++ b/sdk/domainservices/arm-domainservices/samples/v4/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/domainservices/arm-domainservices", "dependencies": { + "@azure-samples/arm-domainservices-js": "file:", "@azure/arm-domainservices": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" } } diff --git a/sdk/domainservices/arm-domainservices/samples/v4/typescript/package.json b/sdk/domainservices/arm-domainservices/samples/v4/typescript/package.json index 25f5eef00c10..81be5616c03e 100644 --- a/sdk/domainservices/arm-domainservices/samples/v4/typescript/package.json +++ b/sdk/domainservices/arm-domainservices/samples/v4/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/domainservices/arm-domainservices", "dependencies": { + "@azure-samples/arm-domainservices-ts": "file:", "@azure/arm-domainservices": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/dynatrace/arm-dynatrace/samples/v2/javascript/package.json b/sdk/dynatrace/arm-dynatrace/samples/v2/javascript/package.json index a8ece9164192..3dcbadad8f66 100644 --- a/sdk/dynatrace/arm-dynatrace/samples/v2/javascript/package.json +++ b/sdk/dynatrace/arm-dynatrace/samples/v2/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/dynatrace/arm-dynatrace", "dependencies": { + "@azure-samples/arm-dynatrace-js": "file:", "@azure/arm-dynatrace": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" } } diff --git a/sdk/dynatrace/arm-dynatrace/samples/v2/typescript/package.json b/sdk/dynatrace/arm-dynatrace/samples/v2/typescript/package.json index 46c1f89447da..3f480feb24b7 100644 --- a/sdk/dynatrace/arm-dynatrace/samples/v2/typescript/package.json +++ b/sdk/dynatrace/arm-dynatrace/samples/v2/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/dynatrace/arm-dynatrace", "dependencies": { + "@azure-samples/arm-dynatrace-ts": "file:", "@azure/arm-dynatrace": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/easm/defender-easm-rest/samples/v1-beta/javascript/package.json b/sdk/easm/defender-easm-rest/samples/v1-beta/javascript/package.json index 6e6d4ec7f49d..73309465347d 100644 --- a/sdk/easm/defender-easm-rest/samples/v1-beta/javascript/package.json +++ b/sdk/easm/defender-easm-rest/samples/v1-beta/javascript/package.json @@ -27,7 +27,8 @@ "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/easm/defender-easm-rest", "dependencies": { "@azure-rest/defender-easm": "next", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure-samples/defender-easm-js-beta": "file:", + "@azure/identity": "^4.2.1", + "dotenv": "latest" } } diff --git a/sdk/easm/defender-easm-rest/samples/v1-beta/typescript/package.json b/sdk/easm/defender-easm-rest/samples/v1-beta/typescript/package.json index 23c5c88ea113..c9b9ed548c8a 100644 --- a/sdk/easm/defender-easm-rest/samples/v1-beta/typescript/package.json +++ b/sdk/easm/defender-easm-rest/samples/v1-beta/typescript/package.json @@ -31,12 +31,13 @@ "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/easm/defender-easm-rest", "dependencies": { "@azure-rest/defender-easm": "next", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure-samples/defender-easm-ts-beta": "file:", + "@azure/identity": "^4.2.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^14.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/education/arm-education/samples/v1-beta/javascript/package.json b/sdk/education/arm-education/samples/v1-beta/javascript/package.json index 50cf900a549d..a8cd7294af28 100644 --- a/sdk/education/arm-education/samples/v1-beta/javascript/package.json +++ b/sdk/education/arm-education/samples/v1-beta/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/education/arm-education", "dependencies": { + "@azure-samples/arm-education-js-beta": "file:", "@azure/arm-education": "next", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" } } diff --git a/sdk/education/arm-education/samples/v1-beta/typescript/package.json b/sdk/education/arm-education/samples/v1-beta/typescript/package.json index 6148945549d4..7986bb6fd19f 100644 --- a/sdk/education/arm-education/samples/v1-beta/typescript/package.json +++ b/sdk/education/arm-education/samples/v1-beta/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/education/arm-education", "dependencies": { + "@azure-samples/arm-education-ts-beta": "file:", "@azure/arm-education": "next", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/elastic/arm-elastic/samples/v1-beta/javascript/package.json b/sdk/elastic/arm-elastic/samples/v1-beta/javascript/package.json index 8a61082c1455..0f0710d5039e 100644 --- a/sdk/elastic/arm-elastic/samples/v1-beta/javascript/package.json +++ b/sdk/elastic/arm-elastic/samples/v1-beta/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/elastic/arm-elastic", "dependencies": { + "@azure-samples/arm-elastic-js-beta": "file:", "@azure/arm-elastic": "next", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" } } diff --git a/sdk/elastic/arm-elastic/samples/v1-beta/typescript/package.json b/sdk/elastic/arm-elastic/samples/v1-beta/typescript/package.json index b4bfbc42bc21..4f235ad0155e 100644 --- a/sdk/elastic/arm-elastic/samples/v1-beta/typescript/package.json +++ b/sdk/elastic/arm-elastic/samples/v1-beta/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/elastic/arm-elastic", "dependencies": { + "@azure-samples/arm-elastic-ts-beta": "file:", "@azure/arm-elastic": "next", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/elasticsans/arm-elasticsan/samples/v1/javascript/package.json b/sdk/elasticsans/arm-elasticsan/samples/v1/javascript/package.json index a9b579a0d75a..9428a6c030ea 100644 --- a/sdk/elasticsans/arm-elasticsan/samples/v1/javascript/package.json +++ b/sdk/elasticsans/arm-elasticsan/samples/v1/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/elasticsans/arm-elasticsan", "dependencies": { + "@azure-samples/arm-elasticsan-js": "file:", "@azure/arm-elasticsan": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" } } diff --git a/sdk/elasticsans/arm-elasticsan/samples/v1/typescript/package.json b/sdk/elasticsans/arm-elasticsan/samples/v1/typescript/package.json index 1abf58d46649..c646e0391d04 100644 --- a/sdk/elasticsans/arm-elasticsan/samples/v1/typescript/package.json +++ b/sdk/elasticsans/arm-elasticsan/samples/v1/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/elasticsans/arm-elasticsan", "dependencies": { + "@azure-samples/arm-elasticsan-ts": "file:", "@azure/arm-elasticsan": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/eventgrid/arm-eventgrid/samples/v14-beta/javascript/package.json b/sdk/eventgrid/arm-eventgrid/samples/v14-beta/javascript/package.json index 6ca172641a9e..a9f5dc9689ad 100644 --- a/sdk/eventgrid/arm-eventgrid/samples/v14-beta/javascript/package.json +++ b/sdk/eventgrid/arm-eventgrid/samples/v14-beta/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/eventgrid/arm-eventgrid", "dependencies": { + "@azure-samples/arm-eventgrid-js-beta": "file:", "@azure/arm-eventgrid": "next", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" } } diff --git a/sdk/eventgrid/arm-eventgrid/samples/v14-beta/typescript/package.json b/sdk/eventgrid/arm-eventgrid/samples/v14-beta/typescript/package.json index bf060a8bc859..84a0b61036e0 100644 --- a/sdk/eventgrid/arm-eventgrid/samples/v14-beta/typescript/package.json +++ b/sdk/eventgrid/arm-eventgrid/samples/v14-beta/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/eventgrid/arm-eventgrid", "dependencies": { + "@azure-samples/arm-eventgrid-ts-beta": "file:", "@azure/arm-eventgrid": "next", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/eventgrid/eventgrid-namespaces/samples/v1-beta/javascript/package.json b/sdk/eventgrid/eventgrid-namespaces/samples/v1-beta/javascript/package.json index 9857709bf09c..b25db9e524cb 100644 --- a/sdk/eventgrid/eventgrid-namespaces/samples/v1-beta/javascript/package.json +++ b/sdk/eventgrid/eventgrid-namespaces/samples/v1-beta/javascript/package.json @@ -26,8 +26,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/eventgrid/eventgrid-namespaces", "dependencies": { + "@azure-samples/eventgrid-namespaces-js-beta": "file:", + "@azure/core-auth": "^1.7.0", "@azure/eventgrid-namespaces": "next", - "dotenv": "latest", - "@azure/core-auth": "^1.7.0" + "dotenv": "latest" } } diff --git a/sdk/eventgrid/eventgrid-namespaces/samples/v1-beta/typescript/package.json b/sdk/eventgrid/eventgrid-namespaces/samples/v1-beta/typescript/package.json index 456581ba4f84..302a729e75a0 100644 --- a/sdk/eventgrid/eventgrid-namespaces/samples/v1-beta/typescript/package.json +++ b/sdk/eventgrid/eventgrid-namespaces/samples/v1-beta/typescript/package.json @@ -30,13 +30,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/eventgrid/eventgrid-namespaces", "dependencies": { + "@azure-samples/eventgrid-namespaces-ts-beta": "file:", + "@azure/core-auth": "^1.7.0", "@azure/eventgrid-namespaces": "next", - "dotenv": "latest", - "@azure/core-auth": "^1.7.0" + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/eventgrid/eventgrid-namespaces/samples/v1/javascript/package.json b/sdk/eventgrid/eventgrid-namespaces/samples/v1/javascript/package.json index 289113b03116..700f3cef81b9 100644 --- a/sdk/eventgrid/eventgrid-namespaces/samples/v1/javascript/package.json +++ b/sdk/eventgrid/eventgrid-namespaces/samples/v1/javascript/package.json @@ -26,8 +26,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/eventgrid/eventgrid-namespaces", "dependencies": { + "@azure-samples/eventgrid-namespaces-js": "file:", + "@azure/core-auth": "^1.7.0", "@azure/eventgrid-namespaces": "latest", - "dotenv": "latest", - "@azure/core-auth": "^1.7.0" + "dotenv": "latest" } } diff --git a/sdk/eventgrid/eventgrid-namespaces/samples/v1/typescript/package.json b/sdk/eventgrid/eventgrid-namespaces/samples/v1/typescript/package.json index 942f88ab6ad0..1da57f5f9d5e 100644 --- a/sdk/eventgrid/eventgrid-namespaces/samples/v1/typescript/package.json +++ b/sdk/eventgrid/eventgrid-namespaces/samples/v1/typescript/package.json @@ -30,13 +30,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/eventgrid/eventgrid-namespaces", "dependencies": { + "@azure-samples/eventgrid-namespaces-ts": "file:", + "@azure/core-auth": "^1.7.0", "@azure/eventgrid-namespaces": "latest", - "dotenv": "latest", - "@azure/core-auth": "^1.7.0" + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/eventgrid/eventgrid/samples/v4/javascript/package.json b/sdk/eventgrid/eventgrid/samples/v4/javascript/package.json index 070d8753863c..fbc849e9830c 100644 --- a/sdk/eventgrid/eventgrid/samples/v4/javascript/package.json +++ b/sdk/eventgrid/eventgrid/samples/v4/javascript/package.json @@ -26,8 +26,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/eventgrid/eventgrid", "dependencies": { + "@azure-samples/eventgrid-js": "file:", "@azure/eventgrid": "latest", - "dotenv": "latest", - "@azure/service-bus": "^7.0.0" + "@azure/service-bus": "^7.0.0", + "dotenv": "latest" } } diff --git a/sdk/eventgrid/eventgrid/samples/v4/typescript/package.json b/sdk/eventgrid/eventgrid/samples/v4/typescript/package.json index f53e2e41a2db..837cbeb0734c 100644 --- a/sdk/eventgrid/eventgrid/samples/v4/typescript/package.json +++ b/sdk/eventgrid/eventgrid/samples/v4/typescript/package.json @@ -30,12 +30,13 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/eventgrid/eventgrid", "dependencies": { + "@azure-samples/eventgrid-ts": "file:", "@azure/eventgrid": "latest", - "dotenv": "latest", - "@azure/service-bus": "^7.0.0" + "@azure/service-bus": "^7.0.0", + "dotenv": "latest" }, "devDependencies": { - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/eventhub/arm-eventhub-profile-2020-09-01-hybrid/samples/v2/javascript/package.json b/sdk/eventhub/arm-eventhub-profile-2020-09-01-hybrid/samples/v2/javascript/package.json index 46c29108697a..3542049472b6 100644 --- a/sdk/eventhub/arm-eventhub-profile-2020-09-01-hybrid/samples/v2/javascript/package.json +++ b/sdk/eventhub/arm-eventhub-profile-2020-09-01-hybrid/samples/v2/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/eventhub/arm-eventhub-profile-2020-09-01-hybrid", "dependencies": { + "@azure-samples/arm-eventhub-profile-2020-09-01-hybrid-js": "file:", "@azure/arm-eventhub-profile-2020-09-01-hybrid": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" } } diff --git a/sdk/eventhub/arm-eventhub-profile-2020-09-01-hybrid/samples/v2/typescript/package.json b/sdk/eventhub/arm-eventhub-profile-2020-09-01-hybrid/samples/v2/typescript/package.json index 441f5c55ca0b..0afead325769 100644 --- a/sdk/eventhub/arm-eventhub-profile-2020-09-01-hybrid/samples/v2/typescript/package.json +++ b/sdk/eventhub/arm-eventhub-profile-2020-09-01-hybrid/samples/v2/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/eventhub/arm-eventhub-profile-2020-09-01-hybrid", "dependencies": { + "@azure-samples/arm-eventhub-profile-2020-09-01-hybrid-ts": "file:", "@azure/arm-eventhub-profile-2020-09-01-hybrid": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/eventhub/arm-eventhub/samples/v5/javascript/package.json b/sdk/eventhub/arm-eventhub/samples/v5/javascript/package.json index 021258483b90..a950af65514f 100644 --- a/sdk/eventhub/arm-eventhub/samples/v5/javascript/package.json +++ b/sdk/eventhub/arm-eventhub/samples/v5/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/eventhub/arm-eventhub", "dependencies": { + "@azure-samples/arm-eventhub-js": "file:", "@azure/arm-eventhub": "latest", - "dotenv": "latest", - "@azure/identity": "^4.0.1" + "@azure/identity": "^4.0.1", + "dotenv": "latest" } } diff --git a/sdk/eventhub/arm-eventhub/samples/v5/typescript/package.json b/sdk/eventhub/arm-eventhub/samples/v5/typescript/package.json index 9b5882ac8fed..55e697f9320e 100644 --- a/sdk/eventhub/arm-eventhub/samples/v5/typescript/package.json +++ b/sdk/eventhub/arm-eventhub/samples/v5/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/eventhub/arm-eventhub", "dependencies": { + "@azure-samples/arm-eventhub-ts": "file:", "@azure/arm-eventhub": "latest", - "dotenv": "latest", - "@azure/identity": "^4.0.1" + "@azure/identity": "^4.0.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/eventhub/event-hubs/samples-browser/package.json b/sdk/eventhub/event-hubs/samples-browser/package.json index 2828665ac1a5..09e276691ba1 100644 --- a/sdk/eventhub/event-hubs/samples-browser/package.json +++ b/sdk/eventhub/event-hubs/samples-browser/package.json @@ -28,6 +28,7 @@ "homepage": "https://github.com/Azure/azure-sdk-for-js#readme", "sideEffects": false, "dependencies": { + "@azure-samples/event-hubs-samples-browser": "file:", "@azure/event-hubs": "^5.12.0", "@azure/identity": "^4.3.0" }, diff --git a/sdk/eventhub/event-hubs/samples-express/package.json b/sdk/eventhub/event-hubs/samples-express/package.json index 298022d109b7..cc40dc99c12f 100644 --- a/sdk/eventhub/event-hubs/samples-express/package.json +++ b/sdk/eventhub/event-hubs/samples-express/package.json @@ -30,8 +30,9 @@ "homepage": "https://github.com/Azure/azure-sdk-for-js#readme", "sideEffects": false, "dependencies": { - "@azure/event-hubs": "^5.12.0", + "@azure-samples/event-hubs-samples-express": "file:", "@azure/abort-controller": "^2.1.2", + "@azure/event-hubs": "^5.12.0", "@azure/identity": "^4.3.0", "express": "^4.19.2", "uuid": "^8.3.1" diff --git a/sdk/eventhub/event-hubs/samples/v5-beta/browser/package.json b/sdk/eventhub/event-hubs/samples/v5-beta/browser/package.json index 2828665ac1a5..09e276691ba1 100644 --- a/sdk/eventhub/event-hubs/samples/v5-beta/browser/package.json +++ b/sdk/eventhub/event-hubs/samples/v5-beta/browser/package.json @@ -28,6 +28,7 @@ "homepage": "https://github.com/Azure/azure-sdk-for-js#readme", "sideEffects": false, "dependencies": { + "@azure-samples/event-hubs-samples-browser": "file:", "@azure/event-hubs": "^5.12.0", "@azure/identity": "^4.3.0" }, diff --git a/sdk/eventhub/event-hubs/samples/v5-beta/express/package.json b/sdk/eventhub/event-hubs/samples/v5-beta/express/package.json index 298022d109b7..cc40dc99c12f 100644 --- a/sdk/eventhub/event-hubs/samples/v5-beta/express/package.json +++ b/sdk/eventhub/event-hubs/samples/v5-beta/express/package.json @@ -30,8 +30,9 @@ "homepage": "https://github.com/Azure/azure-sdk-for-js#readme", "sideEffects": false, "dependencies": { - "@azure/event-hubs": "^5.12.0", + "@azure-samples/event-hubs-samples-express": "file:", "@azure/abort-controller": "^2.1.2", + "@azure/event-hubs": "^5.12.0", "@azure/identity": "^4.3.0", "express": "^4.19.2", "uuid": "^8.3.1" diff --git a/sdk/eventhub/event-hubs/samples/v5-beta/javascript/package.json b/sdk/eventhub/event-hubs/samples/v5-beta/javascript/package.json index df8fa66f84f5..3b698d78b723 100644 --- a/sdk/eventhub/event-hubs/samples/v5-beta/javascript/package.json +++ b/sdk/eventhub/event-hubs/samples/v5-beta/javascript/package.json @@ -25,13 +25,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/eventhub/event-hubs", "dependencies": { + "@azure-samples/event-hubs-js-beta": "file:", + "@azure/core-amqp": "4.4.0-beta.1", "@azure/event-hubs": "next", + "@azure/identity": "^4.4.1", + "@azure/keyvault-secrets": "^4.8.0", "dotenv": "latest", + "https-proxy-agent": "^7.0.0", "rhea-promise": "^3.0.0", - "@azure/core-amqp": "4.4.0-beta.1", - "@azure/keyvault-secrets": "^4.8.0", - "@azure/identity": "^4.4.1", - "ws": "^8.2.0", - "https-proxy-agent": "^7.0.0" + "ws": "^8.2.0" } } diff --git a/sdk/eventhub/event-hubs/samples/v5-beta/typescript/package.json b/sdk/eventhub/event-hubs/samples/v5-beta/typescript/package.json index 298552501569..8a985d1cf20e 100644 --- a/sdk/eventhub/event-hubs/samples/v5-beta/typescript/package.json +++ b/sdk/eventhub/event-hubs/samples/v5-beta/typescript/package.json @@ -29,19 +29,20 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/eventhub/event-hubs", "dependencies": { + "@azure-samples/event-hubs-ts-beta": "file:", + "@azure/core-amqp": "4.4.0-beta.1", "@azure/event-hubs": "next", + "@azure/identity": "^4.4.1", + "@azure/keyvault-secrets": "^4.8.0", "dotenv": "latest", + "https-proxy-agent": "^7.0.0", "rhea-promise": "^3.0.0", - "@azure/core-amqp": "4.4.0-beta.1", - "@azure/keyvault-secrets": "^4.8.0", - "@azure/identity": "^4.4.1", - "ws": "^8.2.0", - "https-proxy-agent": "^7.0.0" + "ws": "^8.2.0" }, "devDependencies": { - "@types/ws": "^7.2.4", "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "@types/ws": "^7.2.4", + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/eventhub/event-hubs/samples/v5/browser/package.json b/sdk/eventhub/event-hubs/samples/v5/browser/package.json index 2828665ac1a5..09e276691ba1 100644 --- a/sdk/eventhub/event-hubs/samples/v5/browser/package.json +++ b/sdk/eventhub/event-hubs/samples/v5/browser/package.json @@ -28,6 +28,7 @@ "homepage": "https://github.com/Azure/azure-sdk-for-js#readme", "sideEffects": false, "dependencies": { + "@azure-samples/event-hubs-samples-browser": "file:", "@azure/event-hubs": "^5.12.0", "@azure/identity": "^4.3.0" }, diff --git a/sdk/eventhub/event-hubs/samples/v5/express/package.json b/sdk/eventhub/event-hubs/samples/v5/express/package.json index c731d3a3a977..d58601984546 100644 --- a/sdk/eventhub/event-hubs/samples/v5/express/package.json +++ b/sdk/eventhub/event-hubs/samples/v5/express/package.json @@ -30,6 +30,7 @@ "homepage": "https://github.com/Azure/azure-sdk-for-js#readme", "sideEffects": false, "dependencies": { + "@azure-samples/event-hubs-samples-express": "file:", "@azure/event-hubs": "^5.12.0", "@azure/identity": "^4.3.0", "express": "^4.17.1", diff --git a/sdk/eventhub/event-hubs/samples/v5/javascript/package.json b/sdk/eventhub/event-hubs/samples/v5/javascript/package.json index 38d668fe61f2..a2f3eabfa638 100644 --- a/sdk/eventhub/event-hubs/samples/v5/javascript/package.json +++ b/sdk/eventhub/event-hubs/samples/v5/javascript/package.json @@ -25,12 +25,13 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/eventhub/event-hubs", "dependencies": { + "@azure-samples/event-hubs-js": "file:", + "@azure/core-amqp": "^4.3.0", "@azure/event-hubs": "latest", + "@azure/identity": "^4.3.0", "dotenv": "latest", + "https-proxy-agent": "^7.0.0", "rhea-promise": "^3.0.0", - "@azure/core-amqp": "^4.3.0", - "ws": "^8.2.0", - "@azure/identity": "^4.3.0", - "https-proxy-agent": "^7.0.0" + "ws": "^8.2.0" } } diff --git a/sdk/eventhub/event-hubs/samples/v5/typescript/package.json b/sdk/eventhub/event-hubs/samples/v5/typescript/package.json index dde1d64825af..5765790f7766 100644 --- a/sdk/eventhub/event-hubs/samples/v5/typescript/package.json +++ b/sdk/eventhub/event-hubs/samples/v5/typescript/package.json @@ -29,18 +29,19 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/eventhub/event-hubs", "dependencies": { + "@azure-samples/event-hubs-ts": "file:", + "@azure/core-amqp": "^4.3.0", "@azure/event-hubs": "latest", + "@azure/identity": "^4.3.0", "dotenv": "latest", + "https-proxy-agent": "^7.0.0", "rhea-promise": "^3.0.0", - "@azure/core-amqp": "^4.3.0", - "ws": "^8.2.0", - "@azure/identity": "^4.3.0", - "https-proxy-agent": "^7.0.0" + "ws": "^8.2.0" }, "devDependencies": { - "@types/ws": "^7.2.4", "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "@types/ws": "^7.2.4", + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/eventhub/event-hubs/test/stress/app/package.json b/sdk/eventhub/event-hubs/test/stress/app/package.json index 6b5ec74d4172..8bca5ef3e3bc 100644 --- a/sdk/eventhub/event-hubs/test/stress/app/package.json +++ b/sdk/eventhub/event-hubs/test/stress/app/package.json @@ -11,13 +11,14 @@ "author": "", "license": "ISC", "dependencies": { - "applicationinsights": "^1.8.8", + "@azure/core-amqp": "3.2.0", "@azure/event-hubs": "5.10.0", - "@azure/storage-blob": "latest", "@azure/eventhubs-checkpointstore-blob": "1.0.1", - "@azure/core-amqp": "3.2.0", + "@azure/storage-blob": "latest", + "applicationinsights": "^1.8.8", "dotenv": "^16.0.0", "minimist": "^1.2.8", + "stress-test-track-2": "file:", "uuid": "^8.3.0" }, "devDependencies": { diff --git a/sdk/eventhub/eventhubs-checkpointstore-blob/samples/v1-beta/javascript/package.json b/sdk/eventhub/eventhubs-checkpointstore-blob/samples/v1-beta/javascript/package.json index 52131ae2cb11..6cc0d7856ff8 100644 --- a/sdk/eventhub/eventhubs-checkpointstore-blob/samples/v1-beta/javascript/package.json +++ b/sdk/eventhub/eventhubs-checkpointstore-blob/samples/v1-beta/javascript/package.json @@ -24,10 +24,11 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/eventhub/eventhubs-checkpointstore-blob", "dependencies": { + "@azure-samples/eventhubs-checkpointstore-blob-js-beta": "file:", + "@azure/event-hubs": "5.13.0-beta.2", "@azure/eventhubs-checkpointstore-blob": "next", - "dotenv": "latest", - "@azure/storage-blob": "^12.24.0", "@azure/identity": "^4.4.1", - "@azure/event-hubs": "5.13.0-beta.2" + "@azure/storage-blob": "^12.24.0", + "dotenv": "latest" } } diff --git a/sdk/eventhub/eventhubs-checkpointstore-blob/samples/v1-beta/typescript/package.json b/sdk/eventhub/eventhubs-checkpointstore-blob/samples/v1-beta/typescript/package.json index 594b6e162d80..a908bbf9ec82 100644 --- a/sdk/eventhub/eventhubs-checkpointstore-blob/samples/v1-beta/typescript/package.json +++ b/sdk/eventhub/eventhubs-checkpointstore-blob/samples/v1-beta/typescript/package.json @@ -28,15 +28,16 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/eventhub/eventhubs-checkpointstore-blob", "dependencies": { + "@azure-samples/eventhubs-checkpointstore-blob-ts-beta": "file:", + "@azure/event-hubs": "5.13.0-beta.2", "@azure/eventhubs-checkpointstore-blob": "next", - "dotenv": "latest", - "@azure/storage-blob": "^12.24.0", "@azure/identity": "^4.4.1", - "@azure/event-hubs": "5.13.0-beta.2" + "@azure/storage-blob": "^12.24.0", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/eventhub/eventhubs-checkpointstore-blob/samples/v1/javascript/package.json b/sdk/eventhub/eventhubs-checkpointstore-blob/samples/v1/javascript/package.json index 78a5e1b54089..994978d8491e 100644 --- a/sdk/eventhub/eventhubs-checkpointstore-blob/samples/v1/javascript/package.json +++ b/sdk/eventhub/eventhubs-checkpointstore-blob/samples/v1/javascript/package.json @@ -24,10 +24,11 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/eventhub/eventhubs-checkpointstore-blob", "dependencies": { + "@azure-samples/eventhubs-checkpointstore-blob-js": "file:", + "@azure/event-hubs": "^5.12.0", "@azure/eventhubs-checkpointstore-blob": "latest", - "dotenv": "latest", - "@azure/storage-blob": "^12.9.0", "@azure/identity": "^4.3.0", - "@azure/event-hubs": "^5.12.0" + "@azure/storage-blob": "^12.9.0", + "dotenv": "latest" } } diff --git a/sdk/eventhub/eventhubs-checkpointstore-blob/samples/v1/typescript/package.json b/sdk/eventhub/eventhubs-checkpointstore-blob/samples/v1/typescript/package.json index b7c21a76673b..5361981aad1f 100644 --- a/sdk/eventhub/eventhubs-checkpointstore-blob/samples/v1/typescript/package.json +++ b/sdk/eventhub/eventhubs-checkpointstore-blob/samples/v1/typescript/package.json @@ -28,15 +28,16 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/eventhub/eventhubs-checkpointstore-blob", "dependencies": { + "@azure-samples/eventhubs-checkpointstore-blob-ts": "file:", + "@azure/event-hubs": "^5.12.0", "@azure/eventhubs-checkpointstore-blob": "latest", - "dotenv": "latest", - "@azure/storage-blob": "^12.9.0", "@azure/identity": "^4.3.0", - "@azure/event-hubs": "^5.12.0" + "@azure/storage-blob": "^12.9.0", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/extendedlocation/arm-extendedlocation/samples/v1-beta/javascript/package.json b/sdk/extendedlocation/arm-extendedlocation/samples/v1-beta/javascript/package.json index c45226d16a89..1b1345c58c73 100644 --- a/sdk/extendedlocation/arm-extendedlocation/samples/v1-beta/javascript/package.json +++ b/sdk/extendedlocation/arm-extendedlocation/samples/v1-beta/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/extendedlocation/arm-extendedlocation", "dependencies": { + "@azure-samples/arm-extendedlocation-js-beta": "file:", "@azure/arm-extendedlocation": "next", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" } } diff --git a/sdk/extendedlocation/arm-extendedlocation/samples/v1-beta/typescript/package.json b/sdk/extendedlocation/arm-extendedlocation/samples/v1-beta/typescript/package.json index 4c8c23c49521..b53a97587d45 100644 --- a/sdk/extendedlocation/arm-extendedlocation/samples/v1-beta/typescript/package.json +++ b/sdk/extendedlocation/arm-extendedlocation/samples/v1-beta/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/extendedlocation/arm-extendedlocation", "dependencies": { + "@azure-samples/arm-extendedlocation-ts-beta": "file:", "@azure/arm-extendedlocation": "next", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/face/ai-vision-face-rest/samples/v1-beta/javascript/package.json b/sdk/face/ai-vision-face-rest/samples/v1-beta/javascript/package.json index 75b060c342c8..7b08ef140ee8 100644 --- a/sdk/face/ai-vision-face-rest/samples/v1-beta/javascript/package.json +++ b/sdk/face/ai-vision-face-rest/samples/v1-beta/javascript/package.json @@ -27,8 +27,9 @@ "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/face/ai-vision-face-rest", "dependencies": { "@azure-rest/ai-vision-face": "next", - "dotenv": "latest", + "@azure-samples/ai-vision-face-js-beta": "file:", + "@azure/core-auth": "^1.6.0", "@azure/identity": "^4.2.1", - "@azure/core-auth": "^1.6.0" + "dotenv": "latest" } } diff --git a/sdk/face/ai-vision-face-rest/samples/v1-beta/typescript/package.json b/sdk/face/ai-vision-face-rest/samples/v1-beta/typescript/package.json index 917efec085d0..4056ed911f0e 100644 --- a/sdk/face/ai-vision-face-rest/samples/v1-beta/typescript/package.json +++ b/sdk/face/ai-vision-face-rest/samples/v1-beta/typescript/package.json @@ -31,13 +31,14 @@ "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/face/ai-vision-face-rest", "dependencies": { "@azure-rest/ai-vision-face": "next", - "dotenv": "latest", + "@azure-samples/ai-vision-face-ts-beta": "file:", + "@azure/core-auth": "^1.6.0", "@azure/identity": "^4.2.1", - "@azure/core-auth": "^1.6.0" + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/features/arm-features/samples/v3/javascript/package.json b/sdk/features/arm-features/samples/v3/javascript/package.json index b1408fa001ae..d299d0dfb6ab 100644 --- a/sdk/features/arm-features/samples/v3/javascript/package.json +++ b/sdk/features/arm-features/samples/v3/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/features/arm-features", "dependencies": { + "@azure-samples/arm-features-js": "file:", "@azure/arm-features": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" } } diff --git a/sdk/features/arm-features/samples/v3/typescript/package.json b/sdk/features/arm-features/samples/v3/typescript/package.json index c9544bdc13fc..13a12d501d93 100644 --- a/sdk/features/arm-features/samples/v3/typescript/package.json +++ b/sdk/features/arm-features/samples/v3/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/features/arm-features", "dependencies": { + "@azure-samples/arm-features-ts": "file:", "@azure/arm-features": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/fluidrelay/arm-fluidrelay/samples/v1/javascript/package.json b/sdk/fluidrelay/arm-fluidrelay/samples/v1/javascript/package.json index f79b3b83245b..3bee601eeb3a 100644 --- a/sdk/fluidrelay/arm-fluidrelay/samples/v1/javascript/package.json +++ b/sdk/fluidrelay/arm-fluidrelay/samples/v1/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/fluidrelay/arm-fluidrelay", "dependencies": { + "@azure-samples/arm-fluidrelay-js": "file:", "@azure/arm-fluidrelay": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" } } diff --git a/sdk/fluidrelay/arm-fluidrelay/samples/v1/typescript/package.json b/sdk/fluidrelay/arm-fluidrelay/samples/v1/typescript/package.json index acdfbca5b651..1d55a531cb2e 100644 --- a/sdk/fluidrelay/arm-fluidrelay/samples/v1/typescript/package.json +++ b/sdk/fluidrelay/arm-fluidrelay/samples/v1/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/fluidrelay/arm-fluidrelay", "dependencies": { + "@azure-samples/arm-fluidrelay-ts": "file:", "@azure/arm-fluidrelay": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } 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 3ae316cc859d..a522bd700ef8 100644 --- a/sdk/formrecognizer/ai-form-recognizer/samples/v3/javascript/package.json +++ b/sdk/formrecognizer/ai-form-recognizer/samples/v3/javascript/package.json @@ -26,8 +26,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/formrecognizer/ai-form-recognizer", "dependencies": { + "@azure-samples/ai-form-recognizer-js": "file:", "@azure/ai-form-recognizer": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" } } 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 b17383cd3a62..356a77be80cc 100644 --- a/sdk/formrecognizer/ai-form-recognizer/samples/v3/typescript/package.json +++ b/sdk/formrecognizer/ai-form-recognizer/samples/v3/typescript/package.json @@ -30,12 +30,13 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/formrecognizer/ai-form-recognizer", "dependencies": { + "@azure-samples/ai-form-recognizer-ts": "file:", "@azure/ai-form-recognizer": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" }, "devDependencies": { - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/formrecognizer/ai-form-recognizer/samples/v4/javascript/package.json b/sdk/formrecognizer/ai-form-recognizer/samples/v4/javascript/package.json index b2140bc52f6b..c4f9cf0c9a08 100644 --- a/sdk/formrecognizer/ai-form-recognizer/samples/v4/javascript/package.json +++ b/sdk/formrecognizer/ai-form-recognizer/samples/v4/javascript/package.json @@ -26,6 +26,7 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/formrecognizer/ai-form-recognizer", "dependencies": { + "@azure-samples/ai-form-recognizer-js": "file:", "@azure/ai-form-recognizer": "latest", "dotenv": "latest" } diff --git a/sdk/formrecognizer/ai-form-recognizer/samples/v4/typescript/package.json b/sdk/formrecognizer/ai-form-recognizer/samples/v4/typescript/package.json index ac7f560fd522..08a59730b5c0 100644 --- a/sdk/formrecognizer/ai-form-recognizer/samples/v4/typescript/package.json +++ b/sdk/formrecognizer/ai-form-recognizer/samples/v4/typescript/package.json @@ -30,12 +30,13 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/formrecognizer/ai-form-recognizer", "dependencies": { + "@azure-samples/ai-form-recognizer-ts": "file:", "@azure/ai-form-recognizer": "latest", "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/formrecognizer/ai-form-recognizer/samples/v5/javascript/package.json b/sdk/formrecognizer/ai-form-recognizer/samples/v5/javascript/package.json index 1e5968db9b8a..cbccca2fa1b2 100644 --- a/sdk/formrecognizer/ai-form-recognizer/samples/v5/javascript/package.json +++ b/sdk/formrecognizer/ai-form-recognizer/samples/v5/javascript/package.json @@ -26,6 +26,7 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/formrecognizer/ai-form-recognizer", "dependencies": { + "@azure-samples/ai-form-recognizer-js": "file:", "@azure/ai-form-recognizer": "latest", "dotenv": "latest" } diff --git a/sdk/formrecognizer/ai-form-recognizer/samples/v5/typescript/package.json b/sdk/formrecognizer/ai-form-recognizer/samples/v5/typescript/package.json index b0c88925369f..4169a24da02a 100644 --- a/sdk/formrecognizer/ai-form-recognizer/samples/v5/typescript/package.json +++ b/sdk/formrecognizer/ai-form-recognizer/samples/v5/typescript/package.json @@ -30,12 +30,13 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/formrecognizer/ai-form-recognizer", "dependencies": { + "@azure-samples/ai-form-recognizer-ts": "file:", "@azure/ai-form-recognizer": "latest", "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/frontdoor/arm-frontdoor/samples/v5/javascript/package.json b/sdk/frontdoor/arm-frontdoor/samples/v5/javascript/package.json index f7b1af752a57..9c6ee1f6f1d4 100644 --- a/sdk/frontdoor/arm-frontdoor/samples/v5/javascript/package.json +++ b/sdk/frontdoor/arm-frontdoor/samples/v5/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/frontdoor/arm-frontdoor", "dependencies": { + "@azure-samples/arm-frontdoor-js": "file:", "@azure/arm-frontdoor": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" } } diff --git a/sdk/frontdoor/arm-frontdoor/samples/v5/typescript/package.json b/sdk/frontdoor/arm-frontdoor/samples/v5/typescript/package.json index dabbd914208f..b301a2a0dbe2 100644 --- a/sdk/frontdoor/arm-frontdoor/samples/v5/typescript/package.json +++ b/sdk/frontdoor/arm-frontdoor/samples/v5/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/frontdoor/arm-frontdoor", "dependencies": { + "@azure-samples/arm-frontdoor-ts": "file:", "@azure/arm-frontdoor": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/graphservices/arm-graphservices/samples/v1/javascript/package.json b/sdk/graphservices/arm-graphservices/samples/v1/javascript/package.json index a5e83a889d6f..5f3593f2fda8 100644 --- a/sdk/graphservices/arm-graphservices/samples/v1/javascript/package.json +++ b/sdk/graphservices/arm-graphservices/samples/v1/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/graphservices/arm-graphservices", "dependencies": { + "@azure-samples/arm-graphservices-js": "file:", "@azure/arm-graphservices": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" } } diff --git a/sdk/graphservices/arm-graphservices/samples/v1/typescript/package.json b/sdk/graphservices/arm-graphservices/samples/v1/typescript/package.json index cffb5eb0357c..f1b70c9af901 100644 --- a/sdk/graphservices/arm-graphservices/samples/v1/typescript/package.json +++ b/sdk/graphservices/arm-graphservices/samples/v1/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/graphservices/arm-graphservices", "dependencies": { + "@azure-samples/arm-graphservices-ts": "file:", "@azure/arm-graphservices": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/guestconfiguration/arm-guestconfiguration/samples/v1-beta/javascript/package.json b/sdk/guestconfiguration/arm-guestconfiguration/samples/v1-beta/javascript/package.json index 681f37fb1f47..a883ab9c8bdf 100644 --- a/sdk/guestconfiguration/arm-guestconfiguration/samples/v1-beta/javascript/package.json +++ b/sdk/guestconfiguration/arm-guestconfiguration/samples/v1-beta/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/guestconfiguration/arm-guestconfiguration", "dependencies": { + "@azure-samples/arm-guestconfiguration-js-beta": "file:", "@azure/arm-guestconfiguration": "next", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" } } diff --git a/sdk/guestconfiguration/arm-guestconfiguration/samples/v1-beta/typescript/package.json b/sdk/guestconfiguration/arm-guestconfiguration/samples/v1-beta/typescript/package.json index 0538d118f4d5..700bb20ebcc2 100644 --- a/sdk/guestconfiguration/arm-guestconfiguration/samples/v1-beta/typescript/package.json +++ b/sdk/guestconfiguration/arm-guestconfiguration/samples/v1-beta/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/guestconfiguration/arm-guestconfiguration", "dependencies": { + "@azure-samples/arm-guestconfiguration-ts-beta": "file:", "@azure/arm-guestconfiguration": "next", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/hanaonazure/arm-hanaonazure/samples/v4-beta/javascript/package.json b/sdk/hanaonazure/arm-hanaonazure/samples/v4-beta/javascript/package.json index 15acf9e719f8..d4cbaabfa078 100644 --- a/sdk/hanaonazure/arm-hanaonazure/samples/v4-beta/javascript/package.json +++ b/sdk/hanaonazure/arm-hanaonazure/samples/v4-beta/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/hanaonazure/arm-hanaonazure", "dependencies": { + "@azure-samples/arm-hanaonazure-js-beta": "file:", "@azure/arm-hanaonazure": "next", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" } } diff --git a/sdk/hanaonazure/arm-hanaonazure/samples/v4-beta/typescript/package.json b/sdk/hanaonazure/arm-hanaonazure/samples/v4-beta/typescript/package.json index 105576878afe..5743d9c91504 100644 --- a/sdk/hanaonazure/arm-hanaonazure/samples/v4-beta/typescript/package.json +++ b/sdk/hanaonazure/arm-hanaonazure/samples/v4-beta/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/hanaonazure/arm-hanaonazure", "dependencies": { + "@azure-samples/arm-hanaonazure-ts-beta": "file:", "@azure/arm-hanaonazure": "next", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/hardwaresecuritymodules/arm-hardwaresecuritymodules/samples/v2-beta/javascript/package.json b/sdk/hardwaresecuritymodules/arm-hardwaresecuritymodules/samples/v2-beta/javascript/package.json index 3f55e8e3da93..6aa6526622e2 100644 --- a/sdk/hardwaresecuritymodules/arm-hardwaresecuritymodules/samples/v2-beta/javascript/package.json +++ b/sdk/hardwaresecuritymodules/arm-hardwaresecuritymodules/samples/v2-beta/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/hardwaresecuritymodules/arm-hardwaresecuritymodules", "dependencies": { + "@azure-samples/arm-hardwaresecuritymodules-js-beta": "file:", "@azure/arm-hardwaresecuritymodules": "next", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" } } diff --git a/sdk/hardwaresecuritymodules/arm-hardwaresecuritymodules/samples/v2-beta/typescript/package.json b/sdk/hardwaresecuritymodules/arm-hardwaresecuritymodules/samples/v2-beta/typescript/package.json index ccf1f277d870..ba7b1496ab98 100644 --- a/sdk/hardwaresecuritymodules/arm-hardwaresecuritymodules/samples/v2-beta/typescript/package.json +++ b/sdk/hardwaresecuritymodules/arm-hardwaresecuritymodules/samples/v2-beta/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/hardwaresecuritymodules/arm-hardwaresecuritymodules", "dependencies": { + "@azure-samples/arm-hardwaresecuritymodules-ts-beta": "file:", "@azure/arm-hardwaresecuritymodules": "next", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/hdinsight/arm-hdinsight/samples/v1-beta/javascript/package.json b/sdk/hdinsight/arm-hdinsight/samples/v1-beta/javascript/package.json index 3bb3f9072c54..2309ba2f41d5 100644 --- a/sdk/hdinsight/arm-hdinsight/samples/v1-beta/javascript/package.json +++ b/sdk/hdinsight/arm-hdinsight/samples/v1-beta/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/hdinsight/arm-hdinsight", "dependencies": { + "@azure-samples/arm-hdinsight-js-beta": "file:", "@azure/arm-hdinsight": "next", - "dotenv": "latest", - "@azure/identity": "^4.0.1" + "@azure/identity": "^4.0.1", + "dotenv": "latest" } } diff --git a/sdk/hdinsight/arm-hdinsight/samples/v1-beta/typescript/package.json b/sdk/hdinsight/arm-hdinsight/samples/v1-beta/typescript/package.json index 72844e1e92de..7474e9af384f 100644 --- a/sdk/hdinsight/arm-hdinsight/samples/v1-beta/typescript/package.json +++ b/sdk/hdinsight/arm-hdinsight/samples/v1-beta/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/hdinsight/arm-hdinsight", "dependencies": { + "@azure-samples/arm-hdinsight-ts-beta": "file:", "@azure/arm-hdinsight": "next", - "dotenv": "latest", - "@azure/identity": "^4.0.1" + "@azure/identity": "^4.0.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/hdinsight/arm-hdinsightcontainers/samples/v1-beta/javascript/package.json b/sdk/hdinsight/arm-hdinsightcontainers/samples/v1-beta/javascript/package.json index 73bcf37bb7a7..de98521b28f5 100644 --- a/sdk/hdinsight/arm-hdinsightcontainers/samples/v1-beta/javascript/package.json +++ b/sdk/hdinsight/arm-hdinsightcontainers/samples/v1-beta/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/hdinsight/arm-hdinsightcontainers", "dependencies": { + "@azure-samples/arm-hdinsightcontainers-js-beta": "file:", "@azure/arm-hdinsightcontainers": "next", - "dotenv": "latest", - "@azure/identity": "^4.0.1" + "@azure/identity": "^4.0.1", + "dotenv": "latest" } } diff --git a/sdk/hdinsight/arm-hdinsightcontainers/samples/v1-beta/typescript/package.json b/sdk/hdinsight/arm-hdinsightcontainers/samples/v1-beta/typescript/package.json index 0b963fee7fe4..a64ec472bc7e 100644 --- a/sdk/hdinsight/arm-hdinsightcontainers/samples/v1-beta/typescript/package.json +++ b/sdk/hdinsight/arm-hdinsightcontainers/samples/v1-beta/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/hdinsight/arm-hdinsightcontainers", "dependencies": { + "@azure-samples/arm-hdinsightcontainers-ts-beta": "file:", "@azure/arm-hdinsightcontainers": "next", - "dotenv": "latest", - "@azure/identity": "^4.0.1" + "@azure/identity": "^4.0.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/healthbot/arm-healthbot/samples/v2/javascript/package.json b/sdk/healthbot/arm-healthbot/samples/v2/javascript/package.json index d249b3a1a4f2..0186c349d5b5 100644 --- a/sdk/healthbot/arm-healthbot/samples/v2/javascript/package.json +++ b/sdk/healthbot/arm-healthbot/samples/v2/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/healthbot/arm-healthbot", "dependencies": { + "@azure-samples/arm-healthbot-js": "file:", "@azure/arm-healthbot": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" } } diff --git a/sdk/healthbot/arm-healthbot/samples/v2/typescript/package.json b/sdk/healthbot/arm-healthbot/samples/v2/typescript/package.json index e3a13a9ca324..52cc563f1adc 100644 --- a/sdk/healthbot/arm-healthbot/samples/v2/typescript/package.json +++ b/sdk/healthbot/arm-healthbot/samples/v2/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/healthbot/arm-healthbot", "dependencies": { + "@azure-samples/arm-healthbot-ts": "file:", "@azure/arm-healthbot": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/healthcareapis/arm-healthcareapis/samples/v3/javascript/package.json b/sdk/healthcareapis/arm-healthcareapis/samples/v3/javascript/package.json index 095c0d89c925..45e76764cdc9 100644 --- a/sdk/healthcareapis/arm-healthcareapis/samples/v3/javascript/package.json +++ b/sdk/healthcareapis/arm-healthcareapis/samples/v3/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/healthcareapis/arm-healthcareapis", "dependencies": { + "@azure-samples/arm-healthcareapis-js": "file:", "@azure/arm-healthcareapis": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" } } diff --git a/sdk/healthcareapis/arm-healthcareapis/samples/v3/typescript/package.json b/sdk/healthcareapis/arm-healthcareapis/samples/v3/typescript/package.json index a48b2346ecf1..dc77680d5b4c 100644 --- a/sdk/healthcareapis/arm-healthcareapis/samples/v3/typescript/package.json +++ b/sdk/healthcareapis/arm-healthcareapis/samples/v3/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/healthcareapis/arm-healthcareapis", "dependencies": { + "@azure-samples/arm-healthcareapis-ts": "file:", "@azure/arm-healthcareapis": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/healthdataaiservices/azure-health-deidentification/samples/v1-beta/javascript/package.json b/sdk/healthdataaiservices/azure-health-deidentification/samples/v1-beta/javascript/package.json index 2e6d1369680e..3b04c6863506 100644 --- a/sdk/healthdataaiservices/azure-health-deidentification/samples/v1-beta/javascript/package.json +++ b/sdk/healthdataaiservices/azure-health-deidentification/samples/v1-beta/javascript/package.json @@ -27,7 +27,8 @@ "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/healthdataaiservices/azure-health-deidentification", "dependencies": { "@azure-rest/health-deidentification": "next", - "dotenv": "latest", - "@azure/identity": "~4.3.0-beta.1" + "@azure-samples/health-deidentification-js-beta": "file:", + "@azure/identity": "~4.3.0-beta.1", + "dotenv": "latest" } } diff --git a/sdk/healthdataaiservices/azure-health-deidentification/samples/v1-beta/typescript/package.json b/sdk/healthdataaiservices/azure-health-deidentification/samples/v1-beta/typescript/package.json index c6cb054b551f..99478c9bdd68 100644 --- a/sdk/healthdataaiservices/azure-health-deidentification/samples/v1-beta/typescript/package.json +++ b/sdk/healthdataaiservices/azure-health-deidentification/samples/v1-beta/typescript/package.json @@ -31,12 +31,13 @@ "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/healthdataaiservices/azure-health-deidentification", "dependencies": { "@azure-rest/health-deidentification": "next", - "dotenv": "latest", - "@azure/identity": "~4.3.0-beta.1" + "@azure-samples/health-deidentification-ts-beta": "file:", + "@azure/identity": "~4.3.0-beta.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/healthinsights/health-insights-cancerprofiling-rest/samples/v1-beta/javascript/package.json b/sdk/healthinsights/health-insights-cancerprofiling-rest/samples/v1-beta/javascript/package.json index 980d17e74195..0bc546504ecd 100644 --- a/sdk/healthinsights/health-insights-cancerprofiling-rest/samples/v1-beta/javascript/package.json +++ b/sdk/healthinsights/health-insights-cancerprofiling-rest/samples/v1-beta/javascript/package.json @@ -27,7 +27,8 @@ "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/healthinsights/health-insights-cancerprofiling-rest", "dependencies": { "@azure-rest/health-insights-cancerprofiling": "next", - "dotenv": "latest", - "@azure/core-auth": "^1.3.0" + "@azure-samples/health-insights-cancerprofiling-js-beta": "file:", + "@azure/core-auth": "^1.3.0", + "dotenv": "latest" } } diff --git a/sdk/healthinsights/health-insights-cancerprofiling-rest/samples/v1-beta/typescript/package.json b/sdk/healthinsights/health-insights-cancerprofiling-rest/samples/v1-beta/typescript/package.json index 44123fbc9268..b96edd0ecdd8 100644 --- a/sdk/healthinsights/health-insights-cancerprofiling-rest/samples/v1-beta/typescript/package.json +++ b/sdk/healthinsights/health-insights-cancerprofiling-rest/samples/v1-beta/typescript/package.json @@ -31,12 +31,13 @@ "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/healthinsights/health-insights-cancerprofiling-rest", "dependencies": { "@azure-rest/health-insights-cancerprofiling": "next", - "dotenv": "latest", - "@azure/core-auth": "^1.3.0" + "@azure-samples/health-insights-cancerprofiling-ts-beta": "file:", + "@azure/core-auth": "^1.3.0", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/healthinsights/health-insights-clinicalmatching-rest/samples/v1-beta/javascript/package.json b/sdk/healthinsights/health-insights-clinicalmatching-rest/samples/v1-beta/javascript/package.json index 7436efc9975f..9411e8ad1185 100644 --- a/sdk/healthinsights/health-insights-clinicalmatching-rest/samples/v1-beta/javascript/package.json +++ b/sdk/healthinsights/health-insights-clinicalmatching-rest/samples/v1-beta/javascript/package.json @@ -27,7 +27,8 @@ "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/healthinsights/health-insights-clinicalmatching-rest", "dependencies": { "@azure-rest/health-insights-clinicalmatching": "next", - "dotenv": "latest", - "@azure/core-auth": "^1.3.0" + "@azure-samples/health-insights-clinicalmatching-js-beta": "file:", + "@azure/core-auth": "^1.3.0", + "dotenv": "latest" } } diff --git a/sdk/healthinsights/health-insights-clinicalmatching-rest/samples/v1-beta/typescript/package.json b/sdk/healthinsights/health-insights-clinicalmatching-rest/samples/v1-beta/typescript/package.json index b569b180980a..1886064ff8ce 100644 --- a/sdk/healthinsights/health-insights-clinicalmatching-rest/samples/v1-beta/typescript/package.json +++ b/sdk/healthinsights/health-insights-clinicalmatching-rest/samples/v1-beta/typescript/package.json @@ -31,12 +31,13 @@ "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/healthinsights/health-insights-clinicalmatching-rest", "dependencies": { "@azure-rest/health-insights-clinicalmatching": "next", - "dotenv": "latest", - "@azure/core-auth": "^1.3.0" + "@azure-samples/health-insights-clinicalmatching-ts-beta": "file:", + "@azure/core-auth": "^1.3.0", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/healthinsights/health-insights-radiologyinsights-rest/samples/v1/javascript/package.json b/sdk/healthinsights/health-insights-radiologyinsights-rest/samples/v1/javascript/package.json index be97e191b57b..b9d2d1672b3c 100644 --- a/sdk/healthinsights/health-insights-radiologyinsights-rest/samples/v1/javascript/package.json +++ b/sdk/healthinsights/health-insights-radiologyinsights-rest/samples/v1/javascript/package.json @@ -27,7 +27,8 @@ "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/healthinsights/health-insights-radiologyinsights-rest", "dependencies": { "@azure-rest/health-insights-radiologyinsights": "latest", - "dotenv": "latest", - "@azure/core-auth": "^1.3.0" + "@azure-samples/health-insights-radiologyinsights-js-beta": "file:", + "@azure/core-auth": "^1.3.0", + "dotenv": "latest" } } diff --git a/sdk/healthinsights/health-insights-radiologyinsights-rest/samples/v1/typescript/package.json b/sdk/healthinsights/health-insights-radiologyinsights-rest/samples/v1/typescript/package.json index c6ce518ce71f..5a17ecd61ae5 100644 --- a/sdk/healthinsights/health-insights-radiologyinsights-rest/samples/v1/typescript/package.json +++ b/sdk/healthinsights/health-insights-radiologyinsights-rest/samples/v1/typescript/package.json @@ -31,6 +31,7 @@ "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/healthinsights/health-insights-radiologyinsights-rest", "dependencies": { "@azure-rest/health-insights-radiologyinsights": "latest", + "@azure-samples/health-insights-radiologyinsights-ts": "file:", "@azure/core-auth": "^1.3.0", "dotenv": "latest" }, diff --git a/sdk/hybridcompute/arm-hybridcompute/samples/v4-beta/javascript/package.json b/sdk/hybridcompute/arm-hybridcompute/samples/v4-beta/javascript/package.json index 36bc3e718788..a673cc29f36f 100644 --- a/sdk/hybridcompute/arm-hybridcompute/samples/v4-beta/javascript/package.json +++ b/sdk/hybridcompute/arm-hybridcompute/samples/v4-beta/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/hybridcompute/arm-hybridcompute", "dependencies": { + "@azure-samples/arm-hybridcompute-js-beta": "file:", "@azure/arm-hybridcompute": "next", - "dotenv": "latest", - "@azure/identity": "^4.0.1" + "@azure/identity": "^4.0.1", + "dotenv": "latest" } } diff --git a/sdk/hybridcompute/arm-hybridcompute/samples/v4-beta/typescript/package.json b/sdk/hybridcompute/arm-hybridcompute/samples/v4-beta/typescript/package.json index 9328c23150d6..b482de644d1e 100644 --- a/sdk/hybridcompute/arm-hybridcompute/samples/v4-beta/typescript/package.json +++ b/sdk/hybridcompute/arm-hybridcompute/samples/v4-beta/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/hybridcompute/arm-hybridcompute", "dependencies": { + "@azure-samples/arm-hybridcompute-ts-beta": "file:", "@azure/arm-hybridcompute": "next", - "dotenv": "latest", - "@azure/identity": "^4.0.1" + "@azure/identity": "^4.0.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/hybridconnectivity/arm-hybridconnectivity/samples/v1/javascript/package.json b/sdk/hybridconnectivity/arm-hybridconnectivity/samples/v1/javascript/package.json index acc3efab4664..7de693d08572 100644 --- a/sdk/hybridconnectivity/arm-hybridconnectivity/samples/v1/javascript/package.json +++ b/sdk/hybridconnectivity/arm-hybridconnectivity/samples/v1/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/hybridconnectivity/arm-hybridconnectivity", "dependencies": { + "@azure-samples/arm-hybridconnectivity-js": "file:", "@azure/arm-hybridconnectivity": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" } } diff --git a/sdk/hybridconnectivity/arm-hybridconnectivity/samples/v1/typescript/package.json b/sdk/hybridconnectivity/arm-hybridconnectivity/samples/v1/typescript/package.json index 8d3fe7f3bc16..b1cfefb9155c 100644 --- a/sdk/hybridconnectivity/arm-hybridconnectivity/samples/v1/typescript/package.json +++ b/sdk/hybridconnectivity/arm-hybridconnectivity/samples/v1/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/hybridconnectivity/arm-hybridconnectivity", "dependencies": { + "@azure-samples/arm-hybridconnectivity-ts": "file:", "@azure/arm-hybridconnectivity": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/hybridcontainerservice/arm-hybridcontainerservice/samples/v1/javascript/package.json b/sdk/hybridcontainerservice/arm-hybridcontainerservice/samples/v1/javascript/package.json index ce4914d68fc1..c7ccf789479d 100644 --- a/sdk/hybridcontainerservice/arm-hybridcontainerservice/samples/v1/javascript/package.json +++ b/sdk/hybridcontainerservice/arm-hybridcontainerservice/samples/v1/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/hybridcontainerservice/arm-hybridcontainerservice", "dependencies": { + "@azure-samples/arm-hybridcontainerservice-js": "file:", "@azure/arm-hybridcontainerservice": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" } } diff --git a/sdk/hybridcontainerservice/arm-hybridcontainerservice/samples/v1/typescript/package.json b/sdk/hybridcontainerservice/arm-hybridcontainerservice/samples/v1/typescript/package.json index 9d85aec99251..620a8459994c 100644 --- a/sdk/hybridcontainerservice/arm-hybridcontainerservice/samples/v1/typescript/package.json +++ b/sdk/hybridcontainerservice/arm-hybridcontainerservice/samples/v1/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/hybridcontainerservice/arm-hybridcontainerservice", "dependencies": { + "@azure-samples/arm-hybridcontainerservice-ts": "file:", "@azure/arm-hybridcontainerservice": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/hybridkubernetes/arm-hybridkubernetes/samples/v2/javascript/package.json b/sdk/hybridkubernetes/arm-hybridkubernetes/samples/v2/javascript/package.json index 5e623da5f12e..8fb65aedf4a9 100644 --- a/sdk/hybridkubernetes/arm-hybridkubernetes/samples/v2/javascript/package.json +++ b/sdk/hybridkubernetes/arm-hybridkubernetes/samples/v2/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/hybridkubernetes/arm-hybridkubernetes", "dependencies": { + "@azure-samples/arm-hybridkubernetes-js": "file:", "@azure/arm-hybridkubernetes": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" } } diff --git a/sdk/hybridkubernetes/arm-hybridkubernetes/samples/v2/typescript/package.json b/sdk/hybridkubernetes/arm-hybridkubernetes/samples/v2/typescript/package.json index d439a29ddc34..44716a6c8ef5 100644 --- a/sdk/hybridkubernetes/arm-hybridkubernetes/samples/v2/typescript/package.json +++ b/sdk/hybridkubernetes/arm-hybridkubernetes/samples/v2/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/hybridkubernetes/arm-hybridkubernetes", "dependencies": { + "@azure-samples/arm-hybridkubernetes-ts": "file:", "@azure/arm-hybridkubernetes": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/hybridnetwork/arm-hybridnetwork/samples/v1-beta/javascript/package.json b/sdk/hybridnetwork/arm-hybridnetwork/samples/v1-beta/javascript/package.json index 5fac3f8afa4f..61e038f9e8d3 100644 --- a/sdk/hybridnetwork/arm-hybridnetwork/samples/v1-beta/javascript/package.json +++ b/sdk/hybridnetwork/arm-hybridnetwork/samples/v1-beta/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/hybridnetwork/arm-hybridnetwork", "dependencies": { + "@azure-samples/arm-hybridnetwork-js-beta": "file:", "@azure/arm-hybridnetwork": "next", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" } } diff --git a/sdk/hybridnetwork/arm-hybridnetwork/samples/v1-beta/typescript/package.json b/sdk/hybridnetwork/arm-hybridnetwork/samples/v1-beta/typescript/package.json index 1a1aca260979..61d95e29b9ed 100644 --- a/sdk/hybridnetwork/arm-hybridnetwork/samples/v1-beta/typescript/package.json +++ b/sdk/hybridnetwork/arm-hybridnetwork/samples/v1-beta/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/hybridnetwork/arm-hybridnetwork", "dependencies": { + "@azure-samples/arm-hybridnetwork-ts-beta": "file:", "@azure/arm-hybridnetwork": "next", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/identity/identity-broker/samples/v1/javascript/package.json b/sdk/identity/identity-broker/samples/v1/javascript/package.json index d1ce64d5d403..e21fccd41d2e 100644 --- a/sdk/identity/identity-broker/samples/v1/javascript/package.json +++ b/sdk/identity/identity-broker/samples/v1/javascript/package.json @@ -26,10 +26,11 @@ "start": "electron index.js" }, "dependencies": { + "@azure-samples/identity-broker-js-beta": "file:", + "@azure/identity": "^4.2.1", "@azure/identity-broker": "^1.0.0", + "@azure/logger": "^1.0.4", "dotenv": "latest", - "@azure/identity": "^4.2.1", - "electron": "^27.0.0", - "@azure/logger": "^1.0.4" + "electron": "^31.7.5" } } diff --git a/sdk/identity/identity-broker/samples/v1/typescript/package.json b/sdk/identity/identity-broker/samples/v1/typescript/package.json index 00d31526a471..d8e0cad6945a 100644 --- a/sdk/identity/identity-broker/samples/v1/typescript/package.json +++ b/sdk/identity/identity-broker/samples/v1/typescript/package.json @@ -28,17 +28,18 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity-broker", "dependencies": { + "@azure-samples/identity-broker-ts-beta": "file:", "@azure/identity": "^4.2.1", "@azure/identity-broker": "^1.0.0", "dotenv": "^16.0.0", "electron": "^27.0.0" }, "devDependencies": { - "@types/node": "^18.0.0", "@eslint/js": "^9.9.0", + "@types/node": "^18.0.0", "eslint": "^9.9.0", - "typescript-eslint": "8.2.0", + "rimraf": "^5.0.0", "typescript": "~5.5.3", - "rimraf": "^5.0.0" + "typescript-eslint": "8.2.0" } } diff --git a/sdk/identity/identity/integration/AzureFunctions/RunTest/package.json b/sdk/identity/identity/integration/AzureFunctions/RunTest/package.json index f26d016a3788..b804a002b2ed 100644 --- a/sdk/identity/identity/integration/AzureFunctions/RunTest/package.json +++ b/sdk/identity/identity/integration/AzureFunctions/RunTest/package.json @@ -15,15 +15,16 @@ "author": "", "license": "ISC", "dependencies": { + "@azure-samples/azure-function-test": "file:", + "@azure/functions": "^4.1.0", "@azure/identity": "^4.0.0", "@azure/storage-blob": "^12.17.0", - "@azure/functions": "^4.1.0", "applicationinsights": "^2.9.2", "tslib": "^1.10.0" }, "devDependencies": { "npm-run-all": "^4.1.5", - "typescript": "~5.5.3", - "rimraf": "^5.0.5" + "rimraf": "^5.0.5", + "typescript": "~5.5.3" } } diff --git a/sdk/identity/identity/integration/AzureKubernetes/package.json b/sdk/identity/identity/integration/AzureKubernetes/package.json index d63bac5d24fc..99d8ba375a73 100644 --- a/sdk/identity/identity/integration/AzureKubernetes/package.json +++ b/sdk/identity/identity/integration/AzureKubernetes/package.json @@ -7,6 +7,7 @@ "author": "", "license": "ISC", "dependencies": { + "@azure-samples/azure-kubernetes-test": "file:", "@azure/identity": "dev", "@azure/storage-blob": "^12.17.0" } diff --git a/sdk/identity/identity/integration/AzureWebApps/package.json b/sdk/identity/identity/integration/AzureWebApps/package.json index 144a7de5f82a..5ecde9e689c9 100644 --- a/sdk/identity/identity/integration/AzureWebApps/package.json +++ b/sdk/identity/identity/integration/AzureWebApps/package.json @@ -12,16 +12,17 @@ "author": "", "license": "ISC", "dependencies": { + "@azure-samples/azure-web-apps-test": "file:", "@azure/identity": "dev", "@azure/storage-blob": "^12.17.0", "express": "^4.18.2", "tslib": "^1.10.0" }, "devDependencies": { - "npm-run-all": "^4.1.5", - "typescript": "~5.5.3", "@types/express": "^4.17.21", "dotenv": "16.4.4", - "rimraf": "^5.0.5" + "npm-run-all": "^4.1.5", + "rimraf": "^5.0.5", + "typescript": "~5.5.3" } } diff --git a/sdk/identity/identity/samples/v2/javascript/package.json b/sdk/identity/identity/samples/v2/javascript/package.json index dbd2003e418d..826a5859e9fb 100644 --- a/sdk/identity/identity/samples/v2/javascript/package.json +++ b/sdk/identity/identity/samples/v2/javascript/package.json @@ -29,8 +29,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity", "dependencies": { + "@azure-samples/identity-js": "file:", "@azure/identity": "^4.2.1", - "dotenv": "latest", - "@azure/keyvault-keys": "^4.2.0" + "@azure/keyvault-keys": "^4.2.0", + "dotenv": "latest" } } diff --git a/sdk/identity/identity/samples/v2/typescript/package.json b/sdk/identity/identity/samples/v2/typescript/package.json index e719694c4237..e1d6e07a2025 100644 --- a/sdk/identity/identity/samples/v2/typescript/package.json +++ b/sdk/identity/identity/samples/v2/typescript/package.json @@ -33,12 +33,13 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity", "dependencies": { + "@azure-samples/identity-ts": "file:", "@azure/identity": "^4.2.1", - "dotenv": "latest", - "@azure/keyvault-keys": "^4.2.0" + "@azure/keyvault-keys": "^4.2.0", + "dotenv": "latest" }, "devDependencies": { - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/identity/identity/samples/v3/javascript/package.json b/sdk/identity/identity/samples/v3/javascript/package.json index dbd2003e418d..826a5859e9fb 100644 --- a/sdk/identity/identity/samples/v3/javascript/package.json +++ b/sdk/identity/identity/samples/v3/javascript/package.json @@ -29,8 +29,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity", "dependencies": { + "@azure-samples/identity-js": "file:", "@azure/identity": "^4.2.1", - "dotenv": "latest", - "@azure/keyvault-keys": "^4.2.0" + "@azure/keyvault-keys": "^4.2.0", + "dotenv": "latest" } } diff --git a/sdk/identity/identity/samples/v3/typescript/package.json b/sdk/identity/identity/samples/v3/typescript/package.json index 5bd3b1552b7d..fad6cd263b71 100644 --- a/sdk/identity/identity/samples/v3/typescript/package.json +++ b/sdk/identity/identity/samples/v3/typescript/package.json @@ -33,13 +33,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity", "dependencies": { + "@azure-samples/identity-ts": "file:", "@azure/identity": "^4.2.1", - "dotenv": "latest", - "@azure/keyvault-keys": "^4.2.0" + "@azure/keyvault-keys": "^4.2.0", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/identity/identity/samples/v4/javascript/package.json b/sdk/identity/identity/samples/v4/javascript/package.json index 8529214b0427..5351a3d8bdee 100644 --- a/sdk/identity/identity/samples/v4/javascript/package.json +++ b/sdk/identity/identity/samples/v4/javascript/package.json @@ -29,9 +29,10 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity", "dependencies": { + "@azure-samples/identity-js": "file:", + "@azure/core-rest-pipeline": "^1.1.0", "@azure/identity": "^4.2.1", - "dotenv": "latest", "@azure/keyvault-keys": "^4.2.0", - "@azure/core-rest-pipeline": "^1.1.0" + "dotenv": "latest" } } diff --git a/sdk/identity/identity/samples/v4/typescript/package.json b/sdk/identity/identity/samples/v4/typescript/package.json index a64edde2399a..7a1f516a83eb 100644 --- a/sdk/identity/identity/samples/v4/typescript/package.json +++ b/sdk/identity/identity/samples/v4/typescript/package.json @@ -33,14 +33,15 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity", "dependencies": { + "@azure-samples/identity-ts": "file:", + "@azure/core-rest-pipeline": "^1.1.0", "@azure/identity": "^4.2.1", - "dotenv": "latest", "@azure/keyvault-keys": "^4.2.0", - "@azure/core-rest-pipeline": "^1.1.0" + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/identity/identity/test/manual-integration/AzureArc/package.json b/sdk/identity/identity/test/manual-integration/AzureArc/package.json index 6f0ced9aeaaa..39041d516f26 100644 --- a/sdk/identity/identity/test/manual-integration/AzureArc/package.json +++ b/sdk/identity/identity/test/manual-integration/AzureArc/package.json @@ -11,6 +11,7 @@ "dependencies": { "@azure/identity": "^4.0.1", "@azure/keyvault-secrets": "^4.1.0", + "azurearctest": "file:", "typescript": "^4.2.4" } } diff --git a/sdk/identity/identity/test/manual-integration/AzureFunctions/IdentityTest/package.json b/sdk/identity/identity/test/manual-integration/AzureFunctions/IdentityTest/package.json index fab4794b861b..37f8b89ad432 100644 --- a/sdk/identity/identity/test/manual-integration/AzureFunctions/IdentityTest/package.json +++ b/sdk/identity/identity/test/manual-integration/AzureFunctions/IdentityTest/package.json @@ -18,5 +18,8 @@ "@azure/keyvault-secrets": "^4.1.0", "npm-run-all": "^4.1.5", "typescript": "^3.3.3" + }, + "dependencies": { + "azure-function-test": "file:" } } diff --git a/sdk/identity/identity/test/manual-integration/AzureVM/package.json b/sdk/identity/identity/test/manual-integration/AzureVM/package.json index 3a7d91803d6b..eb14d342ce18 100644 --- a/sdk/identity/identity/test/manual-integration/AzureVM/package.json +++ b/sdk/identity/identity/test/manual-integration/AzureVM/package.json @@ -10,6 +10,7 @@ "license": "ISC", "dependencies": { "@azure/identity": "^4.0.1", - "@azure/keyvault-secrets": "^4.0.2" + "@azure/keyvault-secrets": "^4.0.2", + "azurevmtest": "file:" } } diff --git a/sdk/identity/identity/test/manual-integration/Cloudshell/package.json b/sdk/identity/identity/test/manual-integration/Cloudshell/package.json index f97fbe7a7eb8..4b8af16ca34f 100644 --- a/sdk/identity/identity/test/manual-integration/Cloudshell/package.json +++ b/sdk/identity/identity/test/manual-integration/Cloudshell/package.json @@ -10,6 +10,7 @@ "license": "ISC", "dependencies": { "@azure/identity": "^4.0.1", - "@azure/keyvault-secrets": "^4.0.2" + "@azure/keyvault-secrets": "^4.0.2", + "cloudshelltest": "file:" } } diff --git a/sdk/identity/identity/test/manual-integration/DevToolsTest/package.json b/sdk/identity/identity/test/manual-integration/DevToolsTest/package.json index ea274cbb8f88..ac65692d333f 100644 --- a/sdk/identity/identity/test/manual-integration/DevToolsTest/package.json +++ b/sdk/identity/identity/test/manual-integration/DevToolsTest/package.json @@ -4,42 +4,43 @@ "version": "1.0.0", "description": "Azure Identity client library samples for TypeScript", "engines": { - "node": ">=14.0.0" + "node": ">=14.0.0" }, "main": "dist/index.js", "scripts": { - "build": "tsc", - "prebuild": "rimraf dist/" + "build": "tsc", + "prebuild": "rimraf dist/" }, "repository": { - "type": "git", - "url": "git+https://github.com/Azure/azure-sdk-for-js.git", - "directory": "sdk/identity/identity/test/manual-integration/DevToolsTest/package.json" + "type": "git", + "url": "git+https://github.com/Azure/azure-sdk-for-js.git", + "directory": "sdk/identity/identity/test/manual-integration/DevToolsTest/package.json" }, "keywords": [ - "azure", - "cloud", - "active directory", - "authentication", - "credential", - "certificate", - "managed identity", - "client secret", - "access token" + "azure", + "cloud", + "active directory", + "authentication", + "credential", + "certificate", + "managed identity", + "client secret", + "access token" ], "author": "Microsoft Corporation", "license": "MIT", "bugs": { - "url": "https://github.com/Azure/azure-sdk-for-js/issues" + "url": "https://github.com/Azure/azure-sdk-for-js/issues" }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity", "dependencies": { - "@azure/identity": "latest", - "dotenv": "latest" + "@azure/identity": "latest", + "dotenv": "latest", + "identity-e2e-test": "file:" }, "devDependencies": { - "@types/node": "^14.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "@types/node": "^14.0.0", + "rimraf": "latest", + "typescript": "~5.5.3" } - } +} diff --git a/sdk/identity/identity/test/manual-integration/Kubernetes/package.json b/sdk/identity/identity/test/manual-integration/Kubernetes/package.json index f5dff2da8fce..ed6bd3b1edd6 100644 --- a/sdk/identity/identity/test/manual-integration/Kubernetes/package.json +++ b/sdk/identity/identity/test/manual-integration/Kubernetes/package.json @@ -10,10 +10,11 @@ "author": "", "license": "ISC", "dependencies": { - "yargs": "15.1.0", - "@types/yargs": "15.0.3", "@azure/identity": "^4.0.1", - "@azure/keyvault-secrets": "^4.0.2" + "@azure/keyvault-secrets": "^4.0.2", + "@types/yargs": "15.0.3", + "kubernetestest": "file:", + "yargs": "15.1.0" }, "devDependencies": { "typescript": "^4.4.3" diff --git a/sdk/identity/identity/test/manual-integration/webjobs/App_Data/jobs/triggered/AzureTestJob/package.json b/sdk/identity/identity/test/manual-integration/webjobs/App_Data/jobs/triggered/AzureTestJob/package.json index 1d800b66b2bb..971e7e08d8a0 100644 --- a/sdk/identity/identity/test/manual-integration/webjobs/App_Data/jobs/triggered/AzureTestJob/package.json +++ b/sdk/identity/identity/test/manual-integration/webjobs/App_Data/jobs/triggered/AzureTestJob/package.json @@ -11,6 +11,7 @@ "dependencies": { "@azure/identity": "^4.0.1", "@azure/keyvault-secrets": "^4.0.2", + "noder": "file:", "tslib": "^1.10.0" } } diff --git a/sdk/identity/identity/test/manual/authorization-code-credential/package.json b/sdk/identity/identity/test/manual/authorization-code-credential/package.json index f2673536a139..513567f1b2eb 100644 --- a/sdk/identity/identity/test/manual/authorization-code-credential/package.json +++ b/sdk/identity/identity/test/manual/authorization-code-credential/package.json @@ -17,6 +17,7 @@ "ts-node": "latest" }, "dependencies": { - "@azure/identity": "^4.0.1" + "@azure/identity": "^4.0.1", + "manual": "file:" } } diff --git a/sdk/imagebuilder/arm-imagebuilder/samples/v4/javascript/package.json b/sdk/imagebuilder/arm-imagebuilder/samples/v4/javascript/package.json index d2658052b36d..4334263ce523 100644 --- a/sdk/imagebuilder/arm-imagebuilder/samples/v4/javascript/package.json +++ b/sdk/imagebuilder/arm-imagebuilder/samples/v4/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/imagebuilder/arm-imagebuilder", "dependencies": { + "@azure-samples/arm-imagebuilder-js": "file:", "@azure/arm-imagebuilder": "latest", - "dotenv": "latest", - "@azure/identity": "^4.0.1" + "@azure/identity": "^4.0.1", + "dotenv": "latest" } } diff --git a/sdk/imagebuilder/arm-imagebuilder/samples/v4/typescript/package.json b/sdk/imagebuilder/arm-imagebuilder/samples/v4/typescript/package.json index 9b53a3a76879..8b5c5a80e418 100644 --- a/sdk/imagebuilder/arm-imagebuilder/samples/v4/typescript/package.json +++ b/sdk/imagebuilder/arm-imagebuilder/samples/v4/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/imagebuilder/arm-imagebuilder", "dependencies": { + "@azure-samples/arm-imagebuilder-ts": "file:", "@azure/arm-imagebuilder": "latest", - "dotenv": "latest", - "@azure/identity": "^4.0.1" + "@azure/identity": "^4.0.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/informatica/arm-informaticadatamanagement/samples/v1/javascript/package.json b/sdk/informatica/arm-informaticadatamanagement/samples/v1/javascript/package.json index f65065536c8b..03d56db6f118 100644 --- a/sdk/informatica/arm-informaticadatamanagement/samples/v1/javascript/package.json +++ b/sdk/informatica/arm-informaticadatamanagement/samples/v1/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/informatica/arm-informaticadatamanagement", "dependencies": { + "@azure-samples/arm-informaticadatamanagement-js": "file:", "@azure/arm-informaticadatamanagement": "latest", - "dotenv": "latest", - "@azure/identity": "^4.0.1" + "@azure/identity": "^4.0.1", + "dotenv": "latest" } } diff --git a/sdk/informatica/arm-informaticadatamanagement/samples/v1/typescript/package.json b/sdk/informatica/arm-informaticadatamanagement/samples/v1/typescript/package.json index 27dbe6c260c8..7065e2fba23a 100644 --- a/sdk/informatica/arm-informaticadatamanagement/samples/v1/typescript/package.json +++ b/sdk/informatica/arm-informaticadatamanagement/samples/v1/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/informatica/arm-informaticadatamanagement", "dependencies": { + "@azure-samples/arm-informaticadatamanagement-ts": "file:", "@azure/arm-informaticadatamanagement": "latest", - "dotenv": "latest", - "@azure/identity": "^4.0.1" + "@azure/identity": "^4.0.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/iot/iot-modelsrepository/samples/v1/javascript/package.json b/sdk/iot/iot-modelsrepository/samples/v1/javascript/package.json index 948789d1c219..48e550a45ecb 100644 --- a/sdk/iot/iot-modelsrepository/samples/v1/javascript/package.json +++ b/sdk/iot/iot-modelsrepository/samples/v1/javascript/package.json @@ -23,6 +23,7 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/iot/iot-modelsrepository", "dependencies": { + "@azure-samples/iot-modelsrepository-js": "file:", "@azure/iot-modelsrepository": "next", "dotenv": "latest" } diff --git a/sdk/iot/iot-modelsrepository/samples/v1/typescript/package.json b/sdk/iot/iot-modelsrepository/samples/v1/typescript/package.json index 3ab77e75f857..1a5632b2dcf1 100644 --- a/sdk/iot/iot-modelsrepository/samples/v1/typescript/package.json +++ b/sdk/iot/iot-modelsrepository/samples/v1/typescript/package.json @@ -27,11 +27,12 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/iot/iot-modelsrepository", "dependencies": { + "@azure-samples/iot-modelsrepository-ts": "file:", "@azure/iot-modelsrepository": "next", "dotenv": "latest" }, "devDependencies": { - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/iotcentral/arm-iotcentral/samples/v7-beta/javascript/package.json b/sdk/iotcentral/arm-iotcentral/samples/v7-beta/javascript/package.json index af1f035a4c13..e1d03b31a042 100644 --- a/sdk/iotcentral/arm-iotcentral/samples/v7-beta/javascript/package.json +++ b/sdk/iotcentral/arm-iotcentral/samples/v7-beta/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/iotcentral/arm-iotcentral", "dependencies": { + "@azure-samples/arm-iotcentral-js-beta": "file:", "@azure/arm-iotcentral": "next", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" } } diff --git a/sdk/iotcentral/arm-iotcentral/samples/v7-beta/typescript/package.json b/sdk/iotcentral/arm-iotcentral/samples/v7-beta/typescript/package.json index 595d94e86c06..a081e6c9d365 100644 --- a/sdk/iotcentral/arm-iotcentral/samples/v7-beta/typescript/package.json +++ b/sdk/iotcentral/arm-iotcentral/samples/v7-beta/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/iotcentral/arm-iotcentral", "dependencies": { + "@azure-samples/arm-iotcentral-ts-beta": "file:", "@azure/arm-iotcentral": "next", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/iotfirmwaredefense/arm-iotfirmwaredefense/samples/v1/javascript/package.json b/sdk/iotfirmwaredefense/arm-iotfirmwaredefense/samples/v1/javascript/package.json index 75a8a3c84165..a0e6ee855b30 100644 --- a/sdk/iotfirmwaredefense/arm-iotfirmwaredefense/samples/v1/javascript/package.json +++ b/sdk/iotfirmwaredefense/arm-iotfirmwaredefense/samples/v1/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/iotfirmwaredefense/arm-iotfirmwaredefense", "dependencies": { + "@azure-samples/arm-iotfirmwaredefense-js": "file:", "@azure/arm-iotfirmwaredefense": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" } } diff --git a/sdk/iotfirmwaredefense/arm-iotfirmwaredefense/samples/v1/typescript/package.json b/sdk/iotfirmwaredefense/arm-iotfirmwaredefense/samples/v1/typescript/package.json index b146dfd7c488..22e6da7034bc 100644 --- a/sdk/iotfirmwaredefense/arm-iotfirmwaredefense/samples/v1/typescript/package.json +++ b/sdk/iotfirmwaredefense/arm-iotfirmwaredefense/samples/v1/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/iotfirmwaredefense/arm-iotfirmwaredefense", "dependencies": { + "@azure-samples/arm-iotfirmwaredefense-ts": "file:", "@azure/arm-iotfirmwaredefense": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/iothub/arm-iothub-profile-2020-09-01-hybrid/samples/v2/javascript/package.json b/sdk/iothub/arm-iothub-profile-2020-09-01-hybrid/samples/v2/javascript/package.json index 7be093ea909d..cd0278df870b 100644 --- a/sdk/iothub/arm-iothub-profile-2020-09-01-hybrid/samples/v2/javascript/package.json +++ b/sdk/iothub/arm-iothub-profile-2020-09-01-hybrid/samples/v2/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/iothub/arm-iothub-profile-2020-09-01-hybrid", "dependencies": { + "@azure-samples/arm-iothub-profile-2020-09-01-hybrid-js": "file:", "@azure/arm-iothub-profile-2020-09-01-hybrid": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" } } diff --git a/sdk/iothub/arm-iothub-profile-2020-09-01-hybrid/samples/v2/typescript/package.json b/sdk/iothub/arm-iothub-profile-2020-09-01-hybrid/samples/v2/typescript/package.json index e878bce1233e..6c46a8af50d2 100644 --- a/sdk/iothub/arm-iothub-profile-2020-09-01-hybrid/samples/v2/typescript/package.json +++ b/sdk/iothub/arm-iothub-profile-2020-09-01-hybrid/samples/v2/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/iothub/arm-iothub-profile-2020-09-01-hybrid", "dependencies": { + "@azure-samples/arm-iothub-profile-2020-09-01-hybrid-ts": "file:", "@azure/arm-iothub-profile-2020-09-01-hybrid": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/iothub/arm-iothub/samples/v6/javascript/package.json b/sdk/iothub/arm-iothub/samples/v6/javascript/package.json index 8a1d8be1b29c..ab23991bbfe9 100644 --- a/sdk/iothub/arm-iothub/samples/v6/javascript/package.json +++ b/sdk/iothub/arm-iothub/samples/v6/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/iothub/arm-iothub", "dependencies": { + "@azure-samples/arm-iothub-js": "file:", "@azure/arm-iothub": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" } } diff --git a/sdk/iothub/arm-iothub/samples/v6/typescript/package.json b/sdk/iothub/arm-iothub/samples/v6/typescript/package.json index 4527c1d22f7f..7181383fdaba 100644 --- a/sdk/iothub/arm-iothub/samples/v6/typescript/package.json +++ b/sdk/iothub/arm-iothub/samples/v6/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/iothub/arm-iothub", "dependencies": { + "@azure-samples/arm-iothub-ts": "file:", "@azure/arm-iothub": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/keyvault/arm-keyvault-profile-2020-09-01-hybrid/samples/v2/javascript/package.json b/sdk/keyvault/arm-keyvault-profile-2020-09-01-hybrid/samples/v2/javascript/package.json index 508029562de4..12a51fc265d5 100644 --- a/sdk/keyvault/arm-keyvault-profile-2020-09-01-hybrid/samples/v2/javascript/package.json +++ b/sdk/keyvault/arm-keyvault-profile-2020-09-01-hybrid/samples/v2/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/keyvault/arm-keyvault-profile-2020-09-01-hybrid", "dependencies": { + "@azure-samples/arm-keyvault-profile-2020-09-01-hybrid-js": "file:", "@azure/arm-keyvault-profile-2020-09-01-hybrid": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" } } diff --git a/sdk/keyvault/arm-keyvault-profile-2020-09-01-hybrid/samples/v2/typescript/package.json b/sdk/keyvault/arm-keyvault-profile-2020-09-01-hybrid/samples/v2/typescript/package.json index de64975c51a5..d73cf2af7286 100644 --- a/sdk/keyvault/arm-keyvault-profile-2020-09-01-hybrid/samples/v2/typescript/package.json +++ b/sdk/keyvault/arm-keyvault-profile-2020-09-01-hybrid/samples/v2/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/keyvault/arm-keyvault-profile-2020-09-01-hybrid", "dependencies": { + "@azure-samples/arm-keyvault-profile-2020-09-01-hybrid-ts": "file:", "@azure/arm-keyvault-profile-2020-09-01-hybrid": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/keyvault/arm-keyvault/samples/v3/javascript/package.json b/sdk/keyvault/arm-keyvault/samples/v3/javascript/package.json index 02ccd1ca96f6..042f4d684b83 100644 --- a/sdk/keyvault/arm-keyvault/samples/v3/javascript/package.json +++ b/sdk/keyvault/arm-keyvault/samples/v3/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/keyvault/arm-keyvault", "dependencies": { + "@azure-samples/arm-keyvault-js": "file:", "@azure/arm-keyvault": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" } } diff --git a/sdk/keyvault/arm-keyvault/samples/v3/typescript/package.json b/sdk/keyvault/arm-keyvault/samples/v3/typescript/package.json index 24d842a895ea..70de1004c361 100644 --- a/sdk/keyvault/arm-keyvault/samples/v3/typescript/package.json +++ b/sdk/keyvault/arm-keyvault/samples/v3/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/keyvault/arm-keyvault", "dependencies": { + "@azure-samples/arm-keyvault-ts": "file:", "@azure/arm-keyvault": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/keyvault/keyvault-admin/samples/v4/javascript/package.json b/sdk/keyvault/keyvault-admin/samples/v4/javascript/package.json index e0439ad75169..11786f7a5e60 100644 --- a/sdk/keyvault/keyvault-admin/samples/v4/javascript/package.json +++ b/sdk/keyvault/keyvault-admin/samples/v4/javascript/package.json @@ -31,10 +31,11 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/keyvault/keyvault-admin", "dependencies": { + "@azure-samples/keyvault-admin-js": "file:", + "@azure/identity": "^4.2.1", "@azure/keyvault-admin": "latest", + "@azure/keyvault-keys": "^4.2.1", "dotenv": "latest", - "@azure/identity": "^4.2.1", - "uuid": "^8.3.0", - "@azure/keyvault-keys": "^4.2.1" + "uuid": "^8.3.0" } } diff --git a/sdk/keyvault/keyvault-admin/samples/v4/typescript/package.json b/sdk/keyvault/keyvault-admin/samples/v4/typescript/package.json index 2f571ff850da..c8e62e3bc683 100644 --- a/sdk/keyvault/keyvault-admin/samples/v4/typescript/package.json +++ b/sdk/keyvault/keyvault-admin/samples/v4/typescript/package.json @@ -35,16 +35,17 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/keyvault/keyvault-admin", "dependencies": { + "@azure-samples/keyvault-admin-ts": "file:", + "@azure/identity": "^4.2.1", "@azure/keyvault-admin": "latest", + "@azure/keyvault-keys": "^4.2.1", "dotenv": "latest", - "@azure/identity": "^4.2.1", - "uuid": "^8.3.0", - "@azure/keyvault-keys": "^4.2.1" + "uuid": "^8.3.0" }, "devDependencies": { - "@types/uuid": "^8.0.0", "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "@types/uuid": "^8.0.0", + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/keyvault/keyvault-certificates/samples/v4/javascript/package.json b/sdk/keyvault/keyvault-certificates/samples/v4/javascript/package.json index 1b19c6e1b5b4..f0a5bd6e90a2 100644 --- a/sdk/keyvault/keyvault-certificates/samples/v4/javascript/package.json +++ b/sdk/keyvault/keyvault-certificates/samples/v4/javascript/package.json @@ -27,8 +27,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/keyvault/keyvault-certificates", "dependencies": { + "@azure-samples/keyvault-certificates-js": "file:", + "@azure/identity": "^4.2.1", "@azure/keyvault-certificates": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "dotenv": "latest" } } diff --git a/sdk/keyvault/keyvault-certificates/samples/v4/typescript/package.json b/sdk/keyvault/keyvault-certificates/samples/v4/typescript/package.json index 44bf60ba6576..f411738000c7 100644 --- a/sdk/keyvault/keyvault-certificates/samples/v4/typescript/package.json +++ b/sdk/keyvault/keyvault-certificates/samples/v4/typescript/package.json @@ -31,13 +31,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/keyvault/keyvault-certificates", "dependencies": { + "@azure-samples/keyvault-certificates-ts": "file:", + "@azure/identity": "^4.2.1", "@azure/keyvault-certificates": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/keyvault/keyvault-keys/samples/v4/javascript/package.json b/sdk/keyvault/keyvault-keys/samples/v4/javascript/package.json index 8660b8f36548..b3bdf139b757 100644 --- a/sdk/keyvault/keyvault-keys/samples/v4/javascript/package.json +++ b/sdk/keyvault/keyvault-keys/samples/v4/javascript/package.json @@ -27,9 +27,10 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/keyvault/keyvault-keys", "dependencies": { - "@azure/keyvault-keys": "latest", - "dotenv": "latest", + "@azure-samples/keyvault-keys-js": "file:", "@azure/identity": "^4.2.1", - "dayjs": "^1.10.7" + "@azure/keyvault-keys": "latest", + "dayjs": "^1.10.7", + "dotenv": "latest" } } diff --git a/sdk/keyvault/keyvault-keys/samples/v4/typescript/package.json b/sdk/keyvault/keyvault-keys/samples/v4/typescript/package.json index 232d7a6391f4..d7d06a9a8ab9 100644 --- a/sdk/keyvault/keyvault-keys/samples/v4/typescript/package.json +++ b/sdk/keyvault/keyvault-keys/samples/v4/typescript/package.json @@ -31,14 +31,15 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/keyvault/keyvault-keys", "dependencies": { - "@azure/keyvault-keys": "latest", - "dotenv": "latest", + "@azure-samples/keyvault-keys-ts": "file:", "@azure/identity": "^4.2.1", - "dayjs": "^1.10.7" + "@azure/keyvault-keys": "latest", + "dayjs": "^1.10.7", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/keyvault/keyvault-secrets/samples/v4/javascript/package.json b/sdk/keyvault/keyvault-secrets/samples/v4/javascript/package.json index 7b02368bb9c7..f6ea9fc2157d 100644 --- a/sdk/keyvault/keyvault-secrets/samples/v4/javascript/package.json +++ b/sdk/keyvault/keyvault-secrets/samples/v4/javascript/package.json @@ -27,8 +27,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/keyvault/keyvault-secrets", "dependencies": { + "@azure-samples/keyvault-secrets-js": "file:", + "@azure/identity": "^4.2.1", "@azure/keyvault-secrets": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "dotenv": "latest" } } diff --git a/sdk/keyvault/keyvault-secrets/samples/v4/typescript/package.json b/sdk/keyvault/keyvault-secrets/samples/v4/typescript/package.json index 59a4962971a3..598eeb6d78d2 100644 --- a/sdk/keyvault/keyvault-secrets/samples/v4/typescript/package.json +++ b/sdk/keyvault/keyvault-secrets/samples/v4/typescript/package.json @@ -31,13 +31,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/keyvault/keyvault-secrets", "dependencies": { + "@azure-samples/keyvault-secrets-ts": "file:", + "@azure/identity": "^4.2.1", "@azure/keyvault-secrets": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/kubernetesconfiguration/arm-kubernetesconfiguration/samples/v6/javascript/package.json b/sdk/kubernetesconfiguration/arm-kubernetesconfiguration/samples/v6/javascript/package.json index 1390333e013b..1ac0748c8eb4 100644 --- a/sdk/kubernetesconfiguration/arm-kubernetesconfiguration/samples/v6/javascript/package.json +++ b/sdk/kubernetesconfiguration/arm-kubernetesconfiguration/samples/v6/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/kubernetesconfiguration/arm-kubernetesconfiguration", "dependencies": { + "@azure-samples/arm-kubernetesconfiguration-js": "file:", "@azure/arm-kubernetesconfiguration": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" } } diff --git a/sdk/kubernetesconfiguration/arm-kubernetesconfiguration/samples/v6/typescript/package.json b/sdk/kubernetesconfiguration/arm-kubernetesconfiguration/samples/v6/typescript/package.json index 6c86676aa5e9..88f8f720c1dd 100644 --- a/sdk/kubernetesconfiguration/arm-kubernetesconfiguration/samples/v6/typescript/package.json +++ b/sdk/kubernetesconfiguration/arm-kubernetesconfiguration/samples/v6/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/kubernetesconfiguration/arm-kubernetesconfiguration", "dependencies": { + "@azure-samples/arm-kubernetesconfiguration-ts": "file:", "@azure/arm-kubernetesconfiguration": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/kusto/arm-kusto/samples/v7/javascript/package.json b/sdk/kusto/arm-kusto/samples/v7/javascript/package.json index 059af3e31930..51c5a5c0d145 100644 --- a/sdk/kusto/arm-kusto/samples/v7/javascript/package.json +++ b/sdk/kusto/arm-kusto/samples/v7/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/kusto/arm-kusto", "dependencies": { + "@azure-samples/arm-kusto-js": "file:", "@azure/arm-kusto": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" } } diff --git a/sdk/kusto/arm-kusto/samples/v7/typescript/package.json b/sdk/kusto/arm-kusto/samples/v7/typescript/package.json index ab8a98e7179c..549587ec7921 100644 --- a/sdk/kusto/arm-kusto/samples/v7/typescript/package.json +++ b/sdk/kusto/arm-kusto/samples/v7/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/kusto/arm-kusto", "dependencies": { + "@azure-samples/arm-kusto-ts": "file:", "@azure/arm-kusto": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/kusto/arm-kusto/samples/v8/javascript/package.json b/sdk/kusto/arm-kusto/samples/v8/javascript/package.json index 059af3e31930..51c5a5c0d145 100644 --- a/sdk/kusto/arm-kusto/samples/v8/javascript/package.json +++ b/sdk/kusto/arm-kusto/samples/v8/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/kusto/arm-kusto", "dependencies": { + "@azure-samples/arm-kusto-js": "file:", "@azure/arm-kusto": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" } } diff --git a/sdk/kusto/arm-kusto/samples/v8/typescript/package.json b/sdk/kusto/arm-kusto/samples/v8/typescript/package.json index ab8a98e7179c..549587ec7921 100644 --- a/sdk/kusto/arm-kusto/samples/v8/typescript/package.json +++ b/sdk/kusto/arm-kusto/samples/v8/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/kusto/arm-kusto", "dependencies": { + "@azure-samples/arm-kusto-ts": "file:", "@azure/arm-kusto": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/labservices/arm-labservices/samples/v3/javascript/package.json b/sdk/labservices/arm-labservices/samples/v3/javascript/package.json index 941a4a28dc89..317f332e85d8 100644 --- a/sdk/labservices/arm-labservices/samples/v3/javascript/package.json +++ b/sdk/labservices/arm-labservices/samples/v3/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/labservices/arm-labservices", "dependencies": { + "@azure-samples/arm-labservices-js": "file:", "@azure/arm-labservices": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" } } diff --git a/sdk/labservices/arm-labservices/samples/v3/typescript/package.json b/sdk/labservices/arm-labservices/samples/v3/typescript/package.json index df076ca7392f..efe0707beeea 100644 --- a/sdk/labservices/arm-labservices/samples/v3/typescript/package.json +++ b/sdk/labservices/arm-labservices/samples/v3/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/labservices/arm-labservices", "dependencies": { + "@azure-samples/arm-labservices-ts": "file:", "@azure/arm-labservices": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/largeinstance/arm-largeinstance/samples/v1-beta/javascript/package.json b/sdk/largeinstance/arm-largeinstance/samples/v1-beta/javascript/package.json index 1a3f22dac524..accae5f933f3 100644 --- a/sdk/largeinstance/arm-largeinstance/samples/v1-beta/javascript/package.json +++ b/sdk/largeinstance/arm-largeinstance/samples/v1-beta/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/largeinstance/arm-largeinstance", "dependencies": { + "@azure-samples/arm-largeinstance-js-beta": "file:", "@azure/arm-largeinstance": "next", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" } } diff --git a/sdk/largeinstance/arm-largeinstance/samples/v1-beta/typescript/package.json b/sdk/largeinstance/arm-largeinstance/samples/v1-beta/typescript/package.json index 6f7f1fd76f3b..b38791a5838b 100644 --- a/sdk/largeinstance/arm-largeinstance/samples/v1-beta/typescript/package.json +++ b/sdk/largeinstance/arm-largeinstance/samples/v1-beta/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/largeinstance/arm-largeinstance", "dependencies": { + "@azure-samples/arm-largeinstance-ts-beta": "file:", "@azure/arm-largeinstance": "next", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/liftrqumulo/arm-qumulo/samples/v1/javascript/package.json b/sdk/liftrqumulo/arm-qumulo/samples/v1/javascript/package.json index d081842c17f3..531bc96d7431 100644 --- a/sdk/liftrqumulo/arm-qumulo/samples/v1/javascript/package.json +++ b/sdk/liftrqumulo/arm-qumulo/samples/v1/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/liftrqumulo/arm-qumulo", "dependencies": { + "@azure-samples/arm-qumulo-js": "file:", "@azure/arm-qumulo": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" } } diff --git a/sdk/liftrqumulo/arm-qumulo/samples/v1/typescript/package.json b/sdk/liftrqumulo/arm-qumulo/samples/v1/typescript/package.json index 15c71f023993..c986bcc4dc98 100644 --- a/sdk/liftrqumulo/arm-qumulo/samples/v1/typescript/package.json +++ b/sdk/liftrqumulo/arm-qumulo/samples/v1/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/liftrqumulo/arm-qumulo", "dependencies": { + "@azure-samples/arm-qumulo-ts": "file:", "@azure/arm-qumulo": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/liftrqumulo/arm-qumulo/samples/v2/javascript/package.json b/sdk/liftrqumulo/arm-qumulo/samples/v2/javascript/package.json index 20653f75663d..9a195c66b4ba 100644 --- a/sdk/liftrqumulo/arm-qumulo/samples/v2/javascript/package.json +++ b/sdk/liftrqumulo/arm-qumulo/samples/v2/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/liftrqumulo/arm-qumulo", "dependencies": { + "@azure-samples/arm-qumulo-js": "file:", "@azure/arm-qumulo": "latest", - "dotenv": "latest", - "@azure/identity": "^4.0.1" + "@azure/identity": "^4.0.1", + "dotenv": "latest" } } diff --git a/sdk/liftrqumulo/arm-qumulo/samples/v2/typescript/package.json b/sdk/liftrqumulo/arm-qumulo/samples/v2/typescript/package.json index a05c7222c69a..e91cae1a1e39 100644 --- a/sdk/liftrqumulo/arm-qumulo/samples/v2/typescript/package.json +++ b/sdk/liftrqumulo/arm-qumulo/samples/v2/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/liftrqumulo/arm-qumulo", "dependencies": { + "@azure-samples/arm-qumulo-ts": "file:", "@azure/arm-qumulo": "latest", - "dotenv": "latest", - "@azure/identity": "^4.0.1" + "@azure/identity": "^4.0.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/loadtesting/arm-loadtesting/samples/v1/javascript/package.json b/sdk/loadtesting/arm-loadtesting/samples/v1/javascript/package.json index 43a18254177d..ee601aef554a 100644 --- a/sdk/loadtesting/arm-loadtesting/samples/v1/javascript/package.json +++ b/sdk/loadtesting/arm-loadtesting/samples/v1/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/loadtesting/arm-loadtesting", "dependencies": { + "@azure-samples/arm-loadtesting-js": "file:", "@azure/arm-loadtesting": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" } } diff --git a/sdk/loadtesting/arm-loadtesting/samples/v1/typescript/package.json b/sdk/loadtesting/arm-loadtesting/samples/v1/typescript/package.json index d5dbb8260fc3..4e0e5ed5535a 100644 --- a/sdk/loadtesting/arm-loadtesting/samples/v1/typescript/package.json +++ b/sdk/loadtesting/arm-loadtesting/samples/v1/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/loadtesting/arm-loadtesting", "dependencies": { + "@azure-samples/arm-loadtesting-ts": "file:", "@azure/arm-loadtesting": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/loadtesting/load-testing-rest/samples/v1/javascript/package.json b/sdk/loadtesting/load-testing-rest/samples/v1/javascript/package.json index cd7a01bd653a..e8b30bdfe5b8 100644 --- a/sdk/loadtesting/load-testing-rest/samples/v1/javascript/package.json +++ b/sdk/loadtesting/load-testing-rest/samples/v1/javascript/package.json @@ -27,8 +27,9 @@ "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/loadtesting/load-testing-rest", "dependencies": { "@azure-rest/load-testing": "latest", - "dotenv": "latest", + "@azure-samples/load-testing-js": "file:", "@azure/identity": "^4.2.1", + "dotenv": "latest", "uuid": "^9.0.0" } } diff --git a/sdk/loadtesting/load-testing-rest/samples/v1/typescript/package.json b/sdk/loadtesting/load-testing-rest/samples/v1/typescript/package.json index d6904d751524..471e5e4c02de 100644 --- a/sdk/loadtesting/load-testing-rest/samples/v1/typescript/package.json +++ b/sdk/loadtesting/load-testing-rest/samples/v1/typescript/package.json @@ -31,14 +31,15 @@ "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/loadtesting/load-testing-rest", "dependencies": { "@azure-rest/load-testing": "latest", - "dotenv": "latest", + "@azure-samples/load-testing-ts": "file:", "@azure/identity": "^4.2.1", + "dotenv": "latest", "uuid": "^9.0.0" }, "devDependencies": { - "@types/uuid": "^8.3.4", "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "@types/uuid": "^8.3.4", + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/locks/arm-locks-profile-2020-09-01-hybrid/samples/v2/javascript/package.json b/sdk/locks/arm-locks-profile-2020-09-01-hybrid/samples/v2/javascript/package.json index ba86ed40e0cd..dc9b121c5070 100644 --- a/sdk/locks/arm-locks-profile-2020-09-01-hybrid/samples/v2/javascript/package.json +++ b/sdk/locks/arm-locks-profile-2020-09-01-hybrid/samples/v2/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/locks/arm-locks-profile-2020-09-01-hybrid", "dependencies": { + "@azure-samples/arm-locks-profile-2020-09-01-hybrid-js": "file:", "@azure/arm-locks-profile-2020-09-01-hybrid": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" } } diff --git a/sdk/locks/arm-locks-profile-2020-09-01-hybrid/samples/v2/typescript/package.json b/sdk/locks/arm-locks-profile-2020-09-01-hybrid/samples/v2/typescript/package.json index 64b43d3109b8..57efa925662e 100644 --- a/sdk/locks/arm-locks-profile-2020-09-01-hybrid/samples/v2/typescript/package.json +++ b/sdk/locks/arm-locks-profile-2020-09-01-hybrid/samples/v2/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/locks/arm-locks-profile-2020-09-01-hybrid", "dependencies": { + "@azure-samples/arm-locks-profile-2020-09-01-hybrid-ts": "file:", "@azure/arm-locks-profile-2020-09-01-hybrid": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/locks/arm-locks/samples/v2/javascript/package.json b/sdk/locks/arm-locks/samples/v2/javascript/package.json index f1d30c770d1c..06d38b2e51b6 100644 --- a/sdk/locks/arm-locks/samples/v2/javascript/package.json +++ b/sdk/locks/arm-locks/samples/v2/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/locks/arm-locks", "dependencies": { + "@azure-samples/arm-locks-js": "file:", "@azure/arm-locks": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" } } diff --git a/sdk/locks/arm-locks/samples/v2/typescript/package.json b/sdk/locks/arm-locks/samples/v2/typescript/package.json index 6f16624ab812..2e8531e65de9 100644 --- a/sdk/locks/arm-locks/samples/v2/typescript/package.json +++ b/sdk/locks/arm-locks/samples/v2/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/locks/arm-locks", "dependencies": { + "@azure-samples/arm-locks-ts": "file:", "@azure/arm-locks": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/logic/arm-logic/samples/v8/javascript/package.json b/sdk/logic/arm-logic/samples/v8/javascript/package.json index 41ad1463e0dd..38e2d250438a 100644 --- a/sdk/logic/arm-logic/samples/v8/javascript/package.json +++ b/sdk/logic/arm-logic/samples/v8/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/logic/arm-logic", "dependencies": { + "@azure-samples/arm-logic-js": "file:", "@azure/arm-logic": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" } } diff --git a/sdk/logic/arm-logic/samples/v8/typescript/package.json b/sdk/logic/arm-logic/samples/v8/typescript/package.json index f517cfa505ea..94339385a543 100644 --- a/sdk/logic/arm-logic/samples/v8/typescript/package.json +++ b/sdk/logic/arm-logic/samples/v8/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/logic/arm-logic", "dependencies": { + "@azure-samples/arm-logic-ts": "file:", "@azure/arm-logic": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/machinelearning/arm-machinelearning/samples/v3/javascript/package.json b/sdk/machinelearning/arm-machinelearning/samples/v3/javascript/package.json index 122bbcaed199..ee0d6de9a1f4 100644 --- a/sdk/machinelearning/arm-machinelearning/samples/v3/javascript/package.json +++ b/sdk/machinelearning/arm-machinelearning/samples/v3/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/machinelearning/arm-machinelearning", "dependencies": { + "@azure-samples/arm-machinelearning-js": "file:", "@azure/arm-machinelearning": "latest", - "dotenv": "latest", - "@azure/identity": "^4.0.1" + "@azure/identity": "^4.0.1", + "dotenv": "latest" } } diff --git a/sdk/machinelearning/arm-machinelearning/samples/v3/typescript/package.json b/sdk/machinelearning/arm-machinelearning/samples/v3/typescript/package.json index 9ebfab446542..4a05aa4af2b4 100644 --- a/sdk/machinelearning/arm-machinelearning/samples/v3/typescript/package.json +++ b/sdk/machinelearning/arm-machinelearning/samples/v3/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/machinelearning/arm-machinelearning", "dependencies": { + "@azure-samples/arm-machinelearning-ts": "file:", "@azure/arm-machinelearning": "latest", - "dotenv": "latest", - "@azure/identity": "^4.0.1" + "@azure/identity": "^4.0.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/machinelearning/arm-webservices/samples/v1/javascript/package.json b/sdk/machinelearning/arm-webservices/samples/v1/javascript/package.json index fad8da0bcbcb..6a22bff701bd 100644 --- a/sdk/machinelearning/arm-webservices/samples/v1/javascript/package.json +++ b/sdk/machinelearning/arm-webservices/samples/v1/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/machinelearning/arm-webservices", "dependencies": { + "@azure-samples/arm-webservices-js": "file:", "@azure/arm-webservices": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" } } diff --git a/sdk/machinelearning/arm-webservices/samples/v1/typescript/package.json b/sdk/machinelearning/arm-webservices/samples/v1/typescript/package.json index 8b4c70df01cf..434ade956dfa 100644 --- a/sdk/machinelearning/arm-webservices/samples/v1/typescript/package.json +++ b/sdk/machinelearning/arm-webservices/samples/v1/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/machinelearning/arm-webservices", "dependencies": { + "@azure-samples/arm-webservices-ts": "file:", "@azure/arm-webservices": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/machinelearning/arm-workspaces/samples/v1/javascript/package.json b/sdk/machinelearning/arm-workspaces/samples/v1/javascript/package.json index ca132175348b..6237c3814df7 100644 --- a/sdk/machinelearning/arm-workspaces/samples/v1/javascript/package.json +++ b/sdk/machinelearning/arm-workspaces/samples/v1/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/machinelearning/arm-workspaces", "dependencies": { + "@azure-samples/arm-workspaces-js": "file:", "@azure/arm-workspaces": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" } } diff --git a/sdk/machinelearning/arm-workspaces/samples/v1/typescript/package.json b/sdk/machinelearning/arm-workspaces/samples/v1/typescript/package.json index e354fa325f93..3bcec5c2b65c 100644 --- a/sdk/machinelearning/arm-workspaces/samples/v1/typescript/package.json +++ b/sdk/machinelearning/arm-workspaces/samples/v1/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/machinelearning/arm-workspaces", "dependencies": { + "@azure-samples/arm-workspaces-ts": "file:", "@azure/arm-workspaces": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/machinelearningcompute/arm-machinelearningcompute/samples/v3-beta/javascript/package.json b/sdk/machinelearningcompute/arm-machinelearningcompute/samples/v3-beta/javascript/package.json index 7982370c1c7d..8dda6a7f0abf 100644 --- a/sdk/machinelearningcompute/arm-machinelearningcompute/samples/v3-beta/javascript/package.json +++ b/sdk/machinelearningcompute/arm-machinelearningcompute/samples/v3-beta/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/machinelearningcompute/arm-machinelearningcompute", "dependencies": { + "@azure-samples/arm-machinelearningcompute-js-beta": "file:", "@azure/arm-machinelearningcompute": "next", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" } } diff --git a/sdk/machinelearningcompute/arm-machinelearningcompute/samples/v3-beta/typescript/package.json b/sdk/machinelearningcompute/arm-machinelearningcompute/samples/v3-beta/typescript/package.json index 52b288cdc50d..617dcc09bae3 100644 --- a/sdk/machinelearningcompute/arm-machinelearningcompute/samples/v3-beta/typescript/package.json +++ b/sdk/machinelearningcompute/arm-machinelearningcompute/samples/v3-beta/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/machinelearningcompute/arm-machinelearningcompute", "dependencies": { + "@azure-samples/arm-machinelearningcompute-ts-beta": "file:", "@azure/arm-machinelearningcompute": "next", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/machinelearningexperimentation/arm-machinelearningexperimentation/samples/v2-beta/javascript/package.json b/sdk/machinelearningexperimentation/arm-machinelearningexperimentation/samples/v2-beta/javascript/package.json index 88d4ec5040bc..3f109b7da7d8 100644 --- a/sdk/machinelearningexperimentation/arm-machinelearningexperimentation/samples/v2-beta/javascript/package.json +++ b/sdk/machinelearningexperimentation/arm-machinelearningexperimentation/samples/v2-beta/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/machinelearningexperimentation/arm-machinelearningexperimentation", "dependencies": { + "@azure-samples/arm-machinelearningexperimentation-js-beta": "file:", "@azure/arm-machinelearningexperimentation": "next", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" } } diff --git a/sdk/machinelearningexperimentation/arm-machinelearningexperimentation/samples/v2-beta/typescript/package.json b/sdk/machinelearningexperimentation/arm-machinelearningexperimentation/samples/v2-beta/typescript/package.json index 9e0e8955209a..fda473eac1dc 100644 --- a/sdk/machinelearningexperimentation/arm-machinelearningexperimentation/samples/v2-beta/typescript/package.json +++ b/sdk/machinelearningexperimentation/arm-machinelearningexperimentation/samples/v2-beta/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/machinelearningexperimentation/arm-machinelearningexperimentation", "dependencies": { + "@azure-samples/arm-machinelearningexperimentation-ts-beta": "file:", "@azure/arm-machinelearningexperimentation": "next", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/maintenance/arm-maintenance/samples/v1-beta/javascript/package.json b/sdk/maintenance/arm-maintenance/samples/v1-beta/javascript/package.json index f244d2907f8f..74487a643440 100644 --- a/sdk/maintenance/arm-maintenance/samples/v1-beta/javascript/package.json +++ b/sdk/maintenance/arm-maintenance/samples/v1-beta/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/maintenance/arm-maintenance", "dependencies": { + "@azure-samples/arm-maintenance-js-beta": "file:", "@azure/arm-maintenance": "next", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" } } diff --git a/sdk/maintenance/arm-maintenance/samples/v1-beta/typescript/package.json b/sdk/maintenance/arm-maintenance/samples/v1-beta/typescript/package.json index a353b4a9a55a..34de618e27c3 100644 --- a/sdk/maintenance/arm-maintenance/samples/v1-beta/typescript/package.json +++ b/sdk/maintenance/arm-maintenance/samples/v1-beta/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/maintenance/arm-maintenance", "dependencies": { + "@azure-samples/arm-maintenance-ts-beta": "file:", "@azure/arm-maintenance": "next", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/managedapplications/arm-managedapplications/samples/v3/javascript/package.json b/sdk/managedapplications/arm-managedapplications/samples/v3/javascript/package.json index 9b84dc8be180..fc500b89b30b 100644 --- a/sdk/managedapplications/arm-managedapplications/samples/v3/javascript/package.json +++ b/sdk/managedapplications/arm-managedapplications/samples/v3/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/managedapplications/arm-managedapplications", "dependencies": { + "@azure-samples/arm-managedapplications-js": "file:", "@azure/arm-managedapplications": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" } } diff --git a/sdk/managedapplications/arm-managedapplications/samples/v3/typescript/package.json b/sdk/managedapplications/arm-managedapplications/samples/v3/typescript/package.json index 8c85e2dfdb1d..ef0b0368533c 100644 --- a/sdk/managedapplications/arm-managedapplications/samples/v3/typescript/package.json +++ b/sdk/managedapplications/arm-managedapplications/samples/v3/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/managedapplications/arm-managedapplications", "dependencies": { + "@azure-samples/arm-managedapplications-ts": "file:", "@azure/arm-managedapplications": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/managednetworkfabric/arm-managednetworkfabric/samples/v1/javascript/package.json b/sdk/managednetworkfabric/arm-managednetworkfabric/samples/v1/javascript/package.json index f581d6855baf..52a7c71b9dd0 100644 --- a/sdk/managednetworkfabric/arm-managednetworkfabric/samples/v1/javascript/package.json +++ b/sdk/managednetworkfabric/arm-managednetworkfabric/samples/v1/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/managednetworkfabric/arm-managednetworkfabric", "dependencies": { + "@azure-samples/arm-managednetworkfabric-js": "file:", "@azure/arm-managednetworkfabric": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" } } diff --git a/sdk/managednetworkfabric/arm-managednetworkfabric/samples/v1/typescript/package.json b/sdk/managednetworkfabric/arm-managednetworkfabric/samples/v1/typescript/package.json index 7119d20aae99..e2ddb94bbb61 100644 --- a/sdk/managednetworkfabric/arm-managednetworkfabric/samples/v1/typescript/package.json +++ b/sdk/managednetworkfabric/arm-managednetworkfabric/samples/v1/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/managednetworkfabric/arm-managednetworkfabric", "dependencies": { + "@azure-samples/arm-managednetworkfabric-ts": "file:", "@azure/arm-managednetworkfabric": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/managementgroups/arm-managementgroups/samples/v2/javascript/package.json b/sdk/managementgroups/arm-managementgroups/samples/v2/javascript/package.json index 37a450d59709..aa47adb76ae3 100644 --- a/sdk/managementgroups/arm-managementgroups/samples/v2/javascript/package.json +++ b/sdk/managementgroups/arm-managementgroups/samples/v2/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/managementgroups/arm-managementgroups", "dependencies": { + "@azure-samples/arm-managementgroups-js": "file:", "@azure/arm-managementgroups": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" } } diff --git a/sdk/managementgroups/arm-managementgroups/samples/v2/typescript/package.json b/sdk/managementgroups/arm-managementgroups/samples/v2/typescript/package.json index 3226ddc4abf4..93edad87c8ad 100644 --- a/sdk/managementgroups/arm-managementgroups/samples/v2/typescript/package.json +++ b/sdk/managementgroups/arm-managementgroups/samples/v2/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/managementgroups/arm-managementgroups", "dependencies": { + "@azure-samples/arm-managementgroups-ts": "file:", "@azure/arm-managementgroups": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/managementpartner/arm-managementpartner/samples/v3/javascript/package.json b/sdk/managementpartner/arm-managementpartner/samples/v3/javascript/package.json index f8bd10be21e5..d002f49769cf 100644 --- a/sdk/managementpartner/arm-managementpartner/samples/v3/javascript/package.json +++ b/sdk/managementpartner/arm-managementpartner/samples/v3/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/managementpartner/arm-managementpartner", "dependencies": { + "@azure-samples/arm-managementpartner-js": "file:", "@azure/arm-managementpartner": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" } } diff --git a/sdk/managementpartner/arm-managementpartner/samples/v3/typescript/package.json b/sdk/managementpartner/arm-managementpartner/samples/v3/typescript/package.json index 8c4921b415e4..b884d31845cf 100644 --- a/sdk/managementpartner/arm-managementpartner/samples/v3/typescript/package.json +++ b/sdk/managementpartner/arm-managementpartner/samples/v3/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/managementpartner/arm-managementpartner", "dependencies": { + "@azure-samples/arm-managementpartner-ts": "file:", "@azure/arm-managementpartner": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/maps/arm-maps/samples/v3/javascript/package.json b/sdk/maps/arm-maps/samples/v3/javascript/package.json index aa94e41331e1..02fd1eff518e 100644 --- a/sdk/maps/arm-maps/samples/v3/javascript/package.json +++ b/sdk/maps/arm-maps/samples/v3/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/maps/arm-maps", "dependencies": { + "@azure-samples/arm-maps-js": "file:", "@azure/arm-maps": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" } } diff --git a/sdk/maps/arm-maps/samples/v3/typescript/package.json b/sdk/maps/arm-maps/samples/v3/typescript/package.json index f24584ddb609..903ed94c5427 100644 --- a/sdk/maps/arm-maps/samples/v3/typescript/package.json +++ b/sdk/maps/arm-maps/samples/v3/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/maps/arm-maps", "dependencies": { + "@azure-samples/arm-maps-ts": "file:", "@azure/arm-maps": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/maps/maps-geolocation-rest/samples/v1-beta/javascript/package.json b/sdk/maps/maps-geolocation-rest/samples/v1-beta/javascript/package.json index 4b980726ae28..58c38bb4469c 100644 --- a/sdk/maps/maps-geolocation-rest/samples/v1-beta/javascript/package.json +++ b/sdk/maps/maps-geolocation-rest/samples/v1-beta/javascript/package.json @@ -27,7 +27,8 @@ "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/maps/maps-geolocation-rest", "dependencies": { "@azure-rest/maps-geolocation": "next", - "dotenv": "latest", - "@azure/identity": "^4.0.1" + "@azure-samples/maps-geolocation-js-beta": "file:", + "@azure/identity": "^4.0.1", + "dotenv": "latest" } } diff --git a/sdk/maps/maps-geolocation-rest/samples/v1-beta/typescript/package.json b/sdk/maps/maps-geolocation-rest/samples/v1-beta/typescript/package.json index 3991d604ccfc..e40957ce467f 100644 --- a/sdk/maps/maps-geolocation-rest/samples/v1-beta/typescript/package.json +++ b/sdk/maps/maps-geolocation-rest/samples/v1-beta/typescript/package.json @@ -31,12 +31,13 @@ "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/maps/maps-geolocation-rest", "dependencies": { "@azure-rest/maps-geolocation": "next", - "dotenv": "latest", - "@azure/identity": "^4.0.1" + "@azure-samples/maps-geolocation-ts-beta": "file:", + "@azure/identity": "^4.0.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/maps/maps-render-rest/samples/v1-beta/javascript/package.json b/sdk/maps/maps-render-rest/samples/v1-beta/javascript/package.json index eae669ce3a59..cb99cfe9b993 100644 --- a/sdk/maps/maps-render-rest/samples/v1-beta/javascript/package.json +++ b/sdk/maps/maps-render-rest/samples/v1-beta/javascript/package.json @@ -27,8 +27,9 @@ "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/maps/maps-render-rest", "dependencies": { "@azure-rest/maps-render": "next", - "dotenv": "latest", + "@azure-samples/maps-render-js-beta": "file:", "@azure/identity": "^4.0.1", - "@azure/maps-common": "1.0.0-beta.2" + "@azure/maps-common": "1.0.0-beta.2", + "dotenv": "latest" } } diff --git a/sdk/maps/maps-render-rest/samples/v1-beta/typescript/package.json b/sdk/maps/maps-render-rest/samples/v1-beta/typescript/package.json index b16d65afe77b..8cab072a4580 100644 --- a/sdk/maps/maps-render-rest/samples/v1-beta/typescript/package.json +++ b/sdk/maps/maps-render-rest/samples/v1-beta/typescript/package.json @@ -31,13 +31,14 @@ "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/maps/maps-render-rest", "dependencies": { "@azure-rest/maps-render": "next", - "dotenv": "latest", + "@azure-samples/maps-render-ts-beta": "file:", "@azure/identity": "^4.0.1", - "@azure/maps-common": "1.0.0-beta.2" + "@azure/maps-common": "1.0.0-beta.2", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/maps/maps-route-rest/samples/v1-beta/javascript/package.json b/sdk/maps/maps-route-rest/samples/v1-beta/javascript/package.json index e1933ab3653f..6c29c489ea70 100644 --- a/sdk/maps/maps-route-rest/samples/v1-beta/javascript/package.json +++ b/sdk/maps/maps-route-rest/samples/v1-beta/javascript/package.json @@ -29,7 +29,8 @@ "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/maps/maps-route-rest", "dependencies": { "@azure-rest/maps-route": "next", - "dotenv": "latest", - "@azure/identity": "^4.0.1" + "@azure-samples/maps-route-js-beta": "file:", + "@azure/identity": "^4.0.1", + "dotenv": "latest" } } diff --git a/sdk/maps/maps-route-rest/samples/v1-beta/typescript/package.json b/sdk/maps/maps-route-rest/samples/v1-beta/typescript/package.json index e633230936eb..9d0bfa9bcd30 100644 --- a/sdk/maps/maps-route-rest/samples/v1-beta/typescript/package.json +++ b/sdk/maps/maps-route-rest/samples/v1-beta/typescript/package.json @@ -33,12 +33,13 @@ "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/maps/maps-route-rest", "dependencies": { "@azure-rest/maps-route": "next", - "dotenv": "latest", - "@azure/identity": "^4.0.1" + "@azure-samples/maps-route-ts-beta": "file:", + "@azure/identity": "^4.0.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/maps/maps-search-rest/samples/v2-beta/javascript/package.json b/sdk/maps/maps-search-rest/samples/v2-beta/javascript/package.json index 1ca6ebbcaa04..e75cacb93c62 100644 --- a/sdk/maps/maps-search-rest/samples/v2-beta/javascript/package.json +++ b/sdk/maps/maps-search-rest/samples/v2-beta/javascript/package.json @@ -27,7 +27,8 @@ "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/maps/maps-search-rest", "dependencies": { "@azure-rest/maps-search": "next", - "dotenv": "latest", - "@azure/identity": "^4.0.1" + "@azure-samples/maps-search-js-beta": "file:", + "@azure/identity": "^4.0.1", + "dotenv": "latest" } } diff --git a/sdk/maps/maps-search-rest/samples/v2-beta/typescript/package.json b/sdk/maps/maps-search-rest/samples/v2-beta/typescript/package.json index f704e625dde1..7468137e4156 100644 --- a/sdk/maps/maps-search-rest/samples/v2-beta/typescript/package.json +++ b/sdk/maps/maps-search-rest/samples/v2-beta/typescript/package.json @@ -31,12 +31,13 @@ "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/maps/maps-search-rest", "dependencies": { "@azure-rest/maps-search": "next", - "dotenv": "latest", - "@azure/identity": "^4.0.1" + "@azure-samples/maps-search-ts-beta": "file:", + "@azure/identity": "^4.0.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/mariadb/arm-mariadb/samples/v2/javascript/package.json b/sdk/mariadb/arm-mariadb/samples/v2/javascript/package.json index ae1c229a07b8..54ae53a79069 100644 --- a/sdk/mariadb/arm-mariadb/samples/v2/javascript/package.json +++ b/sdk/mariadb/arm-mariadb/samples/v2/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/mariadb/arm-mariadb", "dependencies": { + "@azure-samples/arm-mariadb-js": "file:", "@azure/arm-mariadb": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" } } diff --git a/sdk/mariadb/arm-mariadb/samples/v2/typescript/package.json b/sdk/mariadb/arm-mariadb/samples/v2/typescript/package.json index 573a2825d4eb..57dc3db54cf9 100644 --- a/sdk/mariadb/arm-mariadb/samples/v2/typescript/package.json +++ b/sdk/mariadb/arm-mariadb/samples/v2/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/mariadb/arm-mariadb", "dependencies": { + "@azure-samples/arm-mariadb-ts": "file:", "@azure/arm-mariadb": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/marketplaceordering/arm-marketplaceordering/samples/v3/javascript/package.json b/sdk/marketplaceordering/arm-marketplaceordering/samples/v3/javascript/package.json index 905c799a6840..64a87a764bb0 100644 --- a/sdk/marketplaceordering/arm-marketplaceordering/samples/v3/javascript/package.json +++ b/sdk/marketplaceordering/arm-marketplaceordering/samples/v3/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/marketplaceordering/arm-marketplaceordering", "dependencies": { + "@azure-samples/arm-marketplaceordering-js": "file:", "@azure/arm-marketplaceordering": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" } } diff --git a/sdk/marketplaceordering/arm-marketplaceordering/samples/v3/typescript/package.json b/sdk/marketplaceordering/arm-marketplaceordering/samples/v3/typescript/package.json index 4ebaafe5602d..dd4f64af5d7a 100644 --- a/sdk/marketplaceordering/arm-marketplaceordering/samples/v3/typescript/package.json +++ b/sdk/marketplaceordering/arm-marketplaceordering/samples/v3/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/marketplaceordering/arm-marketplaceordering", "dependencies": { + "@azure-samples/arm-marketplaceordering-ts": "file:", "@azure/arm-marketplaceordering": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/mediaservices/arm-mediaservices/samples/v13/javascript/package.json b/sdk/mediaservices/arm-mediaservices/samples/v13/javascript/package.json index 1190d2846568..d7bb037dacff 100644 --- a/sdk/mediaservices/arm-mediaservices/samples/v13/javascript/package.json +++ b/sdk/mediaservices/arm-mediaservices/samples/v13/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/mediaservices/arm-mediaservices", "dependencies": { + "@azure-samples/arm-mediaservices-js": "file:", "@azure/arm-mediaservices": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" } } diff --git a/sdk/mediaservices/arm-mediaservices/samples/v13/typescript/package.json b/sdk/mediaservices/arm-mediaservices/samples/v13/typescript/package.json index ba65c2a794fb..5636791413d9 100644 --- a/sdk/mediaservices/arm-mediaservices/samples/v13/typescript/package.json +++ b/sdk/mediaservices/arm-mediaservices/samples/v13/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/mediaservices/arm-mediaservices", "dependencies": { + "@azure-samples/arm-mediaservices-ts": "file:", "@azure/arm-mediaservices": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/metricsadvisor/ai-metrics-advisor/samples/v1/javascript/package.json b/sdk/metricsadvisor/ai-metrics-advisor/samples/v1/javascript/package.json index fd5d31181051..3734194c9c3d 100644 --- a/sdk/metricsadvisor/ai-metrics-advisor/samples/v1/javascript/package.json +++ b/sdk/metricsadvisor/ai-metrics-advisor/samples/v1/javascript/package.json @@ -26,6 +26,7 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/metricsadvisor/ai-metrics-advisor", "dependencies": { + "@azure-samples/ai-metrics-advisor-js": "file:", "@azure/ai-metrics-advisor": "latest", "dotenv": "latest" } diff --git a/sdk/metricsadvisor/ai-metrics-advisor/samples/v1/typescript/package.json b/sdk/metricsadvisor/ai-metrics-advisor/samples/v1/typescript/package.json index e50d5d7b9643..0804ae842f74 100644 --- a/sdk/metricsadvisor/ai-metrics-advisor/samples/v1/typescript/package.json +++ b/sdk/metricsadvisor/ai-metrics-advisor/samples/v1/typescript/package.json @@ -30,11 +30,12 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/metricsadvisor/ai-metrics-advisor", "dependencies": { + "@azure-samples/ai-metrics-advisor-ts": "file:", "@azure/ai-metrics-advisor": "latest", "dotenv": "latest" }, "devDependencies": { - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/migrate/arm-migrate/samples/v2/javascript/package.json b/sdk/migrate/arm-migrate/samples/v2/javascript/package.json index e1d4078ec139..9881b4263a70 100644 --- a/sdk/migrate/arm-migrate/samples/v2/javascript/package.json +++ b/sdk/migrate/arm-migrate/samples/v2/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/migrate/arm-migrate", "dependencies": { + "@azure-samples/arm-migrate-js": "file:", "@azure/arm-migrate": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" } } diff --git a/sdk/migrate/arm-migrate/samples/v2/typescript/package.json b/sdk/migrate/arm-migrate/samples/v2/typescript/package.json index a9b79d446477..17e3f6d425d6 100644 --- a/sdk/migrate/arm-migrate/samples/v2/typescript/package.json +++ b/sdk/migrate/arm-migrate/samples/v2/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/migrate/arm-migrate", "dependencies": { + "@azure-samples/arm-migrate-ts": "file:", "@azure/arm-migrate": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/mixedreality/arm-mixedreality/samples/v4-beta/javascript/package.json b/sdk/mixedreality/arm-mixedreality/samples/v4-beta/javascript/package.json index 89fd559205c7..e47b1fd40ed5 100644 --- a/sdk/mixedreality/arm-mixedreality/samples/v4-beta/javascript/package.json +++ b/sdk/mixedreality/arm-mixedreality/samples/v4-beta/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/mixedreality/arm-mixedreality", "dependencies": { + "@azure-samples/arm-mixedreality-js-beta": "file:", "@azure/arm-mixedreality": "next", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" } } diff --git a/sdk/mixedreality/arm-mixedreality/samples/v4-beta/typescript/package.json b/sdk/mixedreality/arm-mixedreality/samples/v4-beta/typescript/package.json index e65ecf16b585..315fa2ef9c5f 100644 --- a/sdk/mixedreality/arm-mixedreality/samples/v4-beta/typescript/package.json +++ b/sdk/mixedreality/arm-mixedreality/samples/v4-beta/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/mixedreality/arm-mixedreality", "dependencies": { + "@azure-samples/arm-mixedreality-ts-beta": "file:", "@azure/arm-mixedreality": "next", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/mixedreality/mixed-reality-authentication/samples/v1/javascript/package.json b/sdk/mixedreality/mixed-reality-authentication/samples/v1/javascript/package.json index d48da95ff378..727b761c35ab 100644 --- a/sdk/mixedreality/mixed-reality-authentication/samples/v1/javascript/package.json +++ b/sdk/mixedreality/mixed-reality-authentication/samples/v1/javascript/package.json @@ -24,8 +24,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/mixedreality/mixed-reality-authentication", "dependencies": { + "@azure-samples/mixed-reality-authentication-js": "file:", + "@azure/core-auth": "^1.3.0", "@azure/mixed-reality-authentication": "next", - "dotenv": "latest", - "@azure/core-auth": "^1.3.0" + "dotenv": "latest" } } diff --git a/sdk/mixedreality/mixed-reality-authentication/samples/v1/typescript/package.json b/sdk/mixedreality/mixed-reality-authentication/samples/v1/typescript/package.json index 8815da9777b7..cc9d910e19ee 100644 --- a/sdk/mixedreality/mixed-reality-authentication/samples/v1/typescript/package.json +++ b/sdk/mixedreality/mixed-reality-authentication/samples/v1/typescript/package.json @@ -28,12 +28,13 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/mixedreality/mixed-reality-authentication", "dependencies": { + "@azure-samples/mixed-reality-authentication-ts": "file:", + "@azure/core-auth": "^1.3.0", "@azure/mixed-reality-authentication": "next", - "dotenv": "latest", - "@azure/core-auth": "^1.3.0" + "dotenv": "latest" }, "devDependencies": { - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/mobilenetwork/arm-mobilenetwork/samples/v6/javascript/package.json b/sdk/mobilenetwork/arm-mobilenetwork/samples/v6/javascript/package.json index 9d91fdde664a..07d639f48243 100644 --- a/sdk/mobilenetwork/arm-mobilenetwork/samples/v6/javascript/package.json +++ b/sdk/mobilenetwork/arm-mobilenetwork/samples/v6/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/mobilenetwork/arm-mobilenetwork", "dependencies": { + "@azure-samples/arm-mobilenetwork-js": "file:", "@azure/arm-mobilenetwork": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" } } diff --git a/sdk/mobilenetwork/arm-mobilenetwork/samples/v6/typescript/package.json b/sdk/mobilenetwork/arm-mobilenetwork/samples/v6/typescript/package.json index 4bc9334a825a..23139473ce56 100644 --- a/sdk/mobilenetwork/arm-mobilenetwork/samples/v6/typescript/package.json +++ b/sdk/mobilenetwork/arm-mobilenetwork/samples/v6/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/mobilenetwork/arm-mobilenetwork", "dependencies": { + "@azure-samples/arm-mobilenetwork-ts": "file:", "@azure/arm-mobilenetwork": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/monitor/arm-monitor-profile-2020-09-01-hybrid/samples/v2/javascript/package.json b/sdk/monitor/arm-monitor-profile-2020-09-01-hybrid/samples/v2/javascript/package.json index b58fc5162f90..32a4be750006 100644 --- a/sdk/monitor/arm-monitor-profile-2020-09-01-hybrid/samples/v2/javascript/package.json +++ b/sdk/monitor/arm-monitor-profile-2020-09-01-hybrid/samples/v2/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/monitor/arm-monitor-profile-2020-09-01-hybrid", "dependencies": { + "@azure-samples/arm-monitor-profile-2020-09-01-hybrid-js": "file:", "@azure/arm-monitor-profile-2020-09-01-hybrid": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" } } diff --git a/sdk/monitor/arm-monitor-profile-2020-09-01-hybrid/samples/v2/typescript/package.json b/sdk/monitor/arm-monitor-profile-2020-09-01-hybrid/samples/v2/typescript/package.json index e7718465c07d..f8db3bcda49b 100644 --- a/sdk/monitor/arm-monitor-profile-2020-09-01-hybrid/samples/v2/typescript/package.json +++ b/sdk/monitor/arm-monitor-profile-2020-09-01-hybrid/samples/v2/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/monitor/arm-monitor-profile-2020-09-01-hybrid", "dependencies": { + "@azure-samples/arm-monitor-profile-2020-09-01-hybrid-ts": "file:", "@azure/arm-monitor-profile-2020-09-01-hybrid": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/monitor/arm-monitor/samples/v8-beta/javascript/package.json b/sdk/monitor/arm-monitor/samples/v8-beta/javascript/package.json index 451ba61175e4..c35abcdd211a 100644 --- a/sdk/monitor/arm-monitor/samples/v8-beta/javascript/package.json +++ b/sdk/monitor/arm-monitor/samples/v8-beta/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/monitor/arm-monitor", "dependencies": { + "@azure-samples/arm-monitor-js-beta": "file:", "@azure/arm-monitor": "next", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" } } diff --git a/sdk/monitor/arm-monitor/samples/v8-beta/typescript/package.json b/sdk/monitor/arm-monitor/samples/v8-beta/typescript/package.json index 4dc14104f67e..744d1bcb5b81 100644 --- a/sdk/monitor/arm-monitor/samples/v8-beta/typescript/package.json +++ b/sdk/monitor/arm-monitor/samples/v8-beta/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/monitor/arm-monitor", "dependencies": { + "@azure-samples/arm-monitor-ts-beta": "file:", "@azure/arm-monitor": "next", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/monitor/monitor-ingestion/samples/v1/javascript/package.json b/sdk/monitor/monitor-ingestion/samples/v1/javascript/package.json index 0c254e988dfa..783b44865bad 100644 --- a/sdk/monitor/monitor-ingestion/samples/v1/javascript/package.json +++ b/sdk/monitor/monitor-ingestion/samples/v1/javascript/package.json @@ -23,8 +23,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/monitor/monitor-ingestion", "dependencies": { + "@azure-samples/monitor-ingestion-js": "file:", + "@azure/identity": "^4.0.1", "@azure/monitor-ingestion": "latest", - "dotenv": "latest", - "@azure/identity": "^4.0.1" + "dotenv": "latest" } } diff --git a/sdk/monitor/monitor-ingestion/samples/v1/typescript/package.json b/sdk/monitor/monitor-ingestion/samples/v1/typescript/package.json index a4cd56fbd7e4..7ecf8d06db16 100644 --- a/sdk/monitor/monitor-ingestion/samples/v1/typescript/package.json +++ b/sdk/monitor/monitor-ingestion/samples/v1/typescript/package.json @@ -27,13 +27,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/monitor/monitor-ingestion", "dependencies": { + "@azure-samples/monitor-ingestion-ts": "file:", + "@azure/identity": "^4.0.1", "@azure/monitor-ingestion": "latest", - "dotenv": "latest", - "@azure/identity": "^4.0.1" + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/monitor/monitor-opentelemetry-exporter/samples/v1-beta/javascript/package.json b/sdk/monitor/monitor-opentelemetry-exporter/samples/v1-beta/javascript/package.json index b6ebf8176a51..5caeec778fdb 100644 --- a/sdk/monitor/monitor-opentelemetry-exporter/samples/v1-beta/javascript/package.json +++ b/sdk/monitor/monitor-opentelemetry-exporter/samples/v1-beta/javascript/package.json @@ -28,15 +28,16 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/monitor/monitor-opentelemetry-exporter", "dependencies": { + "@azure-samples/monitor-opentelemetry-exporter-js-beta": "file:", "@azure/monitor-opentelemetry-exporter": "next", - "dotenv": "latest", "@opentelemetry/api": "^1.9.0", - "@opentelemetry/resources": "^1.26.0", - "@opentelemetry/semantic-conventions": "^1.26.0", "@opentelemetry/instrumentation": "^0.53.0", + "@opentelemetry/instrumentation-http": "^0.53.0", + "@opentelemetry/resources": "^1.26.0", + "@opentelemetry/sdk-metrics": "^1.26.0", "@opentelemetry/sdk-trace-base": "^1.26.0", "@opentelemetry/sdk-trace-node": "^1.26.0", - "@opentelemetry/instrumentation-http": "^0.53.0", - "@opentelemetry/sdk-metrics": "^1.26.0" + "@opentelemetry/semantic-conventions": "^1.26.0", + "dotenv": "latest" } } diff --git a/sdk/monitor/monitor-opentelemetry-exporter/samples/v1-beta/typescript/package.json b/sdk/monitor/monitor-opentelemetry-exporter/samples/v1-beta/typescript/package.json index e454f20e7e20..c6b02802acb2 100644 --- a/sdk/monitor/monitor-opentelemetry-exporter/samples/v1-beta/typescript/package.json +++ b/sdk/monitor/monitor-opentelemetry-exporter/samples/v1-beta/typescript/package.json @@ -32,20 +32,21 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/monitor/monitor-opentelemetry-exporter", "dependencies": { + "@azure-samples/monitor-opentelemetry-exporter-ts-beta": "file:", "@azure/monitor-opentelemetry-exporter": "next", - "dotenv": "latest", "@opentelemetry/api": "^1.9.0", - "@opentelemetry/resources": "^1.26.0", - "@opentelemetry/semantic-conventions": "^1.26.0", "@opentelemetry/instrumentation": "^0.53.0", + "@opentelemetry/instrumentation-http": "^0.53.0", + "@opentelemetry/resources": "^1.26.0", + "@opentelemetry/sdk-metrics": "^1.26.0", "@opentelemetry/sdk-trace-base": "^1.26.0", "@opentelemetry/sdk-trace-node": "^1.26.0", - "@opentelemetry/instrumentation-http": "^0.53.0", - "@opentelemetry/sdk-metrics": "^1.26.0" + "@opentelemetry/semantic-conventions": "^1.26.0", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/monitor/monitor-opentelemetry-exporter/samples/v1/javascript/package.json b/sdk/monitor/monitor-opentelemetry-exporter/samples/v1/javascript/package.json index e23082980c88..ff0c65baef91 100644 --- a/sdk/monitor/monitor-opentelemetry-exporter/samples/v1/javascript/package.json +++ b/sdk/monitor/monitor-opentelemetry-exporter/samples/v1/javascript/package.json @@ -28,14 +28,15 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/monitor/monitor-opentelemetry-exporter", "dependencies": { + "@azure-samples/monitor-opentelemetry-exporter-js": "file:", "@azure/monitor-opentelemetry-exporter": "next", - "dotenv": "latest", "@opentelemetry/api": "^1.9.0", - "@opentelemetry/resources": "^1.26.0", - "@opentelemetry/semantic-conventions": "^1.26.0", "@opentelemetry/instrumentation": "^0.53.0", + "@opentelemetry/instrumentation-http": "^0.53.0", + "@opentelemetry/resources": "^1.26.0", "@opentelemetry/sdk-trace-base": "^1.26.0", "@opentelemetry/sdk-trace-node": "^1.26.0", - "@opentelemetry/instrumentation-http": "^0.53.0" + "@opentelemetry/semantic-conventions": "^1.26.0", + "dotenv": "latest" } } diff --git a/sdk/monitor/monitor-opentelemetry-exporter/samples/v1/typescript/package.json b/sdk/monitor/monitor-opentelemetry-exporter/samples/v1/typescript/package.json index 17ebca7568a1..516a4ccda28c 100644 --- a/sdk/monitor/monitor-opentelemetry-exporter/samples/v1/typescript/package.json +++ b/sdk/monitor/monitor-opentelemetry-exporter/samples/v1/typescript/package.json @@ -32,18 +32,19 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/monitor/monitor-opentelemetry-exporter", "dependencies": { + "@azure-samples/monitor-opentelemetry-exporter-ts": "file:", "@azure/monitor-opentelemetry-exporter": "next", - "dotenv": "latest", "@opentelemetry/api": "^1.9.0", - "@opentelemetry/resources": "^1.26.0", - "@opentelemetry/semantic-conventions": "^1.26.0", "@opentelemetry/instrumentation": "^0.53.0", + "@opentelemetry/instrumentation-http": "^0.53.0", + "@opentelemetry/resources": "^1.26.0", "@opentelemetry/sdk-trace-base": "^1.26.0", "@opentelemetry/sdk-trace-node": "^1.26.0", - "@opentelemetry/instrumentation-http": "^0.53.0" + "@opentelemetry/semantic-conventions": "^1.26.0", + "dotenv": "latest" }, "devDependencies": { - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/monitor/monitor-query/samples/v1/javascript/package.json b/sdk/monitor/monitor-query/samples/v1/javascript/package.json index 4c8b34cb64c8..48ab6ee7d4d9 100644 --- a/sdk/monitor/monitor-query/samples/v1/javascript/package.json +++ b/sdk/monitor/monitor-query/samples/v1/javascript/package.json @@ -23,8 +23,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/monitor/monitor-query", "dependencies": { + "@azure-samples/monitor-query-js": "file:", + "@azure/identity": "^4.2.1", "@azure/monitor-query": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "dotenv": "latest" } } diff --git a/sdk/monitor/monitor-query/samples/v1/typescript/package.json b/sdk/monitor/monitor-query/samples/v1/typescript/package.json index 06e443ac796d..2d3639c8da49 100644 --- a/sdk/monitor/monitor-query/samples/v1/typescript/package.json +++ b/sdk/monitor/monitor-query/samples/v1/typescript/package.json @@ -27,13 +27,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/monitor/monitor-query", "dependencies": { + "@azure-samples/monitor-query-ts": "file:", + "@azure/identity": "^4.2.1", "@azure/monitor-query": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/msi/arm-msi/samples/v2/javascript/package.json b/sdk/msi/arm-msi/samples/v2/javascript/package.json index 1343aa9391e3..5d55a1709da2 100644 --- a/sdk/msi/arm-msi/samples/v2/javascript/package.json +++ b/sdk/msi/arm-msi/samples/v2/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/msi/arm-msi", "dependencies": { + "@azure-samples/arm-msi-js": "file:", "@azure/arm-msi": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" } } diff --git a/sdk/msi/arm-msi/samples/v2/typescript/package.json b/sdk/msi/arm-msi/samples/v2/typescript/package.json index bb1409411f2f..1dafe0a86060 100644 --- a/sdk/msi/arm-msi/samples/v2/typescript/package.json +++ b/sdk/msi/arm-msi/samples/v2/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/msi/arm-msi", "dependencies": { + "@azure-samples/arm-msi-ts": "file:", "@azure/arm-msi": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/mysql/arm-mysql-flexible/samples/v4-beta/javascript/package.json b/sdk/mysql/arm-mysql-flexible/samples/v4-beta/javascript/package.json index 2714d079106f..9f65bfab79f4 100644 --- a/sdk/mysql/arm-mysql-flexible/samples/v4-beta/javascript/package.json +++ b/sdk/mysql/arm-mysql-flexible/samples/v4-beta/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/mysql/arm-mysql-flexible", "dependencies": { + "@azure-samples/arm-mysql-flexible-js-beta": "file:", "@azure/arm-mysql-flexible": "next", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" } } diff --git a/sdk/mysql/arm-mysql-flexible/samples/v4-beta/typescript/package.json b/sdk/mysql/arm-mysql-flexible/samples/v4-beta/typescript/package.json index 0e56e11648b5..7a9397099fd4 100644 --- a/sdk/mysql/arm-mysql-flexible/samples/v4-beta/typescript/package.json +++ b/sdk/mysql/arm-mysql-flexible/samples/v4-beta/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/mysql/arm-mysql-flexible", "dependencies": { + "@azure-samples/arm-mysql-flexible-ts-beta": "file:", "@azure/arm-mysql-flexible": "next", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/mysql/arm-mysql/samples/v5/javascript/package.json b/sdk/mysql/arm-mysql/samples/v5/javascript/package.json index d1dc01bbda37..150921402747 100644 --- a/sdk/mysql/arm-mysql/samples/v5/javascript/package.json +++ b/sdk/mysql/arm-mysql/samples/v5/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/mysql/arm-mysql", "dependencies": { + "@azure-samples/arm-mysql-js": "file:", "@azure/arm-mysql": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" } } diff --git a/sdk/mysql/arm-mysql/samples/v5/typescript/package.json b/sdk/mysql/arm-mysql/samples/v5/typescript/package.json index d8b5558b9591..0affa55a961e 100644 --- a/sdk/mysql/arm-mysql/samples/v5/typescript/package.json +++ b/sdk/mysql/arm-mysql/samples/v5/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/mysql/arm-mysql", "dependencies": { + "@azure-samples/arm-mysql-ts": "file:", "@azure/arm-mysql": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/netapp/arm-netapp/samples/v20/javascript/package.json b/sdk/netapp/arm-netapp/samples/v20/javascript/package.json index 4fd4687db5bd..2c1e66ff32d4 100644 --- a/sdk/netapp/arm-netapp/samples/v20/javascript/package.json +++ b/sdk/netapp/arm-netapp/samples/v20/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/netapp/arm-netapp", "dependencies": { + "@azure-samples/arm-netapp-js": "file:", "@azure/arm-netapp": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" } } diff --git a/sdk/netapp/arm-netapp/samples/v20/typescript/package.json b/sdk/netapp/arm-netapp/samples/v20/typescript/package.json index 1120ebd07e1e..db4b7d238d7c 100644 --- a/sdk/netapp/arm-netapp/samples/v20/typescript/package.json +++ b/sdk/netapp/arm-netapp/samples/v20/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/netapp/arm-netapp", "dependencies": { + "@azure-samples/arm-netapp-ts": "file:", "@azure/arm-netapp": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/netapp/arm-netapp/samples/v21/javascript/package.json b/sdk/netapp/arm-netapp/samples/v21/javascript/package.json index a2e9760744db..7b22fefa48e3 100644 --- a/sdk/netapp/arm-netapp/samples/v21/javascript/package.json +++ b/sdk/netapp/arm-netapp/samples/v21/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/netapp/arm-netapp", "dependencies": { + "@azure-samples/arm-netapp-js": "file:", "@azure/arm-netapp": "latest", - "dotenv": "latest", - "@azure/identity": "^4.0.1" + "@azure/identity": "^4.0.1", + "dotenv": "latest" } } diff --git a/sdk/netapp/arm-netapp/samples/v21/typescript/package.json b/sdk/netapp/arm-netapp/samples/v21/typescript/package.json index bbf061270f54..bd5cfaaa5109 100644 --- a/sdk/netapp/arm-netapp/samples/v21/typescript/package.json +++ b/sdk/netapp/arm-netapp/samples/v21/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/netapp/arm-netapp", "dependencies": { + "@azure-samples/arm-netapp-ts": "file:", "@azure/arm-netapp": "latest", - "dotenv": "latest", - "@azure/identity": "^4.0.1" + "@azure/identity": "^4.0.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/network/arm-network-profile-2020-09-01-hybrid/samples/v2/javascript/package.json b/sdk/network/arm-network-profile-2020-09-01-hybrid/samples/v2/javascript/package.json index ac41e562cd72..9e609e3649a1 100644 --- a/sdk/network/arm-network-profile-2020-09-01-hybrid/samples/v2/javascript/package.json +++ b/sdk/network/arm-network-profile-2020-09-01-hybrid/samples/v2/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/network/arm-network-profile-2020-09-01-hybrid", "dependencies": { + "@azure-samples/arm-network-profile-2020-09-01-hybrid-js": "file:", "@azure/arm-network-profile-2020-09-01-hybrid": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" } } diff --git a/sdk/network/arm-network-profile-2020-09-01-hybrid/samples/v2/typescript/package.json b/sdk/network/arm-network-profile-2020-09-01-hybrid/samples/v2/typescript/package.json index 377274b37ab2..c5ebeeb211f8 100644 --- a/sdk/network/arm-network-profile-2020-09-01-hybrid/samples/v2/typescript/package.json +++ b/sdk/network/arm-network-profile-2020-09-01-hybrid/samples/v2/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/network/arm-network-profile-2020-09-01-hybrid", "dependencies": { + "@azure-samples/arm-network-profile-2020-09-01-hybrid-ts": "file:", "@azure/arm-network-profile-2020-09-01-hybrid": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/network/arm-network-rest/samples/v1-beta/javascript/package.json b/sdk/network/arm-network-rest/samples/v1-beta/javascript/package.json index b0d6ff150930..63f64335cf40 100644 --- a/sdk/network/arm-network-rest/samples/v1-beta/javascript/package.json +++ b/sdk/network/arm-network-rest/samples/v1-beta/javascript/package.json @@ -27,7 +27,8 @@ "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/network/arm-network-rest", "dependencies": { "@azure-rest/arm-network": "next", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure-samples/arm-network-js-beta": "file:", + "@azure/identity": "^4.2.1", + "dotenv": "latest" } } diff --git a/sdk/network/arm-network-rest/samples/v1-beta/typescript/package.json b/sdk/network/arm-network-rest/samples/v1-beta/typescript/package.json index 685c0b05ba40..aa00e4ca5ac6 100644 --- a/sdk/network/arm-network-rest/samples/v1-beta/typescript/package.json +++ b/sdk/network/arm-network-rest/samples/v1-beta/typescript/package.json @@ -31,12 +31,13 @@ "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/network/arm-network-rest", "dependencies": { "@azure-rest/arm-network": "next", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure-samples/arm-network-ts-beta": "file:", + "@azure/identity": "^4.2.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/network/arm-network/samples/v33/javascript/package.json b/sdk/network/arm-network/samples/v33/javascript/package.json index 866d4599969e..36e0ffea528b 100644 --- a/sdk/network/arm-network/samples/v33/javascript/package.json +++ b/sdk/network/arm-network/samples/v33/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/network/arm-network", "dependencies": { + "@azure-samples/arm-network-js": "file:", "@azure/arm-network": "latest", - "dotenv": "latest", - "@azure/identity": "^4.0.1" + "@azure/identity": "^4.0.1", + "dotenv": "latest" } } diff --git a/sdk/network/arm-network/samples/v33/typescript/package.json b/sdk/network/arm-network/samples/v33/typescript/package.json index 5bc053ab1e69..70866b19cd7a 100644 --- a/sdk/network/arm-network/samples/v33/typescript/package.json +++ b/sdk/network/arm-network/samples/v33/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/network/arm-network", "dependencies": { + "@azure-samples/arm-network-ts": "file:", "@azure/arm-network": "latest", - "dotenv": "latest", - "@azure/identity": "^4.0.1" + "@azure/identity": "^4.0.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/networkanalytics/arm-networkanalytics/samples/v1/javascript/package.json b/sdk/networkanalytics/arm-networkanalytics/samples/v1/javascript/package.json index 014327a7a67b..d0a59c3fbb87 100644 --- a/sdk/networkanalytics/arm-networkanalytics/samples/v1/javascript/package.json +++ b/sdk/networkanalytics/arm-networkanalytics/samples/v1/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/networkanalytics/arm-networkanalytics", "dependencies": { + "@azure-samples/arm-networkanalytics-js": "file:", "@azure/arm-networkanalytics": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" } } diff --git a/sdk/networkanalytics/arm-networkanalytics/samples/v1/typescript/package.json b/sdk/networkanalytics/arm-networkanalytics/samples/v1/typescript/package.json index 6f86d6afb71d..acd3313ee014 100644 --- a/sdk/networkanalytics/arm-networkanalytics/samples/v1/typescript/package.json +++ b/sdk/networkanalytics/arm-networkanalytics/samples/v1/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/networkanalytics/arm-networkanalytics", "dependencies": { + "@azure-samples/arm-networkanalytics-ts": "file:", "@azure/arm-networkanalytics": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/networkcloud/arm-networkcloud/samples/v1/javascript/package.json b/sdk/networkcloud/arm-networkcloud/samples/v1/javascript/package.json index 650f0a6ed2b5..7029f31cf351 100644 --- a/sdk/networkcloud/arm-networkcloud/samples/v1/javascript/package.json +++ b/sdk/networkcloud/arm-networkcloud/samples/v1/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/networkcloud/arm-networkcloud", "dependencies": { + "@azure-samples/arm-networkcloud-js": "file:", "@azure/arm-networkcloud": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" } } diff --git a/sdk/networkcloud/arm-networkcloud/samples/v1/typescript/package.json b/sdk/networkcloud/arm-networkcloud/samples/v1/typescript/package.json index 7da4fa5950a8..1b50038f705a 100644 --- a/sdk/networkcloud/arm-networkcloud/samples/v1/typescript/package.json +++ b/sdk/networkcloud/arm-networkcloud/samples/v1/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/networkcloud/arm-networkcloud", "dependencies": { + "@azure-samples/arm-networkcloud-ts": "file:", "@azure/arm-networkcloud": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/networkfunction/arm-networkfunction/samples/v2/javascript/package.json b/sdk/networkfunction/arm-networkfunction/samples/v2/javascript/package.json index 224052bf4ab2..96f24c439b09 100644 --- a/sdk/networkfunction/arm-networkfunction/samples/v2/javascript/package.json +++ b/sdk/networkfunction/arm-networkfunction/samples/v2/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/networkfunction/arm-networkfunction", "dependencies": { + "@azure-samples/arm-networkfunction-js": "file:", "@azure/arm-networkfunction": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" } } diff --git a/sdk/networkfunction/arm-networkfunction/samples/v2/typescript/package.json b/sdk/networkfunction/arm-networkfunction/samples/v2/typescript/package.json index 8d1c803e3367..d4955e313ac5 100644 --- a/sdk/networkfunction/arm-networkfunction/samples/v2/typescript/package.json +++ b/sdk/networkfunction/arm-networkfunction/samples/v2/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/networkfunction/arm-networkfunction", "dependencies": { + "@azure-samples/arm-networkfunction-ts": "file:", "@azure/arm-networkfunction": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/newrelicobservability/arm-newrelicobservability/samples/v1/javascript/package.json b/sdk/newrelicobservability/arm-newrelicobservability/samples/v1/javascript/package.json index a3d4ede747d2..ca400b3c9fc0 100644 --- a/sdk/newrelicobservability/arm-newrelicobservability/samples/v1/javascript/package.json +++ b/sdk/newrelicobservability/arm-newrelicobservability/samples/v1/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/newrelicobservability/arm-newrelicobservability", "dependencies": { + "@azure-samples/arm-newrelicobservability-js": "file:", "@azure/arm-newrelicobservability": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" } } diff --git a/sdk/newrelicobservability/arm-newrelicobservability/samples/v1/typescript/package.json b/sdk/newrelicobservability/arm-newrelicobservability/samples/v1/typescript/package.json index 8ed6a0f5ad50..ddea820049f9 100644 --- a/sdk/newrelicobservability/arm-newrelicobservability/samples/v1/typescript/package.json +++ b/sdk/newrelicobservability/arm-newrelicobservability/samples/v1/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/newrelicobservability/arm-newrelicobservability", "dependencies": { + "@azure-samples/arm-newrelicobservability-ts": "file:", "@azure/arm-newrelicobservability": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/nginx/arm-nginx/samples/v3/javascript/package.json b/sdk/nginx/arm-nginx/samples/v3/javascript/package.json index 6ec40c82349d..194f3118a721 100644 --- a/sdk/nginx/arm-nginx/samples/v3/javascript/package.json +++ b/sdk/nginx/arm-nginx/samples/v3/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/nginx/arm-nginx", "dependencies": { + "@azure-samples/arm-nginx-js": "file:", "@azure/arm-nginx": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" } } diff --git a/sdk/nginx/arm-nginx/samples/v3/typescript/package.json b/sdk/nginx/arm-nginx/samples/v3/typescript/package.json index 992bb384eee0..50b32241bba4 100644 --- a/sdk/nginx/arm-nginx/samples/v3/typescript/package.json +++ b/sdk/nginx/arm-nginx/samples/v3/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/nginx/arm-nginx", "dependencies": { + "@azure-samples/arm-nginx-ts": "file:", "@azure/arm-nginx": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/nginx/arm-nginx/samples/v4-beta/javascript/package.json b/sdk/nginx/arm-nginx/samples/v4-beta/javascript/package.json index 6ca179d8550a..bc67ba7f4bbc 100644 --- a/sdk/nginx/arm-nginx/samples/v4-beta/javascript/package.json +++ b/sdk/nginx/arm-nginx/samples/v4-beta/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/nginx/arm-nginx", "dependencies": { + "@azure-samples/arm-nginx-js-beta": "file:", "@azure/arm-nginx": "next", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" } } diff --git a/sdk/nginx/arm-nginx/samples/v4-beta/typescript/package.json b/sdk/nginx/arm-nginx/samples/v4-beta/typescript/package.json index 3b5e3be199e1..ac8b3b50d52f 100644 --- a/sdk/nginx/arm-nginx/samples/v4-beta/typescript/package.json +++ b/sdk/nginx/arm-nginx/samples/v4-beta/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/nginx/arm-nginx", "dependencies": { + "@azure-samples/arm-nginx-ts-beta": "file:", "@azure/arm-nginx": "next", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/notificationhubs/arm-notificationhubs/samples/v3-beta/javascript/package.json b/sdk/notificationhubs/arm-notificationhubs/samples/v3-beta/javascript/package.json index 2e8aae050ec0..b88fea7b167d 100644 --- a/sdk/notificationhubs/arm-notificationhubs/samples/v3-beta/javascript/package.json +++ b/sdk/notificationhubs/arm-notificationhubs/samples/v3-beta/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/notificationhubs/arm-notificationhubs", "dependencies": { + "@azure-samples/arm-notificationhubs-js-beta": "file:", "@azure/arm-notificationhubs": "next", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" } } diff --git a/sdk/notificationhubs/arm-notificationhubs/samples/v3-beta/typescript/package.json b/sdk/notificationhubs/arm-notificationhubs/samples/v3-beta/typescript/package.json index c0ef84d76385..c0efc388e0fd 100644 --- a/sdk/notificationhubs/arm-notificationhubs/samples/v3-beta/typescript/package.json +++ b/sdk/notificationhubs/arm-notificationhubs/samples/v3-beta/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/notificationhubs/arm-notificationhubs", "dependencies": { + "@azure-samples/arm-notificationhubs-ts-beta": "file:", "@azure/arm-notificationhubs": "next", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/oep/arm-oep/samples/v1-beta/javascript/package.json b/sdk/oep/arm-oep/samples/v1-beta/javascript/package.json index 0eab9cd15580..982b31e00999 100644 --- a/sdk/oep/arm-oep/samples/v1-beta/javascript/package.json +++ b/sdk/oep/arm-oep/samples/v1-beta/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/oep/arm-oep", "dependencies": { + "@azure-samples/arm-oep-js-beta": "file:", "@azure/arm-oep": "next", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" } } diff --git a/sdk/oep/arm-oep/samples/v1-beta/typescript/package.json b/sdk/oep/arm-oep/samples/v1-beta/typescript/package.json index a418e219725e..7946a1ee7270 100644 --- a/sdk/oep/arm-oep/samples/v1-beta/typescript/package.json +++ b/sdk/oep/arm-oep/samples/v1-beta/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/oep/arm-oep", "dependencies": { + "@azure-samples/arm-oep-ts-beta": "file:", "@azure/arm-oep": "next", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/openai/openai/samples/cookbook/onYourData/package.json b/sdk/openai/openai/samples/cookbook/onYourData/package.json index 271cb2eebcd4..71704f4c9aad 100644 --- a/sdk/openai/openai/samples/cookbook/onYourData/package.json +++ b/sdk/openai/openai/samples/cookbook/onYourData/package.json @@ -15,11 +15,12 @@ "author": "", "license": "ISC", "dependencies": { - "@azure/search-documents": "^11.2.0", "@azure/identity": "^4.0.1", - "openai": "^4.42.0", + "@azure/search-documents": "^11.2.0", "child_process": "^1.0.2", - "dotenv": "^16.0.0" + "dotenv": "^16.0.0", + "my-webpack-project": "file:", + "openai": "^4.42.0" }, "devDependencies": { "@webpack-cli/generators": "^3.0.4", diff --git a/sdk/openai/openai/samples/cookbook/package.json b/sdk/openai/openai/samples/cookbook/package.json index 77eeea4b300b..6f1907d43c52 100644 --- a/sdk/openai/openai/samples/cookbook/package.json +++ b/sdk/openai/openai/samples/cookbook/package.json @@ -28,10 +28,11 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/openai/openai", "dependencies": { - "openai": "^4.42.0", + "@azure-samples/openai-js-cookbook": "file:", "@azure/identity": "^4.2.0", - "tiktoken-node": "~0.0.6", - "mathjs":"^11.0.0", - "dotenv": "latest" + "dotenv": "latest", + "mathjs": "^11.0.0", + "openai": "^4.42.0", + "tiktoken-node": "~0.0.6" } } diff --git a/sdk/openai/openai/samples/cookbook/simpleCompletionsPage/package.json b/sdk/openai/openai/samples/cookbook/simpleCompletionsPage/package.json index bb19e2e635a7..d25f5370c490 100644 --- a/sdk/openai/openai/samples/cookbook/simpleCompletionsPage/package.json +++ b/sdk/openai/openai/samples/cookbook/simpleCompletionsPage/package.json @@ -11,6 +11,7 @@ "description": "", "dependencies": { "@azure/identity": "^4.2.0", + "az-openai-sample": "file:", "express": "^4.19.2", "openai": "^4.47.2" }, diff --git a/sdk/openai/openai/samples/cookbook/speechToSpeechChat/package.json b/sdk/openai/openai/samples/cookbook/speechToSpeechChat/package.json index e6b66faeb1e1..b38510764962 100644 --- a/sdk/openai/openai/samples/cookbook/speechToSpeechChat/package.json +++ b/sdk/openai/openai/samples/cookbook/speechToSpeechChat/package.json @@ -15,14 +15,15 @@ "license": "ISC", "dependencies": { "@azure/identity": "^4.2.0", + "azure-openai-speech-to-speech-chat": "file:", "express": "^4.19.2", "microsoft-cognitiveservices-speech-sdk": "^1.36.0", "openai": "^4.47.2" }, "devDependencies": { - "dotenv": "^16.4.5", "@webpack-cli/generators": "^3.0.4", "babel-loader": "^9.1.2", + "dotenv": "^16.4.5", "html-webpack-plugin": "^5.5.1", "webpack": "^5.86.0", "webpack-cli": "^5.1.4" diff --git a/sdk/openai/openai/samples/v2-beta/javascript/package.json b/sdk/openai/openai/samples/v2-beta/javascript/package.json index 0bc2b5b44515..f6c89286d418 100644 --- a/sdk/openai/openai/samples/v2-beta/javascript/package.json +++ b/sdk/openai/openai/samples/v2-beta/javascript/package.json @@ -28,9 +28,10 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/openai/openai", "dependencies": { + "@azure-samples/openai-js-beta": "file:", + "@azure/identity": "^4.2.0", "@azure/openai": "next", "dotenv": "latest", - "openai": "^4.47.2", - "@azure/identity": "^4.2.0" + "openai": "^4.47.2" } } diff --git a/sdk/openai/openai/samples/v2-beta/typescript/package.json b/sdk/openai/openai/samples/v2-beta/typescript/package.json index 75ae93bd2c3e..d89da11ebbf4 100644 --- a/sdk/openai/openai/samples/v2-beta/typescript/package.json +++ b/sdk/openai/openai/samples/v2-beta/typescript/package.json @@ -32,14 +32,15 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/openai/openai", "dependencies": { + "@azure-samples/openai-ts-beta": "file:", + "@azure/identity": "^4.2.0", "@azure/openai": "next", "dotenv": "latest", - "openai": "^4.47.2", - "@azure/identity": "^4.2.0" + "openai": "^4.47.2" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/operationalinsights/arm-operationalinsights/samples/v9/javascript/package.json b/sdk/operationalinsights/arm-operationalinsights/samples/v9/javascript/package.json index 91933010ee2a..a9416eb072c4 100644 --- a/sdk/operationalinsights/arm-operationalinsights/samples/v9/javascript/package.json +++ b/sdk/operationalinsights/arm-operationalinsights/samples/v9/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/operationalinsights/arm-operationalinsights", "dependencies": { + "@azure-samples/arm-operationalinsights-js": "file:", "@azure/arm-operationalinsights": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" } } diff --git a/sdk/operationalinsights/arm-operationalinsights/samples/v9/typescript/package.json b/sdk/operationalinsights/arm-operationalinsights/samples/v9/typescript/package.json index 1f0a7ffdf955..7b5577ccd608 100644 --- a/sdk/operationalinsights/arm-operationalinsights/samples/v9/typescript/package.json +++ b/sdk/operationalinsights/arm-operationalinsights/samples/v9/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/operationalinsights/arm-operationalinsights", "dependencies": { + "@azure-samples/arm-operationalinsights-ts": "file:", "@azure/arm-operationalinsights": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/operationsmanagement/arm-operations/samples/v4-beta/javascript/package.json b/sdk/operationsmanagement/arm-operations/samples/v4-beta/javascript/package.json index f6ea14c2061c..2879d2cae215 100644 --- a/sdk/operationsmanagement/arm-operations/samples/v4-beta/javascript/package.json +++ b/sdk/operationsmanagement/arm-operations/samples/v4-beta/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/operationsmanagement/arm-operations", "dependencies": { + "@azure-samples/arm-operations-js-beta": "file:", "@azure/arm-operations": "next", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" } } diff --git a/sdk/operationsmanagement/arm-operations/samples/v4-beta/typescript/package.json b/sdk/operationsmanagement/arm-operations/samples/v4-beta/typescript/package.json index 89b0b08822f1..1c79b081f4bd 100644 --- a/sdk/operationsmanagement/arm-operations/samples/v4-beta/typescript/package.json +++ b/sdk/operationsmanagement/arm-operations/samples/v4-beta/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/operationsmanagement/arm-operations", "dependencies": { + "@azure-samples/arm-operations-ts-beta": "file:", "@azure/arm-operations": "next", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/oracledatabase/arm-oracledatabase/samples/v1/javascript/package.json b/sdk/oracledatabase/arm-oracledatabase/samples/v1/javascript/package.json index b1397dbaab34..fb3bc7a6086c 100644 --- a/sdk/oracledatabase/arm-oracledatabase/samples/v1/javascript/package.json +++ b/sdk/oracledatabase/arm-oracledatabase/samples/v1/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/oracledatabase/arm-oracledatabase", "dependencies": { + "@azure-samples/arm-oracledatabase-js": "file:", "@azure/arm-oracledatabase": "latest", - "dotenv": "latest", - "@azure/identity": "^4.0.1" + "@azure/identity": "^4.0.1", + "dotenv": "latest" } } diff --git a/sdk/oracledatabase/arm-oracledatabase/samples/v1/typescript/package.json b/sdk/oracledatabase/arm-oracledatabase/samples/v1/typescript/package.json index 97cbc09a93ea..b99152233acb 100644 --- a/sdk/oracledatabase/arm-oracledatabase/samples/v1/typescript/package.json +++ b/sdk/oracledatabase/arm-oracledatabase/samples/v1/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/oracledatabase/arm-oracledatabase", "dependencies": { + "@azure-samples/arm-oracledatabase-ts": "file:", "@azure/arm-oracledatabase": "latest", - "dotenv": "latest", - "@azure/identity": "^4.0.1" + "@azure/identity": "^4.0.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/orbital/arm-orbital/samples/v2/javascript/package.json b/sdk/orbital/arm-orbital/samples/v2/javascript/package.json index d773b14acf55..b540b61bfba8 100644 --- a/sdk/orbital/arm-orbital/samples/v2/javascript/package.json +++ b/sdk/orbital/arm-orbital/samples/v2/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/orbital/arm-orbital", "dependencies": { + "@azure-samples/arm-orbital-js": "file:", "@azure/arm-orbital": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" } } diff --git a/sdk/orbital/arm-orbital/samples/v2/typescript/package.json b/sdk/orbital/arm-orbital/samples/v2/typescript/package.json index d30316a5bed1..5a5ea4af14f9 100644 --- a/sdk/orbital/arm-orbital/samples/v2/typescript/package.json +++ b/sdk/orbital/arm-orbital/samples/v2/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/orbital/arm-orbital", "dependencies": { + "@azure-samples/arm-orbital-ts": "file:", "@azure/arm-orbital": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/paloaltonetworksngfw/arm-paloaltonetworksngfw/samples/v1/javascript/package.json b/sdk/paloaltonetworksngfw/arm-paloaltonetworksngfw/samples/v1/javascript/package.json index 8578fef7b585..52ff7946f859 100644 --- a/sdk/paloaltonetworksngfw/arm-paloaltonetworksngfw/samples/v1/javascript/package.json +++ b/sdk/paloaltonetworksngfw/arm-paloaltonetworksngfw/samples/v1/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/paloaltonetworksngfw/arm-paloaltonetworksngfw", "dependencies": { + "@azure-samples/arm-paloaltonetworksngfw-js": "file:", "@azure/arm-paloaltonetworksngfw": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" } } diff --git a/sdk/paloaltonetworksngfw/arm-paloaltonetworksngfw/samples/v1/typescript/package.json b/sdk/paloaltonetworksngfw/arm-paloaltonetworksngfw/samples/v1/typescript/package.json index b3a6311da7a2..69e59f296fef 100644 --- a/sdk/paloaltonetworksngfw/arm-paloaltonetworksngfw/samples/v1/typescript/package.json +++ b/sdk/paloaltonetworksngfw/arm-paloaltonetworksngfw/samples/v1/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/paloaltonetworksngfw/arm-paloaltonetworksngfw", "dependencies": { + "@azure-samples/arm-paloaltonetworksngfw-ts": "file:", "@azure/arm-paloaltonetworksngfw": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/peering/arm-peering/samples/v2/javascript/package.json b/sdk/peering/arm-peering/samples/v2/javascript/package.json index a54249c38885..bbdb852c64f0 100644 --- a/sdk/peering/arm-peering/samples/v2/javascript/package.json +++ b/sdk/peering/arm-peering/samples/v2/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/peering/arm-peering", "dependencies": { + "@azure-samples/arm-peering-js": "file:", "@azure/arm-peering": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" } } diff --git a/sdk/peering/arm-peering/samples/v2/typescript/package.json b/sdk/peering/arm-peering/samples/v2/typescript/package.json index 0889437b20b7..b4d76dc0b650 100644 --- a/sdk/peering/arm-peering/samples/v2/typescript/package.json +++ b/sdk/peering/arm-peering/samples/v2/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/peering/arm-peering", "dependencies": { + "@azure-samples/arm-peering-ts": "file:", "@azure/arm-peering": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/playwrighttesting/arm-playwrighttesting/samples/v1-beta/javascript/package.json b/sdk/playwrighttesting/arm-playwrighttesting/samples/v1-beta/javascript/package.json index 9140e33f9aa5..8cef2f428518 100644 --- a/sdk/playwrighttesting/arm-playwrighttesting/samples/v1-beta/javascript/package.json +++ b/sdk/playwrighttesting/arm-playwrighttesting/samples/v1-beta/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/playwrighttesting/arm-playwrighttesting", "dependencies": { + "@azure-samples/arm-playwrighttesting-js-beta": "file:", "@azure/arm-playwrighttesting": "next", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" } } diff --git a/sdk/playwrighttesting/arm-playwrighttesting/samples/v1-beta/typescript/package.json b/sdk/playwrighttesting/arm-playwrighttesting/samples/v1-beta/typescript/package.json index 829dfbcbfc46..fa8a7a536082 100644 --- a/sdk/playwrighttesting/arm-playwrighttesting/samples/v1-beta/typescript/package.json +++ b/sdk/playwrighttesting/arm-playwrighttesting/samples/v1-beta/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/playwrighttesting/arm-playwrighttesting", "dependencies": { + "@azure-samples/arm-playwrighttesting-ts-beta": "file:", "@azure/arm-playwrighttesting": "next", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/playwrighttesting/microsoft-playwright-testing/samples/v1/javascript/customising-service-parameters/package.json b/sdk/playwrighttesting/microsoft-playwright-testing/samples/v1/javascript/customising-service-parameters/package.json index d7407019a989..57d02d6127d8 100644 --- a/sdk/playwrighttesting/microsoft-playwright-testing/samples/v1/javascript/customising-service-parameters/package.json +++ b/sdk/playwrighttesting/microsoft-playwright-testing/samples/v1/javascript/customising-service-parameters/package.json @@ -8,9 +8,12 @@ "license": "ISC", "description": "", "devDependencies": { - "@azure/microsoft-playwright-testing": "1.0.0-beta.1", "@azure/identity": "4.3.0", + "@azure/microsoft-playwright-testing": "1.0.0-beta.1", "@playwright/test": "next", "@types/node": "^20.14.6" + }, + "dependencies": { + "customising-service-parameters": "file:" } } diff --git a/sdk/playwrighttesting/microsoft-playwright-testing/samples/v1/javascript/manually-connecting-to-browsers/package.json b/sdk/playwrighttesting/microsoft-playwright-testing/samples/v1/javascript/manually-connecting-to-browsers/package.json index 96c706447172..7af8ff5e11fe 100644 --- a/sdk/playwrighttesting/microsoft-playwright-testing/samples/v1/javascript/manually-connecting-to-browsers/package.json +++ b/sdk/playwrighttesting/microsoft-playwright-testing/samples/v1/javascript/manually-connecting-to-browsers/package.json @@ -11,5 +11,8 @@ "@azure/microsoft-playwright-testing": "1.0.0-beta.1", "@playwright/test": "next", "@types/node": "^20.14.6" + }, + "dependencies": { + "using-manual-launch": "file:" } } diff --git a/sdk/playwrighttesting/microsoft-playwright-testing/samples/v1/javascript/set-default-authentication-mechanism/package.json b/sdk/playwrighttesting/microsoft-playwright-testing/samples/v1/javascript/set-default-authentication-mechanism/package.json index 148793d5c9cf..65d38d6d5767 100644 --- a/sdk/playwrighttesting/microsoft-playwright-testing/samples/v1/javascript/set-default-authentication-mechanism/package.json +++ b/sdk/playwrighttesting/microsoft-playwright-testing/samples/v1/javascript/set-default-authentication-mechanism/package.json @@ -11,5 +11,8 @@ "@azure/microsoft-playwright-testing": "1.0.0-beta.1", "@playwright/test": "next", "@types/node": "^20.14.6" + }, + "dependencies": { + "set-default-authentication-mechanism": "file:" } } diff --git a/sdk/playwrighttesting/microsoft-playwright-testing/samples/v1/javascript/using-connect-options/package.json b/sdk/playwrighttesting/microsoft-playwright-testing/samples/v1/javascript/using-connect-options/package.json index 3024a0e993ac..ed4cae102731 100644 --- a/sdk/playwrighttesting/microsoft-playwright-testing/samples/v1/javascript/using-connect-options/package.json +++ b/sdk/playwrighttesting/microsoft-playwright-testing/samples/v1/javascript/using-connect-options/package.json @@ -11,5 +11,8 @@ "@azure/microsoft-playwright-testing": "1.0.0-beta.1", "@playwright/test": "next", "@types/node": "^20.14.6" + }, + "dependencies": { + "using-connect-options": "file:" } } diff --git a/sdk/playwrighttesting/microsoft-playwright-testing/samples/v1/typescript/customising-service-parameters/package.json b/sdk/playwrighttesting/microsoft-playwright-testing/samples/v1/typescript/customising-service-parameters/package.json index d7407019a989..57d02d6127d8 100644 --- a/sdk/playwrighttesting/microsoft-playwright-testing/samples/v1/typescript/customising-service-parameters/package.json +++ b/sdk/playwrighttesting/microsoft-playwright-testing/samples/v1/typescript/customising-service-parameters/package.json @@ -8,9 +8,12 @@ "license": "ISC", "description": "", "devDependencies": { - "@azure/microsoft-playwright-testing": "1.0.0-beta.1", "@azure/identity": "4.3.0", + "@azure/microsoft-playwright-testing": "1.0.0-beta.1", "@playwright/test": "next", "@types/node": "^20.14.6" + }, + "dependencies": { + "customising-service-parameters": "file:" } } diff --git a/sdk/playwrighttesting/microsoft-playwright-testing/samples/v1/typescript/manually-connecting-to-browsers/package.json b/sdk/playwrighttesting/microsoft-playwright-testing/samples/v1/typescript/manually-connecting-to-browsers/package.json index 96c706447172..7af8ff5e11fe 100644 --- a/sdk/playwrighttesting/microsoft-playwright-testing/samples/v1/typescript/manually-connecting-to-browsers/package.json +++ b/sdk/playwrighttesting/microsoft-playwright-testing/samples/v1/typescript/manually-connecting-to-browsers/package.json @@ -11,5 +11,8 @@ "@azure/microsoft-playwright-testing": "1.0.0-beta.1", "@playwright/test": "next", "@types/node": "^20.14.6" + }, + "dependencies": { + "using-manual-launch": "file:" } } diff --git a/sdk/playwrighttesting/microsoft-playwright-testing/samples/v1/typescript/set-default-authentication-mechanism/package.json b/sdk/playwrighttesting/microsoft-playwright-testing/samples/v1/typescript/set-default-authentication-mechanism/package.json index 148793d5c9cf..65d38d6d5767 100644 --- a/sdk/playwrighttesting/microsoft-playwright-testing/samples/v1/typescript/set-default-authentication-mechanism/package.json +++ b/sdk/playwrighttesting/microsoft-playwright-testing/samples/v1/typescript/set-default-authentication-mechanism/package.json @@ -11,5 +11,8 @@ "@azure/microsoft-playwright-testing": "1.0.0-beta.1", "@playwright/test": "next", "@types/node": "^20.14.6" + }, + "dependencies": { + "set-default-authentication-mechanism": "file:" } } diff --git a/sdk/playwrighttesting/microsoft-playwright-testing/samples/v1/typescript/using-connect-options/package.json b/sdk/playwrighttesting/microsoft-playwright-testing/samples/v1/typescript/using-connect-options/package.json index 3024a0e993ac..ed4cae102731 100644 --- a/sdk/playwrighttesting/microsoft-playwright-testing/samples/v1/typescript/using-connect-options/package.json +++ b/sdk/playwrighttesting/microsoft-playwright-testing/samples/v1/typescript/using-connect-options/package.json @@ -11,5 +11,8 @@ "@azure/microsoft-playwright-testing": "1.0.0-beta.1", "@playwright/test": "next", "@types/node": "^20.14.6" + }, + "dependencies": { + "using-connect-options": "file:" } } diff --git a/sdk/policy/arm-policy/samples/v5/javascript/package.json b/sdk/policy/arm-policy/samples/v5/javascript/package.json index 0a94b8652293..e0dc9b17a463 100644 --- a/sdk/policy/arm-policy/samples/v5/javascript/package.json +++ b/sdk/policy/arm-policy/samples/v5/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/policy/arm-policy", "dependencies": { + "@azure-samples/arm-policy-js": "file:", "@azure/arm-policy": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" } } diff --git a/sdk/policy/arm-policy/samples/v5/typescript/package.json b/sdk/policy/arm-policy/samples/v5/typescript/package.json index 308bfb1f47e8..255def22cc2b 100644 --- a/sdk/policy/arm-policy/samples/v5/typescript/package.json +++ b/sdk/policy/arm-policy/samples/v5/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/policy/arm-policy", "dependencies": { + "@azure-samples/arm-policy-ts": "file:", "@azure/arm-policy": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/policyinsights/arm-policyinsights/samples/v6-beta/javascript/package.json b/sdk/policyinsights/arm-policyinsights/samples/v6-beta/javascript/package.json index db3193f5138e..81e2a440553b 100644 --- a/sdk/policyinsights/arm-policyinsights/samples/v6-beta/javascript/package.json +++ b/sdk/policyinsights/arm-policyinsights/samples/v6-beta/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/policyinsights/arm-policyinsights", "dependencies": { + "@azure-samples/arm-policyinsights-js-beta": "file:", "@azure/arm-policyinsights": "next", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" } } diff --git a/sdk/policyinsights/arm-policyinsights/samples/v6-beta/typescript/package.json b/sdk/policyinsights/arm-policyinsights/samples/v6-beta/typescript/package.json index e585f5210f62..8372262c25c8 100644 --- a/sdk/policyinsights/arm-policyinsights/samples/v6-beta/typescript/package.json +++ b/sdk/policyinsights/arm-policyinsights/samples/v6-beta/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/policyinsights/arm-policyinsights", "dependencies": { + "@azure-samples/arm-policyinsights-ts-beta": "file:", "@azure/arm-policyinsights": "next", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/portal/arm-portal/samples/v1-beta/javascript/package.json b/sdk/portal/arm-portal/samples/v1-beta/javascript/package.json index bdd0bd4a6d44..95ae464d20c9 100644 --- a/sdk/portal/arm-portal/samples/v1-beta/javascript/package.json +++ b/sdk/portal/arm-portal/samples/v1-beta/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/portal/arm-portal", "dependencies": { + "@azure-samples/arm-portal-js-beta": "file:", "@azure/arm-portal": "next", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" } } diff --git a/sdk/portal/arm-portal/samples/v1-beta/typescript/package.json b/sdk/portal/arm-portal/samples/v1-beta/typescript/package.json index f66289c021b3..615d6c561c3e 100644 --- a/sdk/portal/arm-portal/samples/v1-beta/typescript/package.json +++ b/sdk/portal/arm-portal/samples/v1-beta/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/portal/arm-portal", "dependencies": { + "@azure-samples/arm-portal-ts-beta": "file:", "@azure/arm-portal": "next", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/postgresql/arm-postgresql-flexible/samples/v8-beta/javascript/package.json b/sdk/postgresql/arm-postgresql-flexible/samples/v8-beta/javascript/package.json index c1f50d20cf72..098b5574e3c3 100644 --- a/sdk/postgresql/arm-postgresql-flexible/samples/v8-beta/javascript/package.json +++ b/sdk/postgresql/arm-postgresql-flexible/samples/v8-beta/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/postgresql/arm-postgresql-flexible", "dependencies": { + "@azure-samples/arm-postgresql-flexible-js-beta": "file:", "@azure/arm-postgresql-flexible": "next", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" } } diff --git a/sdk/postgresql/arm-postgresql-flexible/samples/v8-beta/typescript/package.json b/sdk/postgresql/arm-postgresql-flexible/samples/v8-beta/typescript/package.json index 9b5eac1acd10..9d16c0a93b36 100644 --- a/sdk/postgresql/arm-postgresql-flexible/samples/v8-beta/typescript/package.json +++ b/sdk/postgresql/arm-postgresql-flexible/samples/v8-beta/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/postgresql/arm-postgresql-flexible", "dependencies": { + "@azure-samples/arm-postgresql-flexible-ts-beta": "file:", "@azure/arm-postgresql-flexible": "next", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/postgresql/arm-postgresql/samples/v6/javascript/package.json b/sdk/postgresql/arm-postgresql/samples/v6/javascript/package.json index 67f32c2ac13f..fb48f01ee58a 100644 --- a/sdk/postgresql/arm-postgresql/samples/v6/javascript/package.json +++ b/sdk/postgresql/arm-postgresql/samples/v6/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/postgresql/arm-postgresql", "dependencies": { + "@azure-samples/arm-postgresql-js": "file:", "@azure/arm-postgresql": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" } } diff --git a/sdk/postgresql/arm-postgresql/samples/v6/typescript/package.json b/sdk/postgresql/arm-postgresql/samples/v6/typescript/package.json index 15b6fd6f238b..b59226006ddc 100644 --- a/sdk/postgresql/arm-postgresql/samples/v6/typescript/package.json +++ b/sdk/postgresql/arm-postgresql/samples/v6/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/postgresql/arm-postgresql", "dependencies": { + "@azure-samples/arm-postgresql-ts": "file:", "@azure/arm-postgresql": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/powerbidedicated/arm-powerbidedicated/samples/v4/javascript/package.json b/sdk/powerbidedicated/arm-powerbidedicated/samples/v4/javascript/package.json index b08a5698b69d..bf0df6f73fff 100644 --- a/sdk/powerbidedicated/arm-powerbidedicated/samples/v4/javascript/package.json +++ b/sdk/powerbidedicated/arm-powerbidedicated/samples/v4/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/powerbidedicated/arm-powerbidedicated", "dependencies": { + "@azure-samples/arm-powerbidedicated-js": "file:", "@azure/arm-powerbidedicated": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" } } diff --git a/sdk/powerbidedicated/arm-powerbidedicated/samples/v4/typescript/package.json b/sdk/powerbidedicated/arm-powerbidedicated/samples/v4/typescript/package.json index 0c1524955d73..0878ed286422 100644 --- a/sdk/powerbidedicated/arm-powerbidedicated/samples/v4/typescript/package.json +++ b/sdk/powerbidedicated/arm-powerbidedicated/samples/v4/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/powerbidedicated/arm-powerbidedicated", "dependencies": { + "@azure-samples/arm-powerbidedicated-ts": "file:", "@azure/arm-powerbidedicated": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/privatedns/arm-privatedns/samples/v3/javascript/package.json b/sdk/privatedns/arm-privatedns/samples/v3/javascript/package.json index 9895644f42d7..78c8aeca1068 100644 --- a/sdk/privatedns/arm-privatedns/samples/v3/javascript/package.json +++ b/sdk/privatedns/arm-privatedns/samples/v3/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/privatedns/arm-privatedns", "dependencies": { + "@azure-samples/arm-privatedns-js": "file:", "@azure/arm-privatedns": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" } } diff --git a/sdk/privatedns/arm-privatedns/samples/v3/typescript/package.json b/sdk/privatedns/arm-privatedns/samples/v3/typescript/package.json index 2aa54ec5a1eb..471a04bd9a53 100644 --- a/sdk/privatedns/arm-privatedns/samples/v3/typescript/package.json +++ b/sdk/privatedns/arm-privatedns/samples/v3/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/privatedns/arm-privatedns", "dependencies": { + "@azure-samples/arm-privatedns-ts": "file:", "@azure/arm-privatedns": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/purview/arm-purview/samples/v1/javascript/package.json b/sdk/purview/arm-purview/samples/v1/javascript/package.json index 5cea33b8a35d..2c6223908f67 100644 --- a/sdk/purview/arm-purview/samples/v1/javascript/package.json +++ b/sdk/purview/arm-purview/samples/v1/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/purview/arm-purview", "dependencies": { + "@azure-samples/arm-purview-js": "file:", "@azure/arm-purview": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" } } diff --git a/sdk/purview/arm-purview/samples/v1/typescript/package.json b/sdk/purview/arm-purview/samples/v1/typescript/package.json index f784d6df0eaa..47b13cd9c9e7 100644 --- a/sdk/purview/arm-purview/samples/v1/typescript/package.json +++ b/sdk/purview/arm-purview/samples/v1/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/purview/arm-purview", "dependencies": { + "@azure-samples/arm-purview-ts": "file:", "@azure/arm-purview": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } 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 ec791464ef1c..79e19d636d44 100644 --- a/sdk/purview/purview-administration-rest/samples/v1/javascript/package.json +++ b/sdk/purview/purview-administration-rest/samples/v1/javascript/package.json @@ -27,7 +27,8 @@ "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/purview/purview-administration-rest", "dependencies": { "@azure-rest/purview-administration": "next", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure-samples/purview-administration-js": "file:", + "@azure/identity": "^4.2.1", + "dotenv": "latest" } } 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 ea5c9e07da2f..d2591bbdc868 100644 --- a/sdk/purview/purview-administration-rest/samples/v1/typescript/package.json +++ b/sdk/purview/purview-administration-rest/samples/v1/typescript/package.json @@ -31,11 +31,12 @@ "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/purview/purview-administration-rest", "dependencies": { "@azure-rest/purview-administration": "next", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure-samples/purview-administration-ts": "file:", + "@azure/identity": "^4.2.1", + "dotenv": "latest" }, "devDependencies": { - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/purview/purview-catalog-rest/samples/v1-beta/javascript/package.json b/sdk/purview/purview-catalog-rest/samples/v1-beta/javascript/package.json index 89fdc8ca1184..a535b9031f25 100644 --- a/sdk/purview/purview-catalog-rest/samples/v1-beta/javascript/package.json +++ b/sdk/purview/purview-catalog-rest/samples/v1-beta/javascript/package.json @@ -27,7 +27,8 @@ "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/purview/purview-catalog-rest", "dependencies": { "@azure-rest/purview-catalog": "next", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure-samples/purview-catalog-js-beta": "file:", + "@azure/identity": "^4.2.1", + "dotenv": "latest" } } diff --git a/sdk/purview/purview-catalog-rest/samples/v1-beta/typescript/package.json b/sdk/purview/purview-catalog-rest/samples/v1-beta/typescript/package.json index fef628798e78..7fd064bd26d1 100644 --- a/sdk/purview/purview-catalog-rest/samples/v1-beta/typescript/package.json +++ b/sdk/purview/purview-catalog-rest/samples/v1-beta/typescript/package.json @@ -31,12 +31,13 @@ "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/purview/purview-catalog-rest", "dependencies": { "@azure-rest/purview-catalog": "next", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure-samples/purview-catalog-ts-beta": "file:", + "@azure/identity": "^4.2.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/purview/purview-datamap-rest/samples/v1-beta/javascript/package.json b/sdk/purview/purview-datamap-rest/samples/v1-beta/javascript/package.json index fe6c46002803..e9e42bd8b90d 100644 --- a/sdk/purview/purview-datamap-rest/samples/v1-beta/javascript/package.json +++ b/sdk/purview/purview-datamap-rest/samples/v1-beta/javascript/package.json @@ -27,7 +27,8 @@ "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/purview/purview-datamap-rest", "dependencies": { "@azure-rest/purview-datamap": "next", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure-samples/purview-datamap-js-beta": "file:", + "@azure/identity": "^4.2.1", + "dotenv": "latest" } } diff --git a/sdk/purview/purview-datamap-rest/samples/v1-beta/typescript/package.json b/sdk/purview/purview-datamap-rest/samples/v1-beta/typescript/package.json index d0eae476b132..7e9385d1dc20 100644 --- a/sdk/purview/purview-datamap-rest/samples/v1-beta/typescript/package.json +++ b/sdk/purview/purview-datamap-rest/samples/v1-beta/typescript/package.json @@ -31,12 +31,13 @@ "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/purview/purview-datamap-rest", "dependencies": { "@azure-rest/purview-datamap": "next", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure-samples/purview-datamap-ts-beta": "file:", + "@azure/identity": "^4.2.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/purview/purview-scanning-rest/samples/v1-beta/javascript/package.json b/sdk/purview/purview-scanning-rest/samples/v1-beta/javascript/package.json index 15a19698c8f3..943bab7a9ab3 100644 --- a/sdk/purview/purview-scanning-rest/samples/v1-beta/javascript/package.json +++ b/sdk/purview/purview-scanning-rest/samples/v1-beta/javascript/package.json @@ -27,8 +27,9 @@ "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/purview/purview-scanning-rest", "dependencies": { "@azure-rest/purview-scanning": "next", - "dotenv": "latest", + "@azure-samples/purview-scanning-js-beta": "file:", "@azure/core-paging": "^1.1.1", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" } } diff --git a/sdk/purview/purview-scanning-rest/samples/v1-beta/typescript/package.json b/sdk/purview/purview-scanning-rest/samples/v1-beta/typescript/package.json index 63c058ee5ec3..884804c56c22 100644 --- a/sdk/purview/purview-scanning-rest/samples/v1-beta/typescript/package.json +++ b/sdk/purview/purview-scanning-rest/samples/v1-beta/typescript/package.json @@ -31,13 +31,14 @@ "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/purview/purview-scanning-rest", "dependencies": { "@azure-rest/purview-scanning": "next", - "dotenv": "latest", + "@azure-samples/purview-scanning-ts-beta": "file:", "@azure/core-paging": "^1.1.1", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/purview/purview-sharing-rest/samples/v1-beta/javascript/package.json b/sdk/purview/purview-sharing-rest/samples/v1-beta/javascript/package.json index a91fc690519d..618391a35ff4 100644 --- a/sdk/purview/purview-sharing-rest/samples/v1-beta/javascript/package.json +++ b/sdk/purview/purview-sharing-rest/samples/v1-beta/javascript/package.json @@ -27,7 +27,8 @@ "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/purview/purview-sharing-rest", "dependencies": { "@azure-rest/purview-sharing": "next", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure-samples/purview-sharing-js-beta": "file:", + "@azure/identity": "^4.2.1", + "dotenv": "latest" } } diff --git a/sdk/purview/purview-sharing-rest/samples/v1-beta/typescript/package.json b/sdk/purview/purview-sharing-rest/samples/v1-beta/typescript/package.json index 9791f1f505f5..62d401c51fd2 100644 --- a/sdk/purview/purview-sharing-rest/samples/v1-beta/typescript/package.json +++ b/sdk/purview/purview-sharing-rest/samples/v1-beta/typescript/package.json @@ -31,12 +31,13 @@ "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/purview/purview-sharing-rest", "dependencies": { "@azure-rest/purview-sharing": "next", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure-samples/purview-sharing-ts-beta": "file:", + "@azure/identity": "^4.2.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/purview/purview-workflow-rest/samples/v1-beta/javascript/package.json b/sdk/purview/purview-workflow-rest/samples/v1-beta/javascript/package.json index dab21e302b01..5b289236622c 100644 --- a/sdk/purview/purview-workflow-rest/samples/v1-beta/javascript/package.json +++ b/sdk/purview/purview-workflow-rest/samples/v1-beta/javascript/package.json @@ -27,7 +27,8 @@ "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/purview/purview-workflow-rest", "dependencies": { "@azure-rest/purview-workflow": "next", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure-samples/purview-workflow-js-beta": "file:", + "@azure/identity": "^4.2.1", + "dotenv": "latest" } } diff --git a/sdk/purview/purview-workflow-rest/samples/v1-beta/typescript/package.json b/sdk/purview/purview-workflow-rest/samples/v1-beta/typescript/package.json index 668352203cf0..014df322acc0 100644 --- a/sdk/purview/purview-workflow-rest/samples/v1-beta/typescript/package.json +++ b/sdk/purview/purview-workflow-rest/samples/v1-beta/typescript/package.json @@ -31,12 +31,13 @@ "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/purview/purview-workflow-rest", "dependencies": { "@azure-rest/purview-workflow": "next", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure-samples/purview-workflow-ts-beta": "file:", + "@azure/identity": "^4.2.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/quantum/arm-quantum/samples/v1-beta/javascript/package.json b/sdk/quantum/arm-quantum/samples/v1-beta/javascript/package.json index 116e9d0db116..dca8c5001d8e 100644 --- a/sdk/quantum/arm-quantum/samples/v1-beta/javascript/package.json +++ b/sdk/quantum/arm-quantum/samples/v1-beta/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/quantum/arm-quantum", "dependencies": { + "@azure-samples/arm-quantum-js-beta": "file:", "@azure/arm-quantum": "next", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" } } diff --git a/sdk/quantum/arm-quantum/samples/v1-beta/typescript/package.json b/sdk/quantum/arm-quantum/samples/v1-beta/typescript/package.json index cc50054c25fb..acc8071739ad 100644 --- a/sdk/quantum/arm-quantum/samples/v1-beta/typescript/package.json +++ b/sdk/quantum/arm-quantum/samples/v1-beta/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/quantum/arm-quantum", "dependencies": { + "@azure-samples/arm-quantum-ts-beta": "file:", "@azure/arm-quantum": "next", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/quantum/quantum-jobs/samples/javascript/package.json b/sdk/quantum/quantum-jobs/samples/javascript/package.json index 2be1eb4df2f7..36ecf63e4d64 100644 --- a/sdk/quantum/quantum-jobs/samples/javascript/package.json +++ b/sdk/quantum/quantum-jobs/samples/javascript/package.json @@ -26,6 +26,7 @@ }, "main": "quantumJobs.js", "dependencies": { + "@azure-samples/quantum-jobs-js": "file:", "@azure/identity": "^4.2.1", "@azure/quantum-jobs": "latest", "@azure/storage-blob": "latest" diff --git a/sdk/quota/arm-quota/samples/v1-beta/javascript/package.json b/sdk/quota/arm-quota/samples/v1-beta/javascript/package.json index 915a66ccd458..30e4a2023d6e 100644 --- a/sdk/quota/arm-quota/samples/v1-beta/javascript/package.json +++ b/sdk/quota/arm-quota/samples/v1-beta/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/quota/arm-quota", "dependencies": { + "@azure-samples/arm-quota-js-beta": "file:", "@azure/arm-quota": "next", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" } } diff --git a/sdk/quota/arm-quota/samples/v1-beta/typescript/package.json b/sdk/quota/arm-quota/samples/v1-beta/typescript/package.json index c8758807073c..0a6dabbc087b 100644 --- a/sdk/quota/arm-quota/samples/v1-beta/typescript/package.json +++ b/sdk/quota/arm-quota/samples/v1-beta/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/quota/arm-quota", "dependencies": { + "@azure-samples/arm-quota-ts-beta": "file:", "@azure/arm-quota": "next", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/recoveryservices/arm-recoveryservices/samples/v6/javascript/package.json b/sdk/recoveryservices/arm-recoveryservices/samples/v6/javascript/package.json index cb1636c4098d..e96940778364 100644 --- a/sdk/recoveryservices/arm-recoveryservices/samples/v6/javascript/package.json +++ b/sdk/recoveryservices/arm-recoveryservices/samples/v6/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/recoveryservices/arm-recoveryservices", "dependencies": { + "@azure-samples/arm-recoveryservices-js": "file:", "@azure/arm-recoveryservices": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" } } diff --git a/sdk/recoveryservices/arm-recoveryservices/samples/v6/typescript/package.json b/sdk/recoveryservices/arm-recoveryservices/samples/v6/typescript/package.json index e38f4560469b..44a502602acb 100644 --- a/sdk/recoveryservices/arm-recoveryservices/samples/v6/typescript/package.json +++ b/sdk/recoveryservices/arm-recoveryservices/samples/v6/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/recoveryservices/arm-recoveryservices", "dependencies": { + "@azure-samples/arm-recoveryservices-ts": "file:", "@azure/arm-recoveryservices": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/recoveryservicesbackup/arm-recoveryservicesbackup/samples/v13/javascript/package.json b/sdk/recoveryservicesbackup/arm-recoveryservicesbackup/samples/v13/javascript/package.json index e0bacbc7b18a..d84f31ef83c9 100644 --- a/sdk/recoveryservicesbackup/arm-recoveryservicesbackup/samples/v13/javascript/package.json +++ b/sdk/recoveryservicesbackup/arm-recoveryservicesbackup/samples/v13/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/recoveryservicesbackup/arm-recoveryservicesbackup", "dependencies": { + "@azure-samples/arm-recoveryservicesbackup-js": "file:", "@azure/arm-recoveryservicesbackup": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" } } diff --git a/sdk/recoveryservicesbackup/arm-recoveryservicesbackup/samples/v13/typescript/package.json b/sdk/recoveryservicesbackup/arm-recoveryservicesbackup/samples/v13/typescript/package.json index 911feddde644..0fb38c87eb9d 100644 --- a/sdk/recoveryservicesbackup/arm-recoveryservicesbackup/samples/v13/typescript/package.json +++ b/sdk/recoveryservicesbackup/arm-recoveryservicesbackup/samples/v13/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/recoveryservicesbackup/arm-recoveryservicesbackup", "dependencies": { + "@azure-samples/arm-recoveryservicesbackup-ts": "file:", "@azure/arm-recoveryservicesbackup": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/recoveryservicesdatareplication/arm-recoveryservicesdatareplication/samples/v1-beta/javascript/package.json b/sdk/recoveryservicesdatareplication/arm-recoveryservicesdatareplication/samples/v1-beta/javascript/package.json index 33369b27a8e2..1f5f1eadcf58 100644 --- a/sdk/recoveryservicesdatareplication/arm-recoveryservicesdatareplication/samples/v1-beta/javascript/package.json +++ b/sdk/recoveryservicesdatareplication/arm-recoveryservicesdatareplication/samples/v1-beta/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/recoveryservicesdatareplication/arm-recoveryservicesdatareplication", "dependencies": { + "@azure-samples/arm-recoveryservicesdatareplication-js-beta": "file:", "@azure/arm-recoveryservicesdatareplication": "next", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" } } diff --git a/sdk/recoveryservicesdatareplication/arm-recoveryservicesdatareplication/samples/v1-beta/typescript/package.json b/sdk/recoveryservicesdatareplication/arm-recoveryservicesdatareplication/samples/v1-beta/typescript/package.json index 8e237d93d257..3de138bb6427 100644 --- a/sdk/recoveryservicesdatareplication/arm-recoveryservicesdatareplication/samples/v1-beta/typescript/package.json +++ b/sdk/recoveryservicesdatareplication/arm-recoveryservicesdatareplication/samples/v1-beta/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/recoveryservicesdatareplication/arm-recoveryservicesdatareplication", "dependencies": { + "@azure-samples/arm-recoveryservicesdatareplication-ts-beta": "file:", "@azure/arm-recoveryservicesdatareplication": "next", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^14.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/recoveryservicessiterecovery/arm-recoveryservices-siterecovery/samples/v5/javascript/package.json b/sdk/recoveryservicessiterecovery/arm-recoveryservices-siterecovery/samples/v5/javascript/package.json index 437fb745d873..1df0538d2a55 100644 --- a/sdk/recoveryservicessiterecovery/arm-recoveryservices-siterecovery/samples/v5/javascript/package.json +++ b/sdk/recoveryservicessiterecovery/arm-recoveryservices-siterecovery/samples/v5/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/recoveryservicessiterecovery/arm-recoveryservices-siterecovery", "dependencies": { + "@azure-samples/arm-recoveryservices-siterecovery-js": "file:", "@azure/arm-recoveryservices-siterecovery": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" } } diff --git a/sdk/recoveryservicessiterecovery/arm-recoveryservices-siterecovery/samples/v5/typescript/package.json b/sdk/recoveryservicessiterecovery/arm-recoveryservices-siterecovery/samples/v5/typescript/package.json index 166b039c23dc..a702fe5de4f1 100644 --- a/sdk/recoveryservicessiterecovery/arm-recoveryservices-siterecovery/samples/v5/typescript/package.json +++ b/sdk/recoveryservicessiterecovery/arm-recoveryservices-siterecovery/samples/v5/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/recoveryservicessiterecovery/arm-recoveryservices-siterecovery", "dependencies": { + "@azure-samples/arm-recoveryservices-siterecovery-ts": "file:", "@azure/arm-recoveryservices-siterecovery": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/redhatopenshift/arm-redhatopenshift/samples/v1-beta/javascript/package.json b/sdk/redhatopenshift/arm-redhatopenshift/samples/v1-beta/javascript/package.json index dcade24d7643..494ef807e834 100644 --- a/sdk/redhatopenshift/arm-redhatopenshift/samples/v1-beta/javascript/package.json +++ b/sdk/redhatopenshift/arm-redhatopenshift/samples/v1-beta/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/redhatopenshift/arm-redhatopenshift", "dependencies": { + "@azure-samples/arm-redhatopenshift-js-beta": "file:", "@azure/arm-redhatopenshift": "next", - "dotenv": "latest", - "@azure/identity": "^4.0.1" + "@azure/identity": "^4.0.1", + "dotenv": "latest" } } diff --git a/sdk/redhatopenshift/arm-redhatopenshift/samples/v1-beta/typescript/package.json b/sdk/redhatopenshift/arm-redhatopenshift/samples/v1-beta/typescript/package.json index 46271b2b4043..3efde97bbdbe 100644 --- a/sdk/redhatopenshift/arm-redhatopenshift/samples/v1-beta/typescript/package.json +++ b/sdk/redhatopenshift/arm-redhatopenshift/samples/v1-beta/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/redhatopenshift/arm-redhatopenshift", "dependencies": { + "@azure-samples/arm-redhatopenshift-ts-beta": "file:", "@azure/arm-redhatopenshift": "next", - "dotenv": "latest", - "@azure/identity": "^4.0.1" + "@azure/identity": "^4.0.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/redis/arm-rediscache/samples/v8/javascript/package.json b/sdk/redis/arm-rediscache/samples/v8/javascript/package.json index 4dbe94608f79..3159b03a0c24 100644 --- a/sdk/redis/arm-rediscache/samples/v8/javascript/package.json +++ b/sdk/redis/arm-rediscache/samples/v8/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/redis/arm-rediscache", "dependencies": { + "@azure-samples/arm-rediscache-js": "file:", "@azure/arm-rediscache": "latest", - "dotenv": "latest", - "@azure/identity": "^4.0.1" + "@azure/identity": "^4.0.1", + "dotenv": "latest" } } diff --git a/sdk/redis/arm-rediscache/samples/v8/typescript/package.json b/sdk/redis/arm-rediscache/samples/v8/typescript/package.json index 8308f2a154ff..2133f6eb537f 100644 --- a/sdk/redis/arm-rediscache/samples/v8/typescript/package.json +++ b/sdk/redis/arm-rediscache/samples/v8/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/redis/arm-rediscache", "dependencies": { + "@azure-samples/arm-rediscache-ts": "file:", "@azure/arm-rediscache": "latest", - "dotenv": "latest", - "@azure/identity": "^4.0.1" + "@azure/identity": "^4.0.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/redisenterprise/arm-redisenterprisecache/samples/v3-beta/javascript/package.json b/sdk/redisenterprise/arm-redisenterprisecache/samples/v3-beta/javascript/package.json index 196598937e4f..2a116afec1ad 100644 --- a/sdk/redisenterprise/arm-redisenterprisecache/samples/v3-beta/javascript/package.json +++ b/sdk/redisenterprise/arm-redisenterprisecache/samples/v3-beta/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/redisenterprise/arm-redisenterprisecache", "dependencies": { + "@azure-samples/arm-redisenterprisecache-js-beta": "file:", "@azure/arm-redisenterprisecache": "next", - "dotenv": "latest", - "@azure/identity": "^4.0.1" + "@azure/identity": "^4.0.1", + "dotenv": "latest" } } diff --git a/sdk/redisenterprise/arm-redisenterprisecache/samples/v3-beta/typescript/package.json b/sdk/redisenterprise/arm-redisenterprisecache/samples/v3-beta/typescript/package.json index ef73f57dbc82..b10dae7745cf 100644 --- a/sdk/redisenterprise/arm-redisenterprisecache/samples/v3-beta/typescript/package.json +++ b/sdk/redisenterprise/arm-redisenterprisecache/samples/v3-beta/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/redisenterprise/arm-redisenterprisecache", "dependencies": { + "@azure-samples/arm-redisenterprisecache-ts-beta": "file:", "@azure/arm-redisenterprisecache": "next", - "dotenv": "latest", - "@azure/identity": "^4.0.1" + "@azure/identity": "^4.0.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.4.5", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.4.5" } } diff --git a/sdk/redisenterprise/arm-redisenterprisecache/samples/v3/javascript/package.json b/sdk/redisenterprise/arm-redisenterprisecache/samples/v3/javascript/package.json index 374791e146ce..ac5e3da9196a 100644 --- a/sdk/redisenterprise/arm-redisenterprisecache/samples/v3/javascript/package.json +++ b/sdk/redisenterprise/arm-redisenterprisecache/samples/v3/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/redisenterprise/arm-redisenterprisecache", "dependencies": { + "@azure-samples/arm-redisenterprisecache-js": "file:", "@azure/arm-redisenterprisecache": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" } } diff --git a/sdk/redisenterprise/arm-redisenterprisecache/samples/v3/typescript/package.json b/sdk/redisenterprise/arm-redisenterprisecache/samples/v3/typescript/package.json index f96297fd96c9..3e647e0868cf 100644 --- a/sdk/redisenterprise/arm-redisenterprisecache/samples/v3/typescript/package.json +++ b/sdk/redisenterprise/arm-redisenterprisecache/samples/v3/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/redisenterprise/arm-redisenterprisecache", "dependencies": { + "@azure-samples/arm-redisenterprisecache-ts": "file:", "@azure/arm-redisenterprisecache": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/relay/arm-relay/samples/v3/javascript/package.json b/sdk/relay/arm-relay/samples/v3/javascript/package.json index 25d41b45ddba..69559ead8927 100644 --- a/sdk/relay/arm-relay/samples/v3/javascript/package.json +++ b/sdk/relay/arm-relay/samples/v3/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/relay/arm-relay", "dependencies": { + "@azure-samples/arm-relay-js": "file:", "@azure/arm-relay": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" } } diff --git a/sdk/relay/arm-relay/samples/v3/typescript/package.json b/sdk/relay/arm-relay/samples/v3/typescript/package.json index 5c3676ca51c6..c8c1114e4f24 100644 --- a/sdk/relay/arm-relay/samples/v3/typescript/package.json +++ b/sdk/relay/arm-relay/samples/v3/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/relay/arm-relay", "dependencies": { + "@azure-samples/arm-relay-ts": "file:", "@azure/arm-relay": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/reservations/arm-reservations/samples/v9/javascript/package.json b/sdk/reservations/arm-reservations/samples/v9/javascript/package.json index 01daead6e5ec..a0a2f49a0df1 100644 --- a/sdk/reservations/arm-reservations/samples/v9/javascript/package.json +++ b/sdk/reservations/arm-reservations/samples/v9/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/reservations/arm-reservations", "dependencies": { + "@azure-samples/arm-reservations-js": "file:", "@azure/arm-reservations": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" } } diff --git a/sdk/reservations/arm-reservations/samples/v9/typescript/package.json b/sdk/reservations/arm-reservations/samples/v9/typescript/package.json index fda0d559aa25..b0e8f9475244 100644 --- a/sdk/reservations/arm-reservations/samples/v9/typescript/package.json +++ b/sdk/reservations/arm-reservations/samples/v9/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/reservations/arm-reservations", "dependencies": { + "@azure-samples/arm-reservations-ts": "file:", "@azure/arm-reservations": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/resourceconnector/arm-resourceconnector/samples/v1/javascript/package.json b/sdk/resourceconnector/arm-resourceconnector/samples/v1/javascript/package.json index edf1baae4126..1b18b2f45a95 100644 --- a/sdk/resourceconnector/arm-resourceconnector/samples/v1/javascript/package.json +++ b/sdk/resourceconnector/arm-resourceconnector/samples/v1/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/resourceconnector/arm-resourceconnector", "dependencies": { + "@azure-samples/arm-resourceconnector-js": "file:", "@azure/arm-resourceconnector": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" } } diff --git a/sdk/resourceconnector/arm-resourceconnector/samples/v1/typescript/package.json b/sdk/resourceconnector/arm-resourceconnector/samples/v1/typescript/package.json index 8349d7566a3b..b61e19d5e5ee 100644 --- a/sdk/resourceconnector/arm-resourceconnector/samples/v1/typescript/package.json +++ b/sdk/resourceconnector/arm-resourceconnector/samples/v1/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/resourceconnector/arm-resourceconnector", "dependencies": { + "@azure-samples/arm-resourceconnector-ts": "file:", "@azure/arm-resourceconnector": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/resourcegraph/arm-resourcegraph/samples/v5-beta/javascript/package.json b/sdk/resourcegraph/arm-resourcegraph/samples/v5-beta/javascript/package.json index 49f84848aee0..23f422c39b86 100644 --- a/sdk/resourcegraph/arm-resourcegraph/samples/v5-beta/javascript/package.json +++ b/sdk/resourcegraph/arm-resourcegraph/samples/v5-beta/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/resourcegraph/arm-resourcegraph", "dependencies": { + "@azure-samples/arm-resourcegraph-js-beta": "file:", "@azure/arm-resourcegraph": "next", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" } } diff --git a/sdk/resourcegraph/arm-resourcegraph/samples/v5-beta/typescript/package.json b/sdk/resourcegraph/arm-resourcegraph/samples/v5-beta/typescript/package.json index 823f6b003d37..fea6aae97d7c 100644 --- a/sdk/resourcegraph/arm-resourcegraph/samples/v5-beta/typescript/package.json +++ b/sdk/resourcegraph/arm-resourcegraph/samples/v5-beta/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/resourcegraph/arm-resourcegraph", "dependencies": { + "@azure-samples/arm-resourcegraph-ts-beta": "file:", "@azure/arm-resourcegraph": "next", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/resourcehealth/arm-resourcehealth/samples/v4-beta/javascript/package.json b/sdk/resourcehealth/arm-resourcehealth/samples/v4-beta/javascript/package.json index d5ceb71e3196..2f7f6522405a 100644 --- a/sdk/resourcehealth/arm-resourcehealth/samples/v4-beta/javascript/package.json +++ b/sdk/resourcehealth/arm-resourcehealth/samples/v4-beta/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/resourcehealth/arm-resourcehealth", "dependencies": { + "@azure-samples/arm-resourcehealth-js-beta": "file:", "@azure/arm-resourcehealth": "next", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" } } diff --git a/sdk/resourcehealth/arm-resourcehealth/samples/v4-beta/typescript/package.json b/sdk/resourcehealth/arm-resourcehealth/samples/v4-beta/typescript/package.json index a9e17bcf7eb0..6d379866a3ff 100644 --- a/sdk/resourcehealth/arm-resourcehealth/samples/v4-beta/typescript/package.json +++ b/sdk/resourcehealth/arm-resourcehealth/samples/v4-beta/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/resourcehealth/arm-resourcehealth", "dependencies": { + "@azure-samples/arm-resourcehealth-ts-beta": "file:", "@azure/arm-resourcehealth": "next", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/resourcehealth/arm-resourcehealth/samples/v4/javascript/package.json b/sdk/resourcehealth/arm-resourcehealth/samples/v4/javascript/package.json index 6838bef1e1b3..ff887d10133b 100644 --- a/sdk/resourcehealth/arm-resourcehealth/samples/v4/javascript/package.json +++ b/sdk/resourcehealth/arm-resourcehealth/samples/v4/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/resourcehealth/arm-resourcehealth", "dependencies": { + "@azure-samples/arm-resourcehealth-js": "file:", "@azure/arm-resourcehealth": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" } } diff --git a/sdk/resourcehealth/arm-resourcehealth/samples/v4/typescript/package.json b/sdk/resourcehealth/arm-resourcehealth/samples/v4/typescript/package.json index cb1ba15c968b..74bb195ee913 100644 --- a/sdk/resourcehealth/arm-resourcehealth/samples/v4/typescript/package.json +++ b/sdk/resourcehealth/arm-resourcehealth/samples/v4/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/resourcehealth/arm-resourcehealth", "dependencies": { + "@azure-samples/arm-resourcehealth-ts": "file:", "@azure/arm-resourcehealth": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/resourcemover/arm-resourcemover/samples/v2/javascript/package.json b/sdk/resourcemover/arm-resourcemover/samples/v2/javascript/package.json index bcc257606eb1..5fc138ac0ad6 100644 --- a/sdk/resourcemover/arm-resourcemover/samples/v2/javascript/package.json +++ b/sdk/resourcemover/arm-resourcemover/samples/v2/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/resourcemover/arm-resourcemover", "dependencies": { + "@azure-samples/arm-resourcemover-js": "file:", "@azure/arm-resourcemover": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" } } diff --git a/sdk/resourcemover/arm-resourcemover/samples/v2/typescript/package.json b/sdk/resourcemover/arm-resourcemover/samples/v2/typescript/package.json index d445f5429924..b7fdf9b510b4 100644 --- a/sdk/resourcemover/arm-resourcemover/samples/v2/typescript/package.json +++ b/sdk/resourcemover/arm-resourcemover/samples/v2/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/resourcemover/arm-resourcemover", "dependencies": { + "@azure-samples/arm-resourcemover-ts": "file:", "@azure/arm-resourcemover": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/resources-subscriptions/arm-resources-subscriptions/samples/v2/javascript/package.json b/sdk/resources-subscriptions/arm-resources-subscriptions/samples/v2/javascript/package.json index 65c332f8f503..235f4533c1c5 100644 --- a/sdk/resources-subscriptions/arm-resources-subscriptions/samples/v2/javascript/package.json +++ b/sdk/resources-subscriptions/arm-resources-subscriptions/samples/v2/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/resources-subscriptions/arm-resources-subscriptions", "dependencies": { + "@azure-samples/arm-resources-subscriptions-js": "file:", "@azure/arm-resources-subscriptions": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" } } diff --git a/sdk/resources-subscriptions/arm-resources-subscriptions/samples/v2/typescript/package.json b/sdk/resources-subscriptions/arm-resources-subscriptions/samples/v2/typescript/package.json index 852378db66b5..7392c4b5d19c 100644 --- a/sdk/resources-subscriptions/arm-resources-subscriptions/samples/v2/typescript/package.json +++ b/sdk/resources-subscriptions/arm-resources-subscriptions/samples/v2/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/resources-subscriptions/arm-resources-subscriptions", "dependencies": { + "@azure-samples/arm-resources-subscriptions-ts": "file:", "@azure/arm-resources-subscriptions": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/resources/arm-resources-profile-2020-09-01-hybrid/samples/v2/javascript/package.json b/sdk/resources/arm-resources-profile-2020-09-01-hybrid/samples/v2/javascript/package.json index ea93cc8cab69..56baf844bbcd 100644 --- a/sdk/resources/arm-resources-profile-2020-09-01-hybrid/samples/v2/javascript/package.json +++ b/sdk/resources/arm-resources-profile-2020-09-01-hybrid/samples/v2/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/resources/arm-resources-profile-2020-09-01-hybrid", "dependencies": { + "@azure-samples/arm-resources-profile-2020-09-01-hybrid-js": "file:", "@azure/arm-resources-profile-2020-09-01-hybrid": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" } } diff --git a/sdk/resources/arm-resources-profile-2020-09-01-hybrid/samples/v2/typescript/package.json b/sdk/resources/arm-resources-profile-2020-09-01-hybrid/samples/v2/typescript/package.json index f8353fd7038e..35c53e88c472 100644 --- a/sdk/resources/arm-resources-profile-2020-09-01-hybrid/samples/v2/typescript/package.json +++ b/sdk/resources/arm-resources-profile-2020-09-01-hybrid/samples/v2/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/resources/arm-resources-profile-2020-09-01-hybrid", "dependencies": { + "@azure-samples/arm-resources-profile-2020-09-01-hybrid-ts": "file:", "@azure/arm-resources-profile-2020-09-01-hybrid": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/resources/arm-resources/samples/v5/javascript/package.json b/sdk/resources/arm-resources/samples/v5/javascript/package.json index 0772b9942f1c..223a9c7a7926 100644 --- a/sdk/resources/arm-resources/samples/v5/javascript/package.json +++ b/sdk/resources/arm-resources/samples/v5/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/resources/arm-resources", "dependencies": { + "@azure-samples/arm-resources-js": "file:", "@azure/arm-resources": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" } } diff --git a/sdk/resources/arm-resources/samples/v5/typescript/package.json b/sdk/resources/arm-resources/samples/v5/typescript/package.json index b3d3f8de4f20..1c277839b893 100644 --- a/sdk/resources/arm-resources/samples/v5/typescript/package.json +++ b/sdk/resources/arm-resources/samples/v5/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/resources/arm-resources", "dependencies": { + "@azure-samples/arm-resources-ts": "file:", "@azure/arm-resources": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/resourcesdeploymentstacks/arm-resourcesdeploymentstacks/samples/v1/javascript/package.json b/sdk/resourcesdeploymentstacks/arm-resourcesdeploymentstacks/samples/v1/javascript/package.json index bce41f1e3406..81a572d7f349 100644 --- a/sdk/resourcesdeploymentstacks/arm-resourcesdeploymentstacks/samples/v1/javascript/package.json +++ b/sdk/resourcesdeploymentstacks/arm-resourcesdeploymentstacks/samples/v1/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/resourcesdeploymentstacks/arm-resourcesdeploymentstacks", "dependencies": { + "@azure-samples/arm-resourcesdeploymentstacks-js": "file:", "@azure/arm-resourcesdeploymentstacks": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" } } diff --git a/sdk/resourcesdeploymentstacks/arm-resourcesdeploymentstacks/samples/v1/typescript/package.json b/sdk/resourcesdeploymentstacks/arm-resourcesdeploymentstacks/samples/v1/typescript/package.json index dcee3ec58f24..cce1ca3308e8 100644 --- a/sdk/resourcesdeploymentstacks/arm-resourcesdeploymentstacks/samples/v1/typescript/package.json +++ b/sdk/resourcesdeploymentstacks/arm-resourcesdeploymentstacks/samples/v1/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/resourcesdeploymentstacks/arm-resourcesdeploymentstacks", "dependencies": { + "@azure-samples/arm-resourcesdeploymentstacks-ts": "file:", "@azure/arm-resourcesdeploymentstacks": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } 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 ef5930878147..e2126290ea47 100644 --- a/sdk/schemaregistry/schema-registry-avro/samples/v1/javascript/package.json +++ b/sdk/schemaregistry/schema-registry-avro/samples/v1/javascript/package.json @@ -23,10 +23,11 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/schemaregistry/schema-registry-avro", "dependencies": { - "@azure/schema-registry-avro": "latest", - "dotenv": "latest", + "@azure-samples/schema-registry-avro-js": "file:", + "@azure/event-hubs": "^5.8.0", "@azure/identity": "^4.2.1", "@azure/schema-registry": "^1.0.1", - "@azure/event-hubs": "^5.8.0" + "@azure/schema-registry-avro": "latest", + "dotenv": "latest" } } 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 6998fd857b6a..6dcebfca233f 100644 --- a/sdk/schemaregistry/schema-registry-avro/samples/v1/typescript/package.json +++ b/sdk/schemaregistry/schema-registry-avro/samples/v1/typescript/package.json @@ -27,15 +27,16 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/schemaregistry/schema-registry-avro", "dependencies": { - "@azure/schema-registry-avro": "latest", - "dotenv": "latest", + "@azure-samples/schema-registry-avro-ts": "file:", + "@azure/event-hubs": "^5.8.0", "@azure/identity": "^4.2.1", "@azure/schema-registry": "^1.0.1", - "@azure/event-hubs": "^5.8.0" + "@azure/schema-registry-avro": "latest", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/schemaregistry/schema-registry-json/samples/v1-beta/javascript/package.json b/sdk/schemaregistry/schema-registry-json/samples/v1-beta/javascript/package.json index 3a2987bbd2e3..a0ab3ad2662f 100644 --- a/sdk/schemaregistry/schema-registry-json/samples/v1-beta/javascript/package.json +++ b/sdk/schemaregistry/schema-registry-json/samples/v1-beta/javascript/package.json @@ -23,11 +23,12 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/schemaregistry/schema-registry-json", "dependencies": { - "@azure/schema-registry-json": "next", - "dotenv": "latest", + "@azure-samples/schema-registry-json-js-beta": "file:", + "@azure/event-hubs": "^5.8.0", "@azure/identity": "^4.2.1", "@azure/schema-registry": "1.3.0-beta.1", + "@azure/schema-registry-json": "next", "ajv": "^8.12.0", - "@azure/event-hubs": "^5.8.0" + "dotenv": "latest" } } diff --git a/sdk/schemaregistry/schema-registry-json/samples/v1-beta/typescript/package.json b/sdk/schemaregistry/schema-registry-json/samples/v1-beta/typescript/package.json index d2e4740b53b8..18acd3f9c610 100644 --- a/sdk/schemaregistry/schema-registry-json/samples/v1-beta/typescript/package.json +++ b/sdk/schemaregistry/schema-registry-json/samples/v1-beta/typescript/package.json @@ -27,16 +27,17 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/schemaregistry/schema-registry-json", "dependencies": { - "@azure/schema-registry-json": "next", - "dotenv": "latest", + "@azure-samples/schema-registry-json-ts-beta": "file:", + "@azure/event-hubs": "^5.8.0", "@azure/identity": "^4.2.1", "@azure/schema-registry": "1.3.0-beta.1", + "@azure/schema-registry-json": "next", "ajv": "^8.12.0", - "@azure/event-hubs": "^5.8.0" + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/schemaregistry/schema-registry/samples/v1-beta/javascript/package.json b/sdk/schemaregistry/schema-registry/samples/v1-beta/javascript/package.json index 88b37e16ac48..2a3077b4974a 100644 --- a/sdk/schemaregistry/schema-registry/samples/v1-beta/javascript/package.json +++ b/sdk/schemaregistry/schema-registry/samples/v1-beta/javascript/package.json @@ -23,8 +23,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/schemaregistry/schema-registry", "dependencies": { + "@azure-samples/schema-registry-js-beta": "file:", + "@azure/identity": "^4.2.1", "@azure/schema-registry": "next", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "dotenv": "latest" } } diff --git a/sdk/schemaregistry/schema-registry/samples/v1-beta/typescript/package.json b/sdk/schemaregistry/schema-registry/samples/v1-beta/typescript/package.json index 337b0a4e6cca..a8d4a682c611 100644 --- a/sdk/schemaregistry/schema-registry/samples/v1-beta/typescript/package.json +++ b/sdk/schemaregistry/schema-registry/samples/v1-beta/typescript/package.json @@ -27,13 +27,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/schemaregistry/schema-registry", "dependencies": { + "@azure-samples/schema-registry-ts-beta": "file:", + "@azure/identity": "^4.2.1", "@azure/schema-registry": "next", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/schemaregistry/schema-registry/samples/v1/javascript/package.json b/sdk/schemaregistry/schema-registry/samples/v1/javascript/package.json index 008d9d302e3c..9416a338aeac 100644 --- a/sdk/schemaregistry/schema-registry/samples/v1/javascript/package.json +++ b/sdk/schemaregistry/schema-registry/samples/v1/javascript/package.json @@ -23,8 +23,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/schemaregistry/schema-registry", "dependencies": { + "@azure-samples/schema-registry-js": "file:", + "@azure/identity": "^4.2.1", "@azure/schema-registry": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "dotenv": "latest" } } diff --git a/sdk/schemaregistry/schema-registry/samples/v1/typescript/package.json b/sdk/schemaregistry/schema-registry/samples/v1/typescript/package.json index fecf987b4b86..a8d922828c91 100644 --- a/sdk/schemaregistry/schema-registry/samples/v1/typescript/package.json +++ b/sdk/schemaregistry/schema-registry/samples/v1/typescript/package.json @@ -27,13 +27,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/schemaregistry/schema-registry", "dependencies": { + "@azure-samples/schema-registry-ts": "file:", + "@azure/identity": "^4.2.1", "@azure/schema-registry": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/scvmm/arm-scvmm/samples/v1/javascript/package.json b/sdk/scvmm/arm-scvmm/samples/v1/javascript/package.json index 62e92a311e9f..ba5c04040c47 100644 --- a/sdk/scvmm/arm-scvmm/samples/v1/javascript/package.json +++ b/sdk/scvmm/arm-scvmm/samples/v1/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/scvmm/arm-scvmm", "dependencies": { + "@azure-samples/arm-scvmm-js": "file:", "@azure/arm-scvmm": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" } } diff --git a/sdk/scvmm/arm-scvmm/samples/v1/typescript/package.json b/sdk/scvmm/arm-scvmm/samples/v1/typescript/package.json index 72d88f93c324..957f54ff5bab 100644 --- a/sdk/scvmm/arm-scvmm/samples/v1/typescript/package.json +++ b/sdk/scvmm/arm-scvmm/samples/v1/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/scvmm/arm-scvmm", "dependencies": { + "@azure-samples/arm-scvmm-ts": "file:", "@azure/arm-scvmm": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/search/arm-search/samples/v4-beta/javascript/package.json b/sdk/search/arm-search/samples/v4-beta/javascript/package.json index 2ee5a56f34b7..71e8fb80f5ad 100644 --- a/sdk/search/arm-search/samples/v4-beta/javascript/package.json +++ b/sdk/search/arm-search/samples/v4-beta/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/search/arm-search", "dependencies": { + "@azure-samples/arm-search-js-beta": "file:", "@azure/arm-search": "next", - "dotenv": "latest", - "@azure/identity": "^4.0.1" + "@azure/identity": "^4.0.1", + "dotenv": "latest" } } diff --git a/sdk/search/arm-search/samples/v4-beta/typescript/package.json b/sdk/search/arm-search/samples/v4-beta/typescript/package.json index 607c14f69d03..c9fabaed6a56 100644 --- a/sdk/search/arm-search/samples/v4-beta/typescript/package.json +++ b/sdk/search/arm-search/samples/v4-beta/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/search/arm-search", "dependencies": { + "@azure-samples/arm-search-ts-beta": "file:", "@azure/arm-search": "next", - "dotenv": "latest", - "@azure/identity": "^4.0.1" + "@azure/identity": "^4.0.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/search/search-documents/samples/v12/javascript/package.json b/sdk/search/search-documents/samples/v12/javascript/package.json index 68b2206639f5..60e30910993c 100644 --- a/sdk/search/search-documents/samples/v12/javascript/package.json +++ b/sdk/search/search-documents/samples/v12/javascript/package.json @@ -22,8 +22,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/search/search-documents", "dependencies": { + "@azure-samples/search-documents-js": "file:", + "@azure/identity": "^4.0.1", "@azure/search-documents": "latest", - "dotenv": "latest", - "@azure/identity": "^4.0.1" + "dotenv": "latest" } } diff --git a/sdk/search/search-documents/samples/v12/typescript/package.json b/sdk/search/search-documents/samples/v12/typescript/package.json index 4f0d7ad6a7f5..98486cc89869 100644 --- a/sdk/search/search-documents/samples/v12/typescript/package.json +++ b/sdk/search/search-documents/samples/v12/typescript/package.json @@ -26,13 +26,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/search/search-documents", "dependencies": { + "@azure-samples/search-documents-ts": "file:", + "@azure/identity": "^4.0.1", "@azure/search-documents": "latest", - "dotenv": "latest", - "@azure/identity": "^4.0.1" + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/security/arm-security/samples/v6-beta/javascript/package.json b/sdk/security/arm-security/samples/v6-beta/javascript/package.json index b690b52267b9..a697868b8724 100644 --- a/sdk/security/arm-security/samples/v6-beta/javascript/package.json +++ b/sdk/security/arm-security/samples/v6-beta/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/security/arm-security", "dependencies": { + "@azure-samples/arm-security-js-beta": "file:", "@azure/arm-security": "next", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" } } diff --git a/sdk/security/arm-security/samples/v6-beta/typescript/package.json b/sdk/security/arm-security/samples/v6-beta/typescript/package.json index a85a0f861e34..49c146e4648b 100644 --- a/sdk/security/arm-security/samples/v6-beta/typescript/package.json +++ b/sdk/security/arm-security/samples/v6-beta/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/security/arm-security", "dependencies": { + "@azure-samples/arm-security-ts-beta": "file:", "@azure/arm-security": "next", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/securitydevops/arm-securitydevops/samples/v1-beta/javascript/package.json b/sdk/securitydevops/arm-securitydevops/samples/v1-beta/javascript/package.json index 74ea6f3ad84d..e87455fb1bc6 100644 --- a/sdk/securitydevops/arm-securitydevops/samples/v1-beta/javascript/package.json +++ b/sdk/securitydevops/arm-securitydevops/samples/v1-beta/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/securitydevops/arm-securitydevops", "dependencies": { + "@azure-samples/arm-securitydevops-js-beta": "file:", "@azure/arm-securitydevops": "next", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" } } diff --git a/sdk/securitydevops/arm-securitydevops/samples/v1-beta/typescript/package.json b/sdk/securitydevops/arm-securitydevops/samples/v1-beta/typescript/package.json index 975577575183..caae898d176e 100644 --- a/sdk/securitydevops/arm-securitydevops/samples/v1-beta/typescript/package.json +++ b/sdk/securitydevops/arm-securitydevops/samples/v1-beta/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/securitydevops/arm-securitydevops", "dependencies": { + "@azure-samples/arm-securitydevops-ts-beta": "file:", "@azure/arm-securitydevops": "next", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/securityinsight/arm-securityinsight/samples/v1-beta/javascript/package.json b/sdk/securityinsight/arm-securityinsight/samples/v1-beta/javascript/package.json index 3c96de661867..8825c155dbb8 100644 --- a/sdk/securityinsight/arm-securityinsight/samples/v1-beta/javascript/package.json +++ b/sdk/securityinsight/arm-securityinsight/samples/v1-beta/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/securityinsight/arm-securityinsight", "dependencies": { + "@azure-samples/arm-securityinsight-js-beta": "file:", "@azure/arm-securityinsight": "next", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" } } diff --git a/sdk/securityinsight/arm-securityinsight/samples/v1-beta/typescript/package.json b/sdk/securityinsight/arm-securityinsight/samples/v1-beta/typescript/package.json index c7037cdce104..993ed3f54931 100644 --- a/sdk/securityinsight/arm-securityinsight/samples/v1-beta/typescript/package.json +++ b/sdk/securityinsight/arm-securityinsight/samples/v1-beta/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/securityinsight/arm-securityinsight", "dependencies": { + "@azure-samples/arm-securityinsight-ts-beta": "file:", "@azure/arm-securityinsight": "next", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/selfhelp/arm-selfhelp/samples/v2-beta/javascript/package.json b/sdk/selfhelp/arm-selfhelp/samples/v2-beta/javascript/package.json index e9f4e249ab7a..cf21dd946938 100644 --- a/sdk/selfhelp/arm-selfhelp/samples/v2-beta/javascript/package.json +++ b/sdk/selfhelp/arm-selfhelp/samples/v2-beta/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/selfhelp/arm-selfhelp", "dependencies": { + "@azure-samples/arm-selfhelp-js-beta": "file:", "@azure/arm-selfhelp": "next", - "dotenv": "latest", - "@azure/identity": "^4.0.1" + "@azure/identity": "^4.0.1", + "dotenv": "latest" } } diff --git a/sdk/selfhelp/arm-selfhelp/samples/v2-beta/typescript/package.json b/sdk/selfhelp/arm-selfhelp/samples/v2-beta/typescript/package.json index 0bcbe3539eae..21262864a61c 100644 --- a/sdk/selfhelp/arm-selfhelp/samples/v2-beta/typescript/package.json +++ b/sdk/selfhelp/arm-selfhelp/samples/v2-beta/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/selfhelp/arm-selfhelp", "dependencies": { + "@azure-samples/arm-selfhelp-ts-beta": "file:", "@azure/arm-selfhelp": "next", - "dotenv": "latest", - "@azure/identity": "^4.0.1" + "@azure/identity": "^4.0.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/serialconsole/arm-serialconsole/samples/v2/javascript/package.json b/sdk/serialconsole/arm-serialconsole/samples/v2/javascript/package.json index c75f8c283ce2..26bb97fdafea 100644 --- a/sdk/serialconsole/arm-serialconsole/samples/v2/javascript/package.json +++ b/sdk/serialconsole/arm-serialconsole/samples/v2/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/serialconsole/arm-serialconsole", "dependencies": { + "@azure-samples/arm-serialconsole-js": "file:", "@azure/arm-serialconsole": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" } } diff --git a/sdk/serialconsole/arm-serialconsole/samples/v2/typescript/package.json b/sdk/serialconsole/arm-serialconsole/samples/v2/typescript/package.json index 15895a5427ee..f0e4fd17ec9e 100644 --- a/sdk/serialconsole/arm-serialconsole/samples/v2/typescript/package.json +++ b/sdk/serialconsole/arm-serialconsole/samples/v2/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/serialconsole/arm-serialconsole", "dependencies": { + "@azure-samples/arm-serialconsole-ts": "file:", "@azure/arm-serialconsole": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/service-map/arm-servicemap/samples/v3-beta/javascript/package.json b/sdk/service-map/arm-servicemap/samples/v3-beta/javascript/package.json index b62f48317569..c1bf10b6a121 100644 --- a/sdk/service-map/arm-servicemap/samples/v3-beta/javascript/package.json +++ b/sdk/service-map/arm-servicemap/samples/v3-beta/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/service-map/arm-servicemap", "dependencies": { + "@azure-samples/arm-servicemap-js-beta": "file:", "@azure/arm-servicemap": "next", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" } } diff --git a/sdk/service-map/arm-servicemap/samples/v3-beta/typescript/package.json b/sdk/service-map/arm-servicemap/samples/v3-beta/typescript/package.json index fed561f59437..07db2e155430 100644 --- a/sdk/service-map/arm-servicemap/samples/v3-beta/typescript/package.json +++ b/sdk/service-map/arm-servicemap/samples/v3-beta/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/service-map/arm-servicemap", "dependencies": { + "@azure-samples/arm-servicemap-ts-beta": "file:", "@azure/arm-servicemap": "next", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/servicebus/arm-servicebus/samples/v6-beta/javascript/package.json b/sdk/servicebus/arm-servicebus/samples/v6-beta/javascript/package.json index cdc1f7adf19b..f0233af7d7e3 100644 --- a/sdk/servicebus/arm-servicebus/samples/v6-beta/javascript/package.json +++ b/sdk/servicebus/arm-servicebus/samples/v6-beta/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/servicebus/arm-servicebus", "dependencies": { + "@azure-samples/arm-servicebus-js-beta": "file:", "@azure/arm-servicebus": "next", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" } } diff --git a/sdk/servicebus/arm-servicebus/samples/v6-beta/typescript/package.json b/sdk/servicebus/arm-servicebus/samples/v6-beta/typescript/package.json index a188f0b20304..9adbdf0edacb 100644 --- a/sdk/servicebus/arm-servicebus/samples/v6-beta/typescript/package.json +++ b/sdk/servicebus/arm-servicebus/samples/v6-beta/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/servicebus/arm-servicebus", "dependencies": { + "@azure-samples/arm-servicebus-ts-beta": "file:", "@azure/arm-servicebus": "next", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/servicebus/service-bus/samples/v7-beta/javascript/package.json b/sdk/servicebus/service-bus/samples/v7-beta/javascript/package.json index 283e5804210b..e80d583e6c2e 100644 --- a/sdk/servicebus/service-bus/samples/v7-beta/javascript/package.json +++ b/sdk/servicebus/service-bus/samples/v7-beta/javascript/package.json @@ -25,11 +25,12 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/servicebus/service-bus", "dependencies": { + "@azure-samples/service-bus-js-beta": "file:", + "@azure/abort-controller": "^1.0.0", + "@azure/identity": "^4.2.1", "@azure/service-bus": "7.8.1-beta.1", "dotenv": "latest", - "ws": "^8.0.0", "https-proxy-agent": "^7.0.0", - "@azure/identity": "^4.2.1", - "@azure/abort-controller": "^1.0.0" + "ws": "^8.0.0" } } diff --git a/sdk/servicebus/service-bus/samples/v7-beta/typescript/package.json b/sdk/servicebus/service-bus/samples/v7-beta/typescript/package.json index 8a9f2c14b7af..8b94eb42ae15 100644 --- a/sdk/servicebus/service-bus/samples/v7-beta/typescript/package.json +++ b/sdk/servicebus/service-bus/samples/v7-beta/typescript/package.json @@ -29,17 +29,18 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/servicebus/service-bus", "dependencies": { + "@azure-samples/service-bus-ts-beta": "file:", + "@azure/abort-controller": "^1.0.0", + "@azure/identity": "^4.2.1", "@azure/service-bus": "7.8.1-beta.1", "dotenv": "latest", - "ws": "^8.0.0", "https-proxy-agent": "^7.0.0", - "@azure/identity": "^4.2.1", - "@azure/abort-controller": "^1.0.0" + "ws": "^8.0.0" }, "devDependencies": { - "@types/ws": "^7.2.4", "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "@types/ws": "^7.2.4", + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/servicebus/service-bus/samples/v7/javascript/package.json b/sdk/servicebus/service-bus/samples/v7/javascript/package.json index f14573c97020..9abbc31426da 100644 --- a/sdk/servicebus/service-bus/samples/v7/javascript/package.json +++ b/sdk/servicebus/service-bus/samples/v7/javascript/package.json @@ -25,11 +25,12 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/servicebus/service-bus", "dependencies": { + "@azure-samples/service-bus-js": "file:", + "@azure/core-auth": "^1.3.0", + "@azure/identity": "^4.2.1", "@azure/service-bus": "latest", "dotenv": "latest", - "@azure/identity": "^4.2.1", - "ws": "^8.0.0", "https-proxy-agent": "^7.0.0", - "@azure/core-auth": "^1.3.0" + "ws": "^8.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 d51d8a9102c6..5f065ed120e2 100644 --- a/sdk/servicebus/service-bus/samples/v7/typescript/package.json +++ b/sdk/servicebus/service-bus/samples/v7/typescript/package.json @@ -29,17 +29,18 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/servicebus/service-bus", "dependencies": { + "@azure-samples/service-bus-ts": "file:", + "@azure/core-auth": "^1.3.0", + "@azure/identity": "^4.2.1", "@azure/service-bus": "latest", "dotenv": "latest", - "@azure/identity": "^4.2.1", - "ws": "^8.0.0", "https-proxy-agent": "^7.0.0", - "@azure/core-auth": "^1.3.0" + "ws": "^8.0.0" }, "devDependencies": { - "@types/ws": "^7.2.4", "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "@types/ws": "^7.2.4", + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/servicebus/service-bus/test/stress/app/package.json b/sdk/servicebus/service-bus/test/stress/app/package.json index d4d69005c34c..afc024b727c4 100644 --- a/sdk/servicebus/service-bus/test/stress/app/package.json +++ b/sdk/servicebus/service-bus/test/stress/app/package.json @@ -11,10 +11,11 @@ "author": "", "license": "ISC", "dependencies": { - "applicationinsights": "^1.8.8", "@azure/service-bus": "latest", + "applicationinsights": "^1.8.8", "dotenv": "^16.0.0", "minimist": "^1.2.8", + "stress-test-track-2": "file:", "uuid": "^8.3.0" }, "devDependencies": { diff --git a/sdk/servicefabric/arm-servicefabric-rest/samples/v1-beta/javascript/package.json b/sdk/servicefabric/arm-servicefabric-rest/samples/v1-beta/javascript/package.json index fc0492d7a1b4..dad2e32a9f15 100644 --- a/sdk/servicefabric/arm-servicefabric-rest/samples/v1-beta/javascript/package.json +++ b/sdk/servicefabric/arm-servicefabric-rest/samples/v1-beta/javascript/package.json @@ -27,7 +27,8 @@ "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/servicefabric/arm-servicefabric-rest", "dependencies": { "@azure-rest/arm-servicefabric": "next", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure-samples/arm-servicefabric-js-beta": "file:", + "@azure/identity": "^4.2.1", + "dotenv": "latest" } } diff --git a/sdk/servicefabric/arm-servicefabric-rest/samples/v1-beta/typescript/package.json b/sdk/servicefabric/arm-servicefabric-rest/samples/v1-beta/typescript/package.json index 4b00e1f332ea..1bd63c3d3326 100644 --- a/sdk/servicefabric/arm-servicefabric-rest/samples/v1-beta/typescript/package.json +++ b/sdk/servicefabric/arm-servicefabric-rest/samples/v1-beta/typescript/package.json @@ -31,12 +31,13 @@ "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/servicefabric/arm-servicefabric-rest", "dependencies": { "@azure-rest/arm-servicefabric": "next", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure-samples/arm-servicefabric-ts-beta": "file:", + "@azure/identity": "^4.2.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/servicefabric/arm-servicefabric/samples/v3/javascript/package.json b/sdk/servicefabric/arm-servicefabric/samples/v3/javascript/package.json index 9f29b8c0d89c..a1beba72fdbd 100644 --- a/sdk/servicefabric/arm-servicefabric/samples/v3/javascript/package.json +++ b/sdk/servicefabric/arm-servicefabric/samples/v3/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/servicefabric/arm-servicefabric", "dependencies": { + "@azure-samples/arm-servicefabric-js": "file:", "@azure/arm-servicefabric": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" } } diff --git a/sdk/servicefabric/arm-servicefabric/samples/v3/typescript/package.json b/sdk/servicefabric/arm-servicefabric/samples/v3/typescript/package.json index a99052736acc..c0d5371bd9bb 100644 --- a/sdk/servicefabric/arm-servicefabric/samples/v3/typescript/package.json +++ b/sdk/servicefabric/arm-servicefabric/samples/v3/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/servicefabric/arm-servicefabric", "dependencies": { + "@azure-samples/arm-servicefabric-ts": "file:", "@azure/arm-servicefabric": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/servicefabricmanagedclusters/arm-servicefabricmanagedclusters/samples/v1-beta/javascript/package.json b/sdk/servicefabricmanagedclusters/arm-servicefabricmanagedclusters/samples/v1-beta/javascript/package.json index 5e4e4bcaa527..5865e167df25 100644 --- a/sdk/servicefabricmanagedclusters/arm-servicefabricmanagedclusters/samples/v1-beta/javascript/package.json +++ b/sdk/servicefabricmanagedclusters/arm-servicefabricmanagedclusters/samples/v1-beta/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/servicefabricmanagedclusters/arm-servicefabricmanagedclusters", "dependencies": { + "@azure-samples/arm-servicefabricmanagedclusters-js-beta": "file:", "@azure/arm-servicefabricmanagedclusters": "next", - "dotenv": "latest", - "@azure/identity": "^4.0.1" + "@azure/identity": "^4.0.1", + "dotenv": "latest" } } diff --git a/sdk/servicefabricmanagedclusters/arm-servicefabricmanagedclusters/samples/v1-beta/typescript/package.json b/sdk/servicefabricmanagedclusters/arm-servicefabricmanagedclusters/samples/v1-beta/typescript/package.json index bccc0f7e8398..8a20ab39c325 100644 --- a/sdk/servicefabricmanagedclusters/arm-servicefabricmanagedclusters/samples/v1-beta/typescript/package.json +++ b/sdk/servicefabricmanagedclusters/arm-servicefabricmanagedclusters/samples/v1-beta/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/servicefabricmanagedclusters/arm-servicefabricmanagedclusters", "dependencies": { + "@azure-samples/arm-servicefabricmanagedclusters-ts-beta": "file:", "@azure/arm-servicefabricmanagedclusters": "next", - "dotenv": "latest", - "@azure/identity": "^4.0.1" + "@azure/identity": "^4.0.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/servicefabricmesh/arm-servicefabricmesh/package.json b/sdk/servicefabricmesh/arm-servicefabricmesh/package.json index 51fc8a5a7f13..31272c18ccf7 100644 --- a/sdk/servicefabricmesh/arm-servicefabricmesh/package.json +++ b/sdk/servicefabricmesh/arm-servicefabricmesh/package.json @@ -35,7 +35,7 @@ "@azure/identity": "^4.0.1", "@azure-tools/test-recorder": "^3.0.0", "@azure-tools/test-credential": "^1.0.0", - "mocha": "^10.0.0", + "mocha": "^11.0.1", "@types/chai": "^4.2.8", "chai": "^4.2.0", "cross-env": "^7.0.2", diff --git a/sdk/servicefabricmesh/arm-servicefabricmesh/samples/v3-beta/javascript/package.json b/sdk/servicefabricmesh/arm-servicefabricmesh/samples/v3-beta/javascript/package.json index 5ca9ca626311..8452d7919473 100644 --- a/sdk/servicefabricmesh/arm-servicefabricmesh/samples/v3-beta/javascript/package.json +++ b/sdk/servicefabricmesh/arm-servicefabricmesh/samples/v3-beta/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/servicefabricmesh/arm-servicefabricmesh", "dependencies": { + "@azure-samples/arm-servicefabricmesh-js-beta": "file:", "@azure/arm-servicefabricmesh": "next", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" } } diff --git a/sdk/servicefabricmesh/arm-servicefabricmesh/samples/v3-beta/typescript/package.json b/sdk/servicefabricmesh/arm-servicefabricmesh/samples/v3-beta/typescript/package.json index 6be2bab57b15..b1c6038e1258 100644 --- a/sdk/servicefabricmesh/arm-servicefabricmesh/samples/v3-beta/typescript/package.json +++ b/sdk/servicefabricmesh/arm-servicefabricmesh/samples/v3-beta/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/servicefabricmesh/arm-servicefabricmesh", "dependencies": { + "@azure-samples/arm-servicefabricmesh-ts-beta": "file:", "@azure/arm-servicefabricmesh": "next", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/servicelinker/arm-servicelinker/samples/v1/javascript/package.json b/sdk/servicelinker/arm-servicelinker/samples/v1/javascript/package.json index 5aa7d8261f2e..b3ed6376a98f 100644 --- a/sdk/servicelinker/arm-servicelinker/samples/v1/javascript/package.json +++ b/sdk/servicelinker/arm-servicelinker/samples/v1/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/servicelinker/arm-servicelinker", "dependencies": { + "@azure-samples/arm-servicelinker-js": "file:", "@azure/arm-servicelinker": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" } } diff --git a/sdk/servicelinker/arm-servicelinker/samples/v1/typescript/package.json b/sdk/servicelinker/arm-servicelinker/samples/v1/typescript/package.json index f2da4e6d2bcb..576298909e13 100644 --- a/sdk/servicelinker/arm-servicelinker/samples/v1/typescript/package.json +++ b/sdk/servicelinker/arm-servicelinker/samples/v1/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/servicelinker/arm-servicelinker", "dependencies": { + "@azure-samples/arm-servicelinker-ts": "file:", "@azure/arm-servicelinker": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/servicelinker/arm-servicelinker/samples/v2/javascript/package.json b/sdk/servicelinker/arm-servicelinker/samples/v2/javascript/package.json index 5aa7d8261f2e..b3ed6376a98f 100644 --- a/sdk/servicelinker/arm-servicelinker/samples/v2/javascript/package.json +++ b/sdk/servicelinker/arm-servicelinker/samples/v2/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/servicelinker/arm-servicelinker", "dependencies": { + "@azure-samples/arm-servicelinker-js": "file:", "@azure/arm-servicelinker": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" } } diff --git a/sdk/servicelinker/arm-servicelinker/samples/v2/typescript/package.json b/sdk/servicelinker/arm-servicelinker/samples/v2/typescript/package.json index f2da4e6d2bcb..576298909e13 100644 --- a/sdk/servicelinker/arm-servicelinker/samples/v2/typescript/package.json +++ b/sdk/servicelinker/arm-servicelinker/samples/v2/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/servicelinker/arm-servicelinker", "dependencies": { + "@azure-samples/arm-servicelinker-ts": "file:", "@azure/arm-servicelinker": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/servicenetworking/arm-servicenetworking/samples/v1/javascript/package.json b/sdk/servicenetworking/arm-servicenetworking/samples/v1/javascript/package.json index 36ec8058c312..fe217ae4e173 100644 --- a/sdk/servicenetworking/arm-servicenetworking/samples/v1/javascript/package.json +++ b/sdk/servicenetworking/arm-servicenetworking/samples/v1/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/servicenetworking/arm-servicenetworking", "dependencies": { + "@azure-samples/arm-servicenetworking-js": "file:", "@azure/arm-servicenetworking": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" } } diff --git a/sdk/servicenetworking/arm-servicenetworking/samples/v1/typescript/package.json b/sdk/servicenetworking/arm-servicenetworking/samples/v1/typescript/package.json index a0656bbc8c92..24d993f73396 100644 --- a/sdk/servicenetworking/arm-servicenetworking/samples/v1/typescript/package.json +++ b/sdk/servicenetworking/arm-servicenetworking/samples/v1/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/servicenetworking/arm-servicenetworking", "dependencies": { + "@azure-samples/arm-servicenetworking-ts": "file:", "@azure/arm-servicenetworking": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/signalr/arm-signalr/samples/v5/javascript/package.json b/sdk/signalr/arm-signalr/samples/v5/javascript/package.json index f4dbc4407ef7..2720cfc65f21 100644 --- a/sdk/signalr/arm-signalr/samples/v5/javascript/package.json +++ b/sdk/signalr/arm-signalr/samples/v5/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/signalr/arm-signalr", "dependencies": { + "@azure-samples/arm-signalr-js": "file:", "@azure/arm-signalr": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" } } diff --git a/sdk/signalr/arm-signalr/samples/v5/typescript/package.json b/sdk/signalr/arm-signalr/samples/v5/typescript/package.json index b9604920fd32..532bc606b0d7 100644 --- a/sdk/signalr/arm-signalr/samples/v5/typescript/package.json +++ b/sdk/signalr/arm-signalr/samples/v5/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/signalr/arm-signalr", "dependencies": { + "@azure-samples/arm-signalr-ts": "file:", "@azure/arm-signalr": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/signalr/arm-signalr/samples/v6-beta/javascript/package.json b/sdk/signalr/arm-signalr/samples/v6-beta/javascript/package.json index ba0577217da0..6c1ab7575297 100644 --- a/sdk/signalr/arm-signalr/samples/v6-beta/javascript/package.json +++ b/sdk/signalr/arm-signalr/samples/v6-beta/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/signalr/arm-signalr", "dependencies": { + "@azure-samples/arm-signalr-js-beta": "file:", "@azure/arm-signalr": "next", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" } } diff --git a/sdk/signalr/arm-signalr/samples/v6-beta/typescript/package.json b/sdk/signalr/arm-signalr/samples/v6-beta/typescript/package.json index 551691a70348..7e03bfbdcfd0 100644 --- a/sdk/signalr/arm-signalr/samples/v6-beta/typescript/package.json +++ b/sdk/signalr/arm-signalr/samples/v6-beta/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/signalr/arm-signalr", "dependencies": { + "@azure-samples/arm-signalr-ts-beta": "file:", "@azure/arm-signalr": "next", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/sphere/arm-sphere/samples/v1/javascript/package.json b/sdk/sphere/arm-sphere/samples/v1/javascript/package.json index 4d287d19457b..d82feef099de 100644 --- a/sdk/sphere/arm-sphere/samples/v1/javascript/package.json +++ b/sdk/sphere/arm-sphere/samples/v1/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/sphere/arm-sphere", "dependencies": { + "@azure-samples/arm-sphere-js": "file:", "@azure/arm-sphere": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" } } diff --git a/sdk/sphere/arm-sphere/samples/v1/typescript/package.json b/sdk/sphere/arm-sphere/samples/v1/typescript/package.json index 718f8da8d6c3..473c56a33731 100644 --- a/sdk/sphere/arm-sphere/samples/v1/typescript/package.json +++ b/sdk/sphere/arm-sphere/samples/v1/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/sphere/arm-sphere", "dependencies": { + "@azure-samples/arm-sphere-ts": "file:", "@azure/arm-sphere": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/springappdiscovery/arm-springappdiscovery/samples/v1-beta/javascript/package.json b/sdk/springappdiscovery/arm-springappdiscovery/samples/v1-beta/javascript/package.json index fac7f9e32142..f5e8690abf7a 100644 --- a/sdk/springappdiscovery/arm-springappdiscovery/samples/v1-beta/javascript/package.json +++ b/sdk/springappdiscovery/arm-springappdiscovery/samples/v1-beta/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/springappdiscovery/arm-springappdiscovery", "dependencies": { + "@azure-samples/arm-springappdiscovery-js-beta": "file:", "@azure/arm-springappdiscovery": "next", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" } } diff --git a/sdk/springappdiscovery/arm-springappdiscovery/samples/v1-beta/typescript/package.json b/sdk/springappdiscovery/arm-springappdiscovery/samples/v1-beta/typescript/package.json index 19280cac728b..2a9aa8fc7253 100644 --- a/sdk/springappdiscovery/arm-springappdiscovery/samples/v1-beta/typescript/package.json +++ b/sdk/springappdiscovery/arm-springappdiscovery/samples/v1-beta/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/springappdiscovery/arm-springappdiscovery", "dependencies": { + "@azure-samples/arm-springappdiscovery-ts-beta": "file:", "@azure/arm-springappdiscovery": "next", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/sql/arm-sql/samples/v10-beta/javascript/package.json b/sdk/sql/arm-sql/samples/v10-beta/javascript/package.json index ddb692686bd3..d4ecc58dc5c4 100644 --- a/sdk/sql/arm-sql/samples/v10-beta/javascript/package.json +++ b/sdk/sql/arm-sql/samples/v10-beta/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/sql/arm-sql", "dependencies": { + "@azure-samples/arm-sql-js-beta": "file:", "@azure/arm-sql": "next", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" } } diff --git a/sdk/sql/arm-sql/samples/v10-beta/typescript/package.json b/sdk/sql/arm-sql/samples/v10-beta/typescript/package.json index 358c339856bc..2903c6ee9edf 100644 --- a/sdk/sql/arm-sql/samples/v10-beta/typescript/package.json +++ b/sdk/sql/arm-sql/samples/v10-beta/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/sql/arm-sql", "dependencies": { + "@azure-samples/arm-sql-ts-beta": "file:", "@azure/arm-sql": "next", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/sql/arm-sql/samples/v11-beta/javascript/package.json b/sdk/sql/arm-sql/samples/v11-beta/javascript/package.json index ddb692686bd3..d4ecc58dc5c4 100644 --- a/sdk/sql/arm-sql/samples/v11-beta/javascript/package.json +++ b/sdk/sql/arm-sql/samples/v11-beta/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/sql/arm-sql", "dependencies": { + "@azure-samples/arm-sql-js-beta": "file:", "@azure/arm-sql": "next", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" } } diff --git a/sdk/sql/arm-sql/samples/v11-beta/typescript/package.json b/sdk/sql/arm-sql/samples/v11-beta/typescript/package.json index 358c339856bc..2903c6ee9edf 100644 --- a/sdk/sql/arm-sql/samples/v11-beta/typescript/package.json +++ b/sdk/sql/arm-sql/samples/v11-beta/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/sql/arm-sql", "dependencies": { + "@azure-samples/arm-sql-ts-beta": "file:", "@azure/arm-sql": "next", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/sqlvirtualmachine/arm-sqlvirtualmachine/samples/v5-beta/javascript/package.json b/sdk/sqlvirtualmachine/arm-sqlvirtualmachine/samples/v5-beta/javascript/package.json index d237233eaa5c..749030eb93a2 100644 --- a/sdk/sqlvirtualmachine/arm-sqlvirtualmachine/samples/v5-beta/javascript/package.json +++ b/sdk/sqlvirtualmachine/arm-sqlvirtualmachine/samples/v5-beta/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/sqlvirtualmachine/arm-sqlvirtualmachine", "dependencies": { + "@azure-samples/arm-sqlvirtualmachine-js-beta": "file:", "@azure/arm-sqlvirtualmachine": "next", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" } } diff --git a/sdk/sqlvirtualmachine/arm-sqlvirtualmachine/samples/v5-beta/typescript/package.json b/sdk/sqlvirtualmachine/arm-sqlvirtualmachine/samples/v5-beta/typescript/package.json index 4dd62a9fef00..0e3b4c93f039 100644 --- a/sdk/sqlvirtualmachine/arm-sqlvirtualmachine/samples/v5-beta/typescript/package.json +++ b/sdk/sqlvirtualmachine/arm-sqlvirtualmachine/samples/v5-beta/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/sqlvirtualmachine/arm-sqlvirtualmachine", "dependencies": { + "@azure-samples/arm-sqlvirtualmachine-ts-beta": "file:", "@azure/arm-sqlvirtualmachine": "next", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/standbypool/arm-standbypool/samples/v1-beta/javascript/package.json b/sdk/standbypool/arm-standbypool/samples/v1-beta/javascript/package.json index 32b1c913e17e..57dc918e9ed9 100644 --- a/sdk/standbypool/arm-standbypool/samples/v1-beta/javascript/package.json +++ b/sdk/standbypool/arm-standbypool/samples/v1-beta/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/standbypool/arm-standbypool", "dependencies": { + "@azure-samples/arm-standbypool-js-beta": "file:", "@azure/arm-standbypool": "next", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" } } diff --git a/sdk/standbypool/arm-standbypool/samples/v1-beta/typescript/package.json b/sdk/standbypool/arm-standbypool/samples/v1-beta/typescript/package.json index ba329d578aaf..73a386e95efb 100644 --- a/sdk/standbypool/arm-standbypool/samples/v1-beta/typescript/package.json +++ b/sdk/standbypool/arm-standbypool/samples/v1-beta/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/standbypool/arm-standbypool", "dependencies": { + "@azure-samples/arm-standbypool-ts-beta": "file:", "@azure/arm-standbypool": "next", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/storage/arm-storage-profile-2020-09-01-hybrid/samples/v2/javascript/package.json b/sdk/storage/arm-storage-profile-2020-09-01-hybrid/samples/v2/javascript/package.json index 7f6c4b00e048..107febe45fb2 100644 --- a/sdk/storage/arm-storage-profile-2020-09-01-hybrid/samples/v2/javascript/package.json +++ b/sdk/storage/arm-storage-profile-2020-09-01-hybrid/samples/v2/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/storage/arm-storage-profile-2020-09-01-hybrid", "dependencies": { + "@azure-samples/arm-storage-profile-2020-09-01-hybrid-js": "file:", "@azure/arm-storage-profile-2020-09-01-hybrid": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" } } diff --git a/sdk/storage/arm-storage-profile-2020-09-01-hybrid/samples/v2/typescript/package.json b/sdk/storage/arm-storage-profile-2020-09-01-hybrid/samples/v2/typescript/package.json index eec7c8fd6aa7..ff0515f41ccf 100644 --- a/sdk/storage/arm-storage-profile-2020-09-01-hybrid/samples/v2/typescript/package.json +++ b/sdk/storage/arm-storage-profile-2020-09-01-hybrid/samples/v2/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/storage/arm-storage-profile-2020-09-01-hybrid", "dependencies": { + "@azure-samples/arm-storage-profile-2020-09-01-hybrid-ts": "file:", "@azure/arm-storage-profile-2020-09-01-hybrid": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/storage/arm-storage/samples/v18/javascript/package.json b/sdk/storage/arm-storage/samples/v18/javascript/package.json index 0e69b6a87cb8..f6dec73311a3 100644 --- a/sdk/storage/arm-storage/samples/v18/javascript/package.json +++ b/sdk/storage/arm-storage/samples/v18/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/storage/arm-storage", "dependencies": { + "@azure-samples/arm-storage-js": "file:", "@azure/arm-storage": "latest", - "dotenv": "latest", - "@azure/identity": "^4.0.1" + "@azure/identity": "^4.0.1", + "dotenv": "latest" } } diff --git a/sdk/storage/arm-storage/samples/v18/typescript/package.json b/sdk/storage/arm-storage/samples/v18/typescript/package.json index 21f6d43ace4f..170111b8abfe 100644 --- a/sdk/storage/arm-storage/samples/v18/typescript/package.json +++ b/sdk/storage/arm-storage/samples/v18/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/storage/arm-storage", "dependencies": { + "@azure-samples/arm-storage-ts": "file:", "@azure/arm-storage": "latest", - "dotenv": "latest", - "@azure/identity": "^4.0.1" + "@azure/identity": "^4.0.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/storage/storage-blob-changefeed/samples/v12-beta/javascript/package.json b/sdk/storage/storage-blob-changefeed/samples/v12-beta/javascript/package.json index 3e03a4828687..c8412078c0c1 100644 --- a/sdk/storage/storage-blob-changefeed/samples/v12-beta/javascript/package.json +++ b/sdk/storage/storage-blob-changefeed/samples/v12-beta/javascript/package.json @@ -29,8 +29,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/storage/storage-blob-changefeed", "dependencies": { + "@azure-samples/storage-blob-changefeed-js-beta": "file:", + "@azure/storage-blob": "^12.8.0", "@azure/storage-blob-changefeed": "next", - "dotenv": "latest", - "@azure/storage-blob": "^12.8.0" + "dotenv": "latest" } } diff --git a/sdk/storage/storage-blob-changefeed/samples/v12-beta/typescript/package.json b/sdk/storage/storage-blob-changefeed/samples/v12-beta/typescript/package.json index d9766da6ac93..a4bd98e57b22 100644 --- a/sdk/storage/storage-blob-changefeed/samples/v12-beta/typescript/package.json +++ b/sdk/storage/storage-blob-changefeed/samples/v12-beta/typescript/package.json @@ -33,13 +33,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/storage/storage-blob-changefeed", "dependencies": { + "@azure-samples/storage-blob-changefeed-ts-beta": "file:", + "@azure/storage-blob": "^12.8.0", "@azure/storage-blob-changefeed": "next", - "dotenv": "latest", - "@azure/storage-blob": "^12.8.0" + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/storage/storage-blob/samples/v12/javascript/package.json b/sdk/storage/storage-blob/samples/v12/javascript/package.json index 88b5824f4404..8d357abeb053 100644 --- a/sdk/storage/storage-blob/samples/v12/javascript/package.json +++ b/sdk/storage/storage-blob/samples/v12/javascript/package.json @@ -28,10 +28,11 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/storage/storage-blob", "dependencies": { - "@azure/storage-blob": "latest", - "dotenv": "latest", + "@azure-samples/storage-blob-js": "file:", "@azure/abort-controller": "^2.1.2", + "@azure/identity": "^4.2.1", "@azure/logger": "^1.0.0", - "@azure/identity": "^4.2.1" + "@azure/storage-blob": "latest", + "dotenv": "latest" } } diff --git a/sdk/storage/storage-blob/samples/v12/typescript/package.json b/sdk/storage/storage-blob/samples/v12/typescript/package.json index 2f1d7fe9f09b..5224267fb7f3 100644 --- a/sdk/storage/storage-blob/samples/v12/typescript/package.json +++ b/sdk/storage/storage-blob/samples/v12/typescript/package.json @@ -32,15 +32,16 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/storage/storage-blob", "dependencies": { - "@azure/storage-blob": "latest", - "dotenv": "latest", + "@azure-samples/storage-blob-ts": "file:", "@azure/abort-controller": "^2.1.2", + "@azure/identity": "^4.2.1", "@azure/logger": "^1.0.0", - "@azure/identity": "^4.2.1" + "@azure/storage-blob": "latest", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/storage/storage-file-datalake/samples/v12/javascript/package.json b/sdk/storage/storage-file-datalake/samples/v12/javascript/package.json index 7b13211aa83e..71ec31d2e57e 100644 --- a/sdk/storage/storage-file-datalake/samples/v12/javascript/package.json +++ b/sdk/storage/storage-file-datalake/samples/v12/javascript/package.json @@ -30,6 +30,7 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/storage/storage-file-datalake", "dependencies": { + "@azure-samples/storage-file-datalake-js": "file:", "@azure/storage-file-datalake": "latest", "dotenv": "latest" } diff --git a/sdk/storage/storage-file-datalake/samples/v12/typescript/package.json b/sdk/storage/storage-file-datalake/samples/v12/typescript/package.json index 7b1a2e272d63..d5118371d725 100644 --- a/sdk/storage/storage-file-datalake/samples/v12/typescript/package.json +++ b/sdk/storage/storage-file-datalake/samples/v12/typescript/package.json @@ -34,12 +34,13 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/storage/storage-file-datalake", "dependencies": { + "@azure-samples/storage-file-datalake-ts": "file:", "@azure/storage-file-datalake": "latest", "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/storage/storage-file-share/samples/v12/javascript/package.json b/sdk/storage/storage-file-share/samples/v12/javascript/package.json index 4ba71b331c32..9514cf12fc39 100644 --- a/sdk/storage/storage-file-share/samples/v12/javascript/package.json +++ b/sdk/storage/storage-file-share/samples/v12/javascript/package.json @@ -28,8 +28,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/storage/storage-file-share", "dependencies": { + "@azure-samples/storage-file-share-js": "file:", + "@azure/abort-controller": "^2.1.2", "@azure/storage-file-share": "latest", - "dotenv": "latest", - "@azure/abort-controller": "^2.1.2" + "dotenv": "latest" } } diff --git a/sdk/storage/storage-file-share/samples/v12/typescript/package.json b/sdk/storage/storage-file-share/samples/v12/typescript/package.json index 0c99fac2ca9e..d038ad2d3209 100644 --- a/sdk/storage/storage-file-share/samples/v12/typescript/package.json +++ b/sdk/storage/storage-file-share/samples/v12/typescript/package.json @@ -32,13 +32,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/storage/storage-file-share", "dependencies": { + "@azure-samples/storage-file-share-ts": "file:", + "@azure/abort-controller": "^2.1.2", "@azure/storage-file-share": "latest", - "dotenv": "latest", - "@azure/abort-controller": "^2.1.2" + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/storage/storage-queue/samples/v12/javascript/package.json b/sdk/storage/storage-queue/samples/v12/javascript/package.json index 78b8276654e8..83620c2f5155 100644 --- a/sdk/storage/storage-queue/samples/v12/javascript/package.json +++ b/sdk/storage/storage-queue/samples/v12/javascript/package.json @@ -28,6 +28,7 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/storage/storage-queue", "dependencies": { + "@azure-samples/storage-queue-js": "file:", "@azure/identity": "^4.2.1", "@azure/storage-queue": "^12.12.0", "dotenv": "latest" diff --git a/sdk/storage/storage-queue/samples/v12/typescript/package.json b/sdk/storage/storage-queue/samples/v12/typescript/package.json index 341382fff187..611249eecd6d 100644 --- a/sdk/storage/storage-queue/samples/v12/typescript/package.json +++ b/sdk/storage/storage-queue/samples/v12/typescript/package.json @@ -32,13 +32,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/storage/storage-queue", "dependencies": { + "@azure-samples/storage-queue-ts": "file:", "@azure/identity": "^4.2.1", "@azure/storage-queue": "^12.12.0", "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/storageactions/arm-storageactions/samples/v1-beta/javascript/package.json b/sdk/storageactions/arm-storageactions/samples/v1-beta/javascript/package.json index 75be5bbf3ca9..0ed8bbebef62 100644 --- a/sdk/storageactions/arm-storageactions/samples/v1-beta/javascript/package.json +++ b/sdk/storageactions/arm-storageactions/samples/v1-beta/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/storageactions/arm-storageactions", "dependencies": { + "@azure-samples/arm-storageactions-js-beta": "file:", "@azure/arm-storageactions": "next", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" } } diff --git a/sdk/storageactions/arm-storageactions/samples/v1-beta/typescript/package.json b/sdk/storageactions/arm-storageactions/samples/v1-beta/typescript/package.json index 69a34cf49c31..d1bdc7a52555 100644 --- a/sdk/storageactions/arm-storageactions/samples/v1-beta/typescript/package.json +++ b/sdk/storageactions/arm-storageactions/samples/v1-beta/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/storageactions/arm-storageactions", "dependencies": { + "@azure-samples/arm-storageactions-ts-beta": "file:", "@azure/arm-storageactions": "next", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/storagecache/arm-storagecache/samples/v8/javascript/package.json b/sdk/storagecache/arm-storagecache/samples/v8/javascript/package.json index 670bd50166c9..80ccdb8d8928 100644 --- a/sdk/storagecache/arm-storagecache/samples/v8/javascript/package.json +++ b/sdk/storagecache/arm-storagecache/samples/v8/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/storagecache/arm-storagecache", "dependencies": { + "@azure-samples/arm-storagecache-js": "file:", "@azure/arm-storagecache": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" } } diff --git a/sdk/storagecache/arm-storagecache/samples/v8/typescript/package.json b/sdk/storagecache/arm-storagecache/samples/v8/typescript/package.json index 504b33a76fe3..de89be0f6cae 100644 --- a/sdk/storagecache/arm-storagecache/samples/v8/typescript/package.json +++ b/sdk/storagecache/arm-storagecache/samples/v8/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/storagecache/arm-storagecache", "dependencies": { + "@azure-samples/arm-storagecache-ts": "file:", "@azure/arm-storagecache": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/storageimportexport/arm-storageimportexport/samples/v2/javascript/package.json b/sdk/storageimportexport/arm-storageimportexport/samples/v2/javascript/package.json index dbd5f9899f94..866563341176 100644 --- a/sdk/storageimportexport/arm-storageimportexport/samples/v2/javascript/package.json +++ b/sdk/storageimportexport/arm-storageimportexport/samples/v2/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/storageimportexport/arm-storageimportexport", "dependencies": { + "@azure-samples/arm-storageimportexport-js": "file:", "@azure/arm-storageimportexport": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" } } diff --git a/sdk/storageimportexport/arm-storageimportexport/samples/v2/typescript/package.json b/sdk/storageimportexport/arm-storageimportexport/samples/v2/typescript/package.json index d87f4fd3f43c..36c66e88bb49 100644 --- a/sdk/storageimportexport/arm-storageimportexport/samples/v2/typescript/package.json +++ b/sdk/storageimportexport/arm-storageimportexport/samples/v2/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/storageimportexport/arm-storageimportexport", "dependencies": { + "@azure-samples/arm-storageimportexport-ts": "file:", "@azure/arm-storageimportexport": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/storagemover/arm-storagemover/samples/v2/javascript/package.json b/sdk/storagemover/arm-storagemover/samples/v2/javascript/package.json index d1efe76848c2..52ff07aeaa63 100644 --- a/sdk/storagemover/arm-storagemover/samples/v2/javascript/package.json +++ b/sdk/storagemover/arm-storagemover/samples/v2/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/storagemover/arm-storagemover", "dependencies": { + "@azure-samples/arm-storagemover-js": "file:", "@azure/arm-storagemover": "latest", - "dotenv": "latest", - "@azure/identity": "^4.0.1" + "@azure/identity": "^4.0.1", + "dotenv": "latest" } } diff --git a/sdk/storagemover/arm-storagemover/samples/v2/typescript/package.json b/sdk/storagemover/arm-storagemover/samples/v2/typescript/package.json index 32e24d0267d6..6f8fae42a8b7 100644 --- a/sdk/storagemover/arm-storagemover/samples/v2/typescript/package.json +++ b/sdk/storagemover/arm-storagemover/samples/v2/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/storagemover/arm-storagemover", "dependencies": { + "@azure-samples/arm-storagemover-ts": "file:", "@azure/arm-storagemover": "latest", - "dotenv": "latest", - "@azure/identity": "^4.0.1" + "@azure/identity": "^4.0.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/storagesync/arm-storagesync/samples/v9/javascript/package.json b/sdk/storagesync/arm-storagesync/samples/v9/javascript/package.json index 5cf820e3387b..d45140d475bb 100644 --- a/sdk/storagesync/arm-storagesync/samples/v9/javascript/package.json +++ b/sdk/storagesync/arm-storagesync/samples/v9/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/storagesync/arm-storagesync", "dependencies": { + "@azure-samples/arm-storagesync-js": "file:", "@azure/arm-storagesync": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" } } diff --git a/sdk/storagesync/arm-storagesync/samples/v9/typescript/package.json b/sdk/storagesync/arm-storagesync/samples/v9/typescript/package.json index 8b28e01d5961..c2e8fd353ddb 100644 --- a/sdk/storagesync/arm-storagesync/samples/v9/typescript/package.json +++ b/sdk/storagesync/arm-storagesync/samples/v9/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/storagesync/arm-storagesync", "dependencies": { + "@azure-samples/arm-storagesync-ts": "file:", "@azure/arm-storagesync": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/storsimple1200series/arm-storsimple1200series/samples/v2/javascript/package.json b/sdk/storsimple1200series/arm-storsimple1200series/samples/v2/javascript/package.json index fcac7d98d2b4..8bdc887baa1b 100644 --- a/sdk/storsimple1200series/arm-storsimple1200series/samples/v2/javascript/package.json +++ b/sdk/storsimple1200series/arm-storsimple1200series/samples/v2/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/storsimple1200series/arm-storsimple1200series", "dependencies": { + "@azure-samples/arm-storsimple1200series-js": "file:", "@azure/arm-storsimple1200series": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" } } diff --git a/sdk/storsimple1200series/arm-storsimple1200series/samples/v2/typescript/package.json b/sdk/storsimple1200series/arm-storsimple1200series/samples/v2/typescript/package.json index 503641fef06c..b3798c0e7873 100644 --- a/sdk/storsimple1200series/arm-storsimple1200series/samples/v2/typescript/package.json +++ b/sdk/storsimple1200series/arm-storsimple1200series/samples/v2/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/storsimple1200series/arm-storsimple1200series", "dependencies": { + "@azure-samples/arm-storsimple1200series-ts": "file:", "@azure/arm-storsimple1200series": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/storsimple8000series/arm-storsimple8000series/samples/v2/javascript/package.json b/sdk/storsimple8000series/arm-storsimple8000series/samples/v2/javascript/package.json index fdf948a537bd..5fcc7b551f71 100644 --- a/sdk/storsimple8000series/arm-storsimple8000series/samples/v2/javascript/package.json +++ b/sdk/storsimple8000series/arm-storsimple8000series/samples/v2/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/storsimple8000series/arm-storsimple8000series", "dependencies": { + "@azure-samples/arm-storsimple8000series-js": "file:", "@azure/arm-storsimple8000series": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" } } diff --git a/sdk/storsimple8000series/arm-storsimple8000series/samples/v2/typescript/package.json b/sdk/storsimple8000series/arm-storsimple8000series/samples/v2/typescript/package.json index 549146447f5f..eb9f87528e6e 100644 --- a/sdk/storsimple8000series/arm-storsimple8000series/samples/v2/typescript/package.json +++ b/sdk/storsimple8000series/arm-storsimple8000series/samples/v2/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/storsimple8000series/arm-storsimple8000series", "dependencies": { + "@azure-samples/arm-storsimple8000series-ts": "file:", "@azure/arm-storsimple8000series": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/streamanalytics/arm-streamanalytics/samples/v5-beta/javascript/package.json b/sdk/streamanalytics/arm-streamanalytics/samples/v5-beta/javascript/package.json index c662e8fd50e7..ac5911ef9e5e 100644 --- a/sdk/streamanalytics/arm-streamanalytics/samples/v5-beta/javascript/package.json +++ b/sdk/streamanalytics/arm-streamanalytics/samples/v5-beta/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/streamanalytics/arm-streamanalytics", "dependencies": { + "@azure-samples/arm-streamanalytics-js-beta": "file:", "@azure/arm-streamanalytics": "next", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" } } diff --git a/sdk/streamanalytics/arm-streamanalytics/samples/v5-beta/typescript/package.json b/sdk/streamanalytics/arm-streamanalytics/samples/v5-beta/typescript/package.json index c83ccb4d318b..9459bcc0e42d 100644 --- a/sdk/streamanalytics/arm-streamanalytics/samples/v5-beta/typescript/package.json +++ b/sdk/streamanalytics/arm-streamanalytics/samples/v5-beta/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/streamanalytics/arm-streamanalytics", "dependencies": { + "@azure-samples/arm-streamanalytics-ts-beta": "file:", "@azure/arm-streamanalytics": "next", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/subscription/arm-subscriptions-profile-2020-09-01-hybrid/samples/v2/javascript/package.json b/sdk/subscription/arm-subscriptions-profile-2020-09-01-hybrid/samples/v2/javascript/package.json index 428b260e37d2..0ee9b1b4bb48 100644 --- a/sdk/subscription/arm-subscriptions-profile-2020-09-01-hybrid/samples/v2/javascript/package.json +++ b/sdk/subscription/arm-subscriptions-profile-2020-09-01-hybrid/samples/v2/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/subscription/arm-subscriptions-profile-2020-09-01-hybrid", "dependencies": { + "@azure-samples/arm-subscriptions-profile-2020-09-01-hybrid-js": "file:", "@azure/arm-subscriptions-profile-2020-09-01-hybrid": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" } } diff --git a/sdk/subscription/arm-subscriptions-profile-2020-09-01-hybrid/samples/v2/typescript/package.json b/sdk/subscription/arm-subscriptions-profile-2020-09-01-hybrid/samples/v2/typescript/package.json index 4aefd6039d35..3d900bf6d43d 100644 --- a/sdk/subscription/arm-subscriptions-profile-2020-09-01-hybrid/samples/v2/typescript/package.json +++ b/sdk/subscription/arm-subscriptions-profile-2020-09-01-hybrid/samples/v2/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/subscription/arm-subscriptions-profile-2020-09-01-hybrid", "dependencies": { + "@azure-samples/arm-subscriptions-profile-2020-09-01-hybrid-ts": "file:", "@azure/arm-subscriptions-profile-2020-09-01-hybrid": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/subscription/arm-subscriptions/samples/v5/javascript/package.json b/sdk/subscription/arm-subscriptions/samples/v5/javascript/package.json index 53c008c98831..93e74382da12 100644 --- a/sdk/subscription/arm-subscriptions/samples/v5/javascript/package.json +++ b/sdk/subscription/arm-subscriptions/samples/v5/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/subscription/arm-subscriptions", "dependencies": { + "@azure-samples/arm-subscriptions-js": "file:", "@azure/arm-subscriptions": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" } } diff --git a/sdk/subscription/arm-subscriptions/samples/v5/typescript/package.json b/sdk/subscription/arm-subscriptions/samples/v5/typescript/package.json index a4084629d761..f0ee28cf3f80 100644 --- a/sdk/subscription/arm-subscriptions/samples/v5/typescript/package.json +++ b/sdk/subscription/arm-subscriptions/samples/v5/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/subscription/arm-subscriptions", "dependencies": { + "@azure-samples/arm-subscriptions-ts": "file:", "@azure/arm-subscriptions": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/support/arm-support/samples/v3/javascript/package.json b/sdk/support/arm-support/samples/v3/javascript/package.json index 477706fc9bc4..56174c8305ab 100644 --- a/sdk/support/arm-support/samples/v3/javascript/package.json +++ b/sdk/support/arm-support/samples/v3/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/support/arm-support", "dependencies": { + "@azure-samples/arm-support-js": "file:", "@azure/arm-support": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" } } diff --git a/sdk/support/arm-support/samples/v3/typescript/package.json b/sdk/support/arm-support/samples/v3/typescript/package.json index 8430663c954a..752e07a4f42a 100644 --- a/sdk/support/arm-support/samples/v3/typescript/package.json +++ b/sdk/support/arm-support/samples/v3/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/support/arm-support", "dependencies": { + "@azure-samples/arm-support-ts": "file:", "@azure/arm-support": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/synapse/arm-synapse/samples/v9-beta/javascript/package.json b/sdk/synapse/arm-synapse/samples/v9-beta/javascript/package.json index 0208421447fc..01a377f14cfb 100644 --- a/sdk/synapse/arm-synapse/samples/v9-beta/javascript/package.json +++ b/sdk/synapse/arm-synapse/samples/v9-beta/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/synapse/arm-synapse", "dependencies": { + "@azure-samples/arm-synapse-js-beta": "file:", "@azure/arm-synapse": "next", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" } } diff --git a/sdk/synapse/arm-synapse/samples/v9-beta/typescript/package.json b/sdk/synapse/arm-synapse/samples/v9-beta/typescript/package.json index 99ba862d2284..447f3ccaaeb1 100644 --- a/sdk/synapse/arm-synapse/samples/v9-beta/typescript/package.json +++ b/sdk/synapse/arm-synapse/samples/v9-beta/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/synapse/arm-synapse", "dependencies": { + "@azure-samples/arm-synapse-ts-beta": "file:", "@azure/arm-synapse": "next", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/synapse/synapse-access-control-rest/samples/v1-beta/javascript/package.json b/sdk/synapse/synapse-access-control-rest/samples/v1-beta/javascript/package.json index 2d4b8ae8d8c3..e78c9cd73aff 100644 --- a/sdk/synapse/synapse-access-control-rest/samples/v1-beta/javascript/package.json +++ b/sdk/synapse/synapse-access-control-rest/samples/v1-beta/javascript/package.json @@ -27,8 +27,9 @@ "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/synapse/synapse-access-control-rest", "dependencies": { "@azure-rest/synapse-access-control": "next", - "dotenv": "latest", + "@azure-samples/synapse-access-control-js-beta": "file:", "@azure/identity": "^4.2.1", + "dotenv": "latest", "uuid": "^8.3.0" } } diff --git a/sdk/synapse/synapse-access-control-rest/samples/v1-beta/typescript/package.json b/sdk/synapse/synapse-access-control-rest/samples/v1-beta/typescript/package.json index 6aac2a1f6257..d73773ac7b10 100644 --- a/sdk/synapse/synapse-access-control-rest/samples/v1-beta/typescript/package.json +++ b/sdk/synapse/synapse-access-control-rest/samples/v1-beta/typescript/package.json @@ -31,14 +31,15 @@ "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/synapse/synapse-access-control-rest", "dependencies": { "@azure-rest/synapse-access-control": "next", - "dotenv": "latest", + "@azure-samples/synapse-access-control-ts-beta": "file:", "@azure/identity": "^4.2.1", + "dotenv": "latest", "uuid": "^8.3.0" }, "devDependencies": { - "@types/uuid": "^8.0.0", "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "@types/uuid": "^8.0.0", + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/tables/data-tables/samples/v12/javascript/package.json b/sdk/tables/data-tables/samples/v12/javascript/package.json index bc6590c701a9..b003dc766f68 100644 --- a/sdk/tables/data-tables/samples/v12/javascript/package.json +++ b/sdk/tables/data-tables/samples/v12/javascript/package.json @@ -22,10 +22,11 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/tables/data-tables", "dependencies": { + "@azure-samples/data-tables-js": "file:", + "@azure/core-auth": "^1.3.0", "@azure/data-tables": "latest", - "dotenv": "latest", "@azure/identity": "^4.2.1", - "uuid": "^8.3.0", - "@azure/core-auth": "^1.3.0" + "dotenv": "latest", + "uuid": "^8.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 ec919f8be0c3..fe8a4cfedf93 100644 --- a/sdk/tables/data-tables/samples/v12/typescript/package.json +++ b/sdk/tables/data-tables/samples/v12/typescript/package.json @@ -26,15 +26,16 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/tables/data-tables", "dependencies": { + "@azure-samples/data-tables-ts": "file:", + "@azure/core-auth": "^1.3.0", "@azure/data-tables": "latest", - "dotenv": "latest", "@azure/identity": "^4.2.1", - "uuid": "^8.3.0", - "@azure/core-auth": "^1.3.0" + "dotenv": "latest", + "uuid": "^8.3.0" }, "devDependencies": { "@types/uuid": "^8.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/tables/data-tables/samples/v13/javascript/package.json b/sdk/tables/data-tables/samples/v13/javascript/package.json index bc6590c701a9..b003dc766f68 100644 --- a/sdk/tables/data-tables/samples/v13/javascript/package.json +++ b/sdk/tables/data-tables/samples/v13/javascript/package.json @@ -22,10 +22,11 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/tables/data-tables", "dependencies": { + "@azure-samples/data-tables-js": "file:", + "@azure/core-auth": "^1.3.0", "@azure/data-tables": "latest", - "dotenv": "latest", "@azure/identity": "^4.2.1", - "uuid": "^8.3.0", - "@azure/core-auth": "^1.3.0" + "dotenv": "latest", + "uuid": "^8.3.0" } } diff --git a/sdk/tables/data-tables/samples/v13/typescript/package.json b/sdk/tables/data-tables/samples/v13/typescript/package.json index ec919f8be0c3..fe8a4cfedf93 100644 --- a/sdk/tables/data-tables/samples/v13/typescript/package.json +++ b/sdk/tables/data-tables/samples/v13/typescript/package.json @@ -26,15 +26,16 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/tables/data-tables", "dependencies": { + "@azure-samples/data-tables-ts": "file:", + "@azure/core-auth": "^1.3.0", "@azure/data-tables": "latest", - "dotenv": "latest", "@azure/identity": "^4.2.1", - "uuid": "^8.3.0", - "@azure/core-auth": "^1.3.0" + "dotenv": "latest", + "uuid": "^8.3.0" }, "devDependencies": { "@types/uuid": "^8.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/template/template/samples/v1-beta/javascript/package.json b/sdk/template/template/samples/v1-beta/javascript/package.json index 0e644ca17c2e..9b84db4f0c53 100644 --- a/sdk/template/template/samples/v1-beta/javascript/package.json +++ b/sdk/template/template/samples/v1-beta/javascript/package.json @@ -23,8 +23,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/template/template", "dependencies": { + "@azure-samples/template-js-beta": "file:", + "@azure/identity": "^4.2.1", "@azure/template": "next", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "dotenv": "latest" } } diff --git a/sdk/template/template/samples/v1-beta/typescript/package.json b/sdk/template/template/samples/v1-beta/typescript/package.json index 0d42b2f615c7..62e902bfa5c9 100644 --- a/sdk/template/template/samples/v1-beta/typescript/package.json +++ b/sdk/template/template/samples/v1-beta/typescript/package.json @@ -27,13 +27,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/template/template", "dependencies": { + "@azure-samples/template-ts-beta": "file:", + "@azure/identity": "^4.2.1", "@azure/template": "next", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/templatespecs/arm-templatespecs/samples/v2/javascript/package.json b/sdk/templatespecs/arm-templatespecs/samples/v2/javascript/package.json index 93e7c2840365..44588ee876db 100644 --- a/sdk/templatespecs/arm-templatespecs/samples/v2/javascript/package.json +++ b/sdk/templatespecs/arm-templatespecs/samples/v2/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/templatespecs/arm-templatespecs", "dependencies": { + "@azure-samples/arm-templatespecs-js": "file:", "@azure/arm-templatespecs": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" } } diff --git a/sdk/templatespecs/arm-templatespecs/samples/v2/typescript/package.json b/sdk/templatespecs/arm-templatespecs/samples/v2/typescript/package.json index 773b5ad1694c..a733b8e18702 100644 --- a/sdk/templatespecs/arm-templatespecs/samples/v2/typescript/package.json +++ b/sdk/templatespecs/arm-templatespecs/samples/v2/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/templatespecs/arm-templatespecs", "dependencies": { + "@azure-samples/arm-templatespecs-ts": "file:", "@azure/arm-templatespecs": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } 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 49bbb7a5557c..ff1e9fed4dfc 100644 --- a/sdk/textanalytics/ai-text-analytics/samples/v5/javascript/package.json +++ b/sdk/textanalytics/ai-text-analytics/samples/v5/javascript/package.json @@ -26,8 +26,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics", "dependencies": { + "@azure-samples/ai-text-analytics-js": "file:", "@azure/ai-text-analytics": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.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 e2184eca8480..42f095cfa05a 100644 --- a/sdk/textanalytics/ai-text-analytics/samples/v5/typescript/package.json +++ b/sdk/textanalytics/ai-text-analytics/samples/v5/typescript/package.json @@ -30,13 +30,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics", "dependencies": { + "@azure-samples/ai-text-analytics-ts": "file:", "@azure/ai-text-analytics": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/timeseriesinsights/arm-timeseriesinsights/samples/v2-beta/javascript/package.json b/sdk/timeseriesinsights/arm-timeseriesinsights/samples/v2-beta/javascript/package.json index f97f34ed586a..612a7f44d5f3 100644 --- a/sdk/timeseriesinsights/arm-timeseriesinsights/samples/v2-beta/javascript/package.json +++ b/sdk/timeseriesinsights/arm-timeseriesinsights/samples/v2-beta/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/timeseriesinsights/arm-timeseriesinsights", "dependencies": { + "@azure-samples/arm-timeseriesinsights-js-beta": "file:", "@azure/arm-timeseriesinsights": "next", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" } } diff --git a/sdk/timeseriesinsights/arm-timeseriesinsights/samples/v2-beta/typescript/package.json b/sdk/timeseriesinsights/arm-timeseriesinsights/samples/v2-beta/typescript/package.json index 5dce9cae40ad..951447ec3d20 100644 --- a/sdk/timeseriesinsights/arm-timeseriesinsights/samples/v2-beta/typescript/package.json +++ b/sdk/timeseriesinsights/arm-timeseriesinsights/samples/v2-beta/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/timeseriesinsights/arm-timeseriesinsights", "dependencies": { + "@azure-samples/arm-timeseriesinsights-ts-beta": "file:", "@azure/arm-timeseriesinsights": "next", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/trafficmanager/arm-trafficmanager/samples/v6/javascript/package.json b/sdk/trafficmanager/arm-trafficmanager/samples/v6/javascript/package.json index 70b7682ce5d1..5d130d882d8d 100644 --- a/sdk/trafficmanager/arm-trafficmanager/samples/v6/javascript/package.json +++ b/sdk/trafficmanager/arm-trafficmanager/samples/v6/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/trafficmanager/arm-trafficmanager", "dependencies": { + "@azure-samples/arm-trafficmanager-js": "file:", "@azure/arm-trafficmanager": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" } } diff --git a/sdk/trafficmanager/arm-trafficmanager/samples/v6/typescript/package.json b/sdk/trafficmanager/arm-trafficmanager/samples/v6/typescript/package.json index a568b8374e00..29302dfc251c 100644 --- a/sdk/trafficmanager/arm-trafficmanager/samples/v6/typescript/package.json +++ b/sdk/trafficmanager/arm-trafficmanager/samples/v6/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/trafficmanager/arm-trafficmanager", "dependencies": { + "@azure-samples/arm-trafficmanager-ts": "file:", "@azure/arm-trafficmanager": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/translation/ai-translation-document-rest/samples/v1-beta/javascript/package.json b/sdk/translation/ai-translation-document-rest/samples/v1-beta/javascript/package.json index a97bd20ef4aa..125b87dcc459 100644 --- a/sdk/translation/ai-translation-document-rest/samples/v1-beta/javascript/package.json +++ b/sdk/translation/ai-translation-document-rest/samples/v1-beta/javascript/package.json @@ -29,6 +29,7 @@ "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/translation/ai-translation-document-rest", "dependencies": { "@azure-rest/ai-translation-document": "next", + "@azure-samples/ai-translation-document-js-beta": "file:", "dotenv": "latest" } } diff --git a/sdk/translation/ai-translation-document-rest/samples/v1-beta/typescript/package.json b/sdk/translation/ai-translation-document-rest/samples/v1-beta/typescript/package.json index a0d688c572ec..c9927ba6b958 100644 --- a/sdk/translation/ai-translation-document-rest/samples/v1-beta/typescript/package.json +++ b/sdk/translation/ai-translation-document-rest/samples/v1-beta/typescript/package.json @@ -33,11 +33,12 @@ "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/translation/ai-translation-document-rest", "dependencies": { "@azure-rest/ai-translation-document": "next", + "@azure-samples/ai-translation-document-ts-beta": "file:", "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/vision/ai-vision-image-analysis-rest/samples/typescript/package.json b/sdk/vision/ai-vision-image-analysis-rest/samples/typescript/package.json index e04a78da540d..1c7c92f9c33a 100644 --- a/sdk/vision/ai-vision-image-analysis-rest/samples/typescript/package.json +++ b/sdk/vision/ai-vision-image-analysis-rest/samples/typescript/package.json @@ -10,11 +10,12 @@ "author": "", "license": "MIT", "dependencies": { + "@azure-rest/ai-vision-image-analysis": "next", "@azure/cognitiveservices-computervision": "^7.0.0", "@azure/core-auth": "^1.5.0", - "@azure-rest/ai-vision-image-analysis": "next", "cross-env": "^7.0.3", "dotenv": "^16.3.1", + "image-analysis-samples": "file:", "typescript": "^4.1.2" } } diff --git a/sdk/visualstudio/arm-visualstudio/samples/v4-beta/javascript/package.json b/sdk/visualstudio/arm-visualstudio/samples/v4-beta/javascript/package.json index e190cabed5c2..1f43ed45595d 100644 --- a/sdk/visualstudio/arm-visualstudio/samples/v4-beta/javascript/package.json +++ b/sdk/visualstudio/arm-visualstudio/samples/v4-beta/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/visualstudio/arm-visualstudio", "dependencies": { + "@azure-samples/arm-visualstudio-js-beta": "file:", "@azure/arm-visualstudio": "next", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" } } diff --git a/sdk/visualstudio/arm-visualstudio/samples/v4-beta/typescript/package.json b/sdk/visualstudio/arm-visualstudio/samples/v4-beta/typescript/package.json index 0b8a481b2f3c..52ef8ea226a3 100644 --- a/sdk/visualstudio/arm-visualstudio/samples/v4-beta/typescript/package.json +++ b/sdk/visualstudio/arm-visualstudio/samples/v4-beta/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/visualstudio/arm-visualstudio", "dependencies": { + "@azure-samples/arm-visualstudio-ts-beta": "file:", "@azure/arm-visualstudio": "next", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/vmwarecloudsimple/arm-vmwarecloudsimple/samples/v3/javascript/package.json b/sdk/vmwarecloudsimple/arm-vmwarecloudsimple/samples/v3/javascript/package.json index 4f53041f12b0..fad006ff4937 100644 --- a/sdk/vmwarecloudsimple/arm-vmwarecloudsimple/samples/v3/javascript/package.json +++ b/sdk/vmwarecloudsimple/arm-vmwarecloudsimple/samples/v3/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/vmwarecloudsimple/arm-vmwarecloudsimple", "dependencies": { + "@azure-samples/arm-vmwarecloudsimple-js": "file:", "@azure/arm-vmwarecloudsimple": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" } } diff --git a/sdk/vmwarecloudsimple/arm-vmwarecloudsimple/samples/v3/typescript/package.json b/sdk/vmwarecloudsimple/arm-vmwarecloudsimple/samples/v3/typescript/package.json index 572c90250e6b..1e33988f6b91 100644 --- a/sdk/vmwarecloudsimple/arm-vmwarecloudsimple/samples/v3/typescript/package.json +++ b/sdk/vmwarecloudsimple/arm-vmwarecloudsimple/samples/v3/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/vmwarecloudsimple/arm-vmwarecloudsimple", "dependencies": { + "@azure-samples/arm-vmwarecloudsimple-ts": "file:", "@azure/arm-vmwarecloudsimple": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/voiceservices/arm-voiceservices/samples/v1/javascript/package.json b/sdk/voiceservices/arm-voiceservices/samples/v1/javascript/package.json index 16519bdfc56d..1ddf20a26691 100644 --- a/sdk/voiceservices/arm-voiceservices/samples/v1/javascript/package.json +++ b/sdk/voiceservices/arm-voiceservices/samples/v1/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/voiceservices/arm-voiceservices", "dependencies": { + "@azure-samples/arm-voiceservices-js": "file:", "@azure/arm-voiceservices": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" } } diff --git a/sdk/voiceservices/arm-voiceservices/samples/v1/typescript/package.json b/sdk/voiceservices/arm-voiceservices/samples/v1/typescript/package.json index bca12f5e8b8e..8c699cc05eb4 100644 --- a/sdk/voiceservices/arm-voiceservices/samples/v1/typescript/package.json +++ b/sdk/voiceservices/arm-voiceservices/samples/v1/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/voiceservices/arm-voiceservices", "dependencies": { + "@azure-samples/arm-voiceservices-ts": "file:", "@azure/arm-voiceservices": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/web-pubsub/arm-webpubsub/samples/v2-beta/javascript/package.json b/sdk/web-pubsub/arm-webpubsub/samples/v2-beta/javascript/package.json index 9cd52eb38712..83f308aff471 100644 --- a/sdk/web-pubsub/arm-webpubsub/samples/v2-beta/javascript/package.json +++ b/sdk/web-pubsub/arm-webpubsub/samples/v2-beta/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/web-pubsub/arm-webpubsub", "dependencies": { + "@azure-samples/arm-webpubsub-js-beta": "file:", "@azure/arm-webpubsub": "next", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" } } diff --git a/sdk/web-pubsub/arm-webpubsub/samples/v2-beta/typescript/package.json b/sdk/web-pubsub/arm-webpubsub/samples/v2-beta/typescript/package.json index f3e751e4f07b..b829aafd9848 100644 --- a/sdk/web-pubsub/arm-webpubsub/samples/v2-beta/typescript/package.json +++ b/sdk/web-pubsub/arm-webpubsub/samples/v2-beta/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/web-pubsub/arm-webpubsub", "dependencies": { + "@azure-samples/arm-webpubsub-ts-beta": "file:", "@azure/arm-webpubsub": "next", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/web-pubsub/web-pubsub-client-protobuf/samples/v1-beta/javascript/package.json b/sdk/web-pubsub/web-pubsub-client-protobuf/samples/v1-beta/javascript/package.json index 872c9ec3c4d4..9671c4635ba1 100644 --- a/sdk/web-pubsub/web-pubsub-client-protobuf/samples/v1-beta/javascript/package.json +++ b/sdk/web-pubsub/web-pubsub-client-protobuf/samples/v1-beta/javascript/package.json @@ -22,9 +22,10 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/web-pubsub/web-pubsub-client-protobuf", "dependencies": { - "@azure/web-pubsub-client-protobuf": "next", - "dotenv": "latest", + "@azure-samples/web-pubsub-client-protobuf-js-beta": "file:", + "@azure/web-pubsub": "^1.1.0", "@azure/web-pubsub-client": "1.0.0-beta.2", - "@azure/web-pubsub": "^1.1.0" + "@azure/web-pubsub-client-protobuf": "next", + "dotenv": "latest" } } diff --git a/sdk/web-pubsub/web-pubsub-client-protobuf/samples/v1-beta/typescript/package.json b/sdk/web-pubsub/web-pubsub-client-protobuf/samples/v1-beta/typescript/package.json index 088e44ee2585..06af7bdc13fd 100644 --- a/sdk/web-pubsub/web-pubsub-client-protobuf/samples/v1-beta/typescript/package.json +++ b/sdk/web-pubsub/web-pubsub-client-protobuf/samples/v1-beta/typescript/package.json @@ -26,14 +26,15 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/web-pubsub/web-pubsub-client-protobuf", "dependencies": { - "@azure/web-pubsub-client-protobuf": "next", - "dotenv": "latest", + "@azure-samples/web-pubsub-client-protobuf-ts-beta": "file:", + "@azure/web-pubsub": "^1.1.0", "@azure/web-pubsub-client": "1.0.0-beta.2", - "@azure/web-pubsub": "^1.1.0" + "@azure/web-pubsub-client-protobuf": "next", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/web-pubsub/web-pubsub-client/samples-browser/package.json b/sdk/web-pubsub/web-pubsub-client/samples-browser/package.json index df31e491ed60..6c3a1502c968 100644 --- a/sdk/web-pubsub/web-pubsub-client/samples-browser/package.json +++ b/sdk/web-pubsub/web-pubsub-client/samples-browser/package.json @@ -27,14 +27,15 @@ "homepage": "https://github.com/Azure/azure-sdk-for-js#readme", "sideEffects": false, "dependencies": { - "dotenv": "latest", - "events": "latest", + "@azure-samples/web-pubsub-client-samples-browser": "file:", "@azure/web-pubsub": "^1.0.0", - "@azure/web-pubsub-client": "file:../" + "@azure/web-pubsub-client": "file:../", + "dotenv": "latest", + "events": "latest" }, "devDependencies": { + "copy-webpack-plugin": "^8.1.1", "webpack": "^5.75.0", - "webpack-cli": "^5.0.1", - "copy-webpack-plugin": "^8.1.1" + "webpack-cli": "^5.0.1" } } diff --git a/sdk/web-pubsub/web-pubsub-client/samples/v1/javascript/package.json b/sdk/web-pubsub/web-pubsub-client/samples/v1/javascript/package.json index f94836bac659..18b1b06aaa93 100644 --- a/sdk/web-pubsub/web-pubsub-client/samples/v1/javascript/package.json +++ b/sdk/web-pubsub/web-pubsub-client/samples/v1/javascript/package.json @@ -22,8 +22,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/web-pubsub/web-pubsub-client", "dependencies": { + "@azure-samples/web-pubsub-client-js": "file:", + "@azure/web-pubsub": "^1.1.0", "@azure/web-pubsub-client": "latest", - "dotenv": "latest", - "@azure/web-pubsub": "^1.1.0" + "dotenv": "latest" } } diff --git a/sdk/web-pubsub/web-pubsub-client/samples/v1/typescript/package.json b/sdk/web-pubsub/web-pubsub-client/samples/v1/typescript/package.json index fff3a1695b8d..2c6ad365ac2e 100644 --- a/sdk/web-pubsub/web-pubsub-client/samples/v1/typescript/package.json +++ b/sdk/web-pubsub/web-pubsub-client/samples/v1/typescript/package.json @@ -26,13 +26,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/web-pubsub/web-pubsub-client", "dependencies": { + "@azure-samples/web-pubsub-client-ts": "file:", + "@azure/web-pubsub": "^1.1.0", "@azure/web-pubsub-client": "latest", - "dotenv": "latest", - "@azure/web-pubsub": "^1.1.0" + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/web-pubsub/web-pubsub-express/samples/v1/javascript/package.json b/sdk/web-pubsub/web-pubsub-express/samples/v1/javascript/package.json index b828505565c8..d767f52f587c 100644 --- a/sdk/web-pubsub/web-pubsub-express/samples/v1/javascript/package.json +++ b/sdk/web-pubsub/web-pubsub-express/samples/v1/javascript/package.json @@ -22,8 +22,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/web-pubsub/web-pubsub-express", "dependencies": { + "@azure-samples/web-pubsub-express-js": "file:", "@azure/web-pubsub-express": "latest", - "express": "^4.16.3", - "dotenv": "latest" + "dotenv": "latest", + "express": "^4.16.3" } } diff --git a/sdk/web-pubsub/web-pubsub-express/samples/v1/typescript/package.json b/sdk/web-pubsub/web-pubsub-express/samples/v1/typescript/package.json index 70a4be4904ce..6be20cd1c6a1 100644 --- a/sdk/web-pubsub/web-pubsub-express/samples/v1/typescript/package.json +++ b/sdk/web-pubsub/web-pubsub-express/samples/v1/typescript/package.json @@ -26,13 +26,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/web-pubsub/web-pubsub-express", "dependencies": { + "@azure-samples/web-pubsub-express-ts": "file:", "@azure/web-pubsub-express": "latest", "dotenv": "latest" }, "devDependencies": { "@types/express": "^4.16.0", "express": "^4.16.3", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/web-pubsub/web-pubsub/samples/v1/javascript/package.json b/sdk/web-pubsub/web-pubsub/samples/v1/javascript/package.json index 8f7a07e1397b..c323bdbfce80 100644 --- a/sdk/web-pubsub/web-pubsub/samples/v1/javascript/package.json +++ b/sdk/web-pubsub/web-pubsub/samples/v1/javascript/package.json @@ -22,6 +22,7 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/web-pubsub/web-pubsub", "dependencies": { + "@azure-samples/web-pubsub-js": "file:", "@azure/web-pubsub": "latest", "dotenv": "latest" } diff --git a/sdk/web-pubsub/web-pubsub/samples/v1/typescript/package.json b/sdk/web-pubsub/web-pubsub/samples/v1/typescript/package.json index cb32fbcedc67..218611275f63 100644 --- a/sdk/web-pubsub/web-pubsub/samples/v1/typescript/package.json +++ b/sdk/web-pubsub/web-pubsub/samples/v1/typescript/package.json @@ -26,12 +26,13 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/web-pubsub/web-pubsub", "dependencies": { + "@azure-samples/web-pubsub-ts": "file:", "@azure/web-pubsub": "latest", "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/workloads/arm-workloads/samples/v1/javascript/package.json b/sdk/workloads/arm-workloads/samples/v1/javascript/package.json index 1b365e158457..4df44c6b5df6 100644 --- a/sdk/workloads/arm-workloads/samples/v1/javascript/package.json +++ b/sdk/workloads/arm-workloads/samples/v1/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/workloads/arm-workloads", "dependencies": { + "@azure-samples/arm-workloads-js": "file:", "@azure/arm-workloads": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" } } diff --git a/sdk/workloads/arm-workloads/samples/v1/typescript/package.json b/sdk/workloads/arm-workloads/samples/v1/typescript/package.json index 65c36082c5a4..7a8fde53e009 100644 --- a/sdk/workloads/arm-workloads/samples/v1/typescript/package.json +++ b/sdk/workloads/arm-workloads/samples/v1/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/workloads/arm-workloads", "dependencies": { + "@azure-samples/arm-workloads-ts": "file:", "@azure/arm-workloads": "latest", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } } diff --git a/sdk/workloads/arm-workloadssapvirtualinstance/samples/v1-beta/javascript/package.json b/sdk/workloads/arm-workloadssapvirtualinstance/samples/v1-beta/javascript/package.json index fe69a5edd3f8..360377b086b7 100644 --- a/sdk/workloads/arm-workloadssapvirtualinstance/samples/v1-beta/javascript/package.json +++ b/sdk/workloads/arm-workloadssapvirtualinstance/samples/v1-beta/javascript/package.json @@ -25,8 +25,9 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/workloads/arm-workloadssapvirtualinstance", "dependencies": { + "@azure-samples/arm-workloadssapvirtualinstance-js-beta": "file:", "@azure/arm-workloadssapvirtualinstance": "next", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" } } diff --git a/sdk/workloads/arm-workloadssapvirtualinstance/samples/v1-beta/typescript/package.json b/sdk/workloads/arm-workloadssapvirtualinstance/samples/v1-beta/typescript/package.json index 50e52acb31a4..49c2d20419c4 100644 --- a/sdk/workloads/arm-workloadssapvirtualinstance/samples/v1-beta/typescript/package.json +++ b/sdk/workloads/arm-workloadssapvirtualinstance/samples/v1-beta/typescript/package.json @@ -29,13 +29,14 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/workloads/arm-workloadssapvirtualinstance", "dependencies": { + "@azure-samples/arm-workloadssapvirtualinstance-ts-beta": "file:", "@azure/arm-workloadssapvirtualinstance": "next", - "dotenv": "latest", - "@azure/identity": "^4.2.1" + "@azure/identity": "^4.2.1", + "dotenv": "latest" }, "devDependencies": { "@types/node": "^18.0.0", - "typescript": "~5.5.3", - "rimraf": "latest" + "rimraf": "latest", + "typescript": "~5.5.3" } }