diff --git a/common/tools/eslint-plugin-azure-sdk-helper/package.json b/common/tools/eslint-plugin-azure-sdk-helper/package.json index 2d9af0349eb5..6d1c7da00546 100644 --- a/common/tools/eslint-plugin-azure-sdk-helper/package.json +++ b/common/tools/eslint-plugin-azure-sdk-helper/package.json @@ -15,7 +15,7 @@ "eslint-plugin-markdown": "^5.0.0" }, "dependencies": { - "@azure/eslint-plugin-azure-sdk": "^3.1.0", + "@azure/eslint-plugin-azure-sdk": "^3.0.0", "@eslint/compat": "^1.0.1", "@eslint/js": "~9.2.0", "@typescript-eslint/typescript-estree": "~7.10.0", diff --git a/common/tools/eslint-plugin-azure-sdk/package.json b/common/tools/eslint-plugin-azure-sdk/package.json index 5022be790afc..56d1a719c2ed 100644 --- a/common/tools/eslint-plugin-azure-sdk/package.json +++ b/common/tools/eslint-plugin-azure-sdk/package.json @@ -1,6 +1,6 @@ { "name": "@azure/eslint-plugin-azure-sdk", - "version": "3.1.0", + "version": "3.0.0", "description": "An ESLint plugin enforcing design guidelines for the JavaScript/TypeScript Azure SDK", "sdk-type": "utility", "private": true, diff --git a/sdk/cosmosdb/cosmos/package.json b/sdk/cosmosdb/cosmos/package.json index d7f485e22c9d..772b6c7ce119 100644 --- a/sdk/cosmosdb/cosmos/package.json +++ b/sdk/cosmosdb/cosmos/package.json @@ -96,7 +96,7 @@ }, "devDependencies": { "@azure/dev-tool": "^1.0.0", - "@azure/eslint-plugin-azure-sdk": "^3.1.0", + "@azure/eslint-plugin-azure-sdk": "^3.0.0", "@azure/identity": "^4.0.1", "@azure/logger": "^1.0.0", "@microsoft/api-extractor": "^7.31.1", diff --git a/sdk/identity/identity-broker/package.json b/sdk/identity/identity-broker/package.json index 95a204315ffe..eb6c87e8603d 100644 --- a/sdk/identity/identity-broker/package.json +++ b/sdk/identity/identity-broker/package.json @@ -68,7 +68,7 @@ "@azure/core-client": "^1.7.0", "@azure/core-util": "^1.6.0", "@azure/dev-tool": "^1.0.0", - "@azure/eslint-plugin-azure-sdk": "^3.1.0", + "@azure/eslint-plugin-azure-sdk": "^3.0.0", "@azure/logger": "^1.0.4", "@azure-tools/test-utils": "^1.0.1", "@azure-tools/test-recorder": "^3.0.0",