@azure/arm-standbypool 2.0.0-alpha.20251013.1 → 2.0.0-alpha.20251014.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -5,7 +5,7 @@
5
5
  "toolPackages": [
6
6
  {
7
7
  "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.53.0"
8
+ "packageVersion": "7.53.1"
9
9
  }
10
10
  ]
11
11
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure/arm-standbypool",
3
- "version": "2.0.0-alpha.20251013.1",
3
+ "version": "2.0.0-alpha.20251014.1",
4
4
  "description": "A generated SDK for StandbyPoolClient.",
5
5
  "engines": {
6
6
  "node": ">=20.0.0"
@@ -79,16 +79,20 @@
79
79
  "@types/node": "^20.19.0",
80
80
  "@vitest/browser": "^3.2.3",
81
81
  "@vitest/coverage-istanbul": "^3.2.3",
82
+ "cross-env": "^7.0.3",
82
83
  "dotenv": "^16.0.0",
83
84
  "eslint": "^9.33.0",
84
85
  "playwright": "^1.50.1",
86
+ "prettier": "^3.6.2",
87
+ "rimraf": "^6.0.1",
88
+ "tshy": "^3.0.0",
85
89
  "typescript": "~5.9.3",
86
90
  "vitest": "^3.2.3",
87
- "@azure-tools/test-utils-vitest": "^2.0.1",
88
- "@azure/dev-tool": "^1.0.0",
89
- "@azure/eslint-plugin-azure-sdk": "^3.0.0",
90
91
  "@azure-tools/test-recorder": "^4.1.1",
91
- "@azure-tools/test-credential": "^2.1.2"
92
+ "@azure-tools/test-credential": "^2.1.2",
93
+ "@azure/dev-tool": "^1.0.0",
94
+ "@azure-tools/test-utils-vitest": "^2.0.1",
95
+ "@azure/eslint-plugin-azure-sdk": "^3.0.0"
92
96
  },
93
97
  "//sampleConfiguration": {
94
98
  "productName": "@azure/arm-standbypool",
@@ -271,11 +275,11 @@
271
275
  "scripts": {
272
276
  "build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
273
277
  "build:samples": "tsc -p tsconfig.samples.json",
274
- "check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\" \"samples-dev/*.ts\"",
275
- "clean": "dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
278
+ "check-format": "prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\" \"samples-dev/*.ts\"",
279
+ "clean": "rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
276
280
  "execute:samples": "dev-tool samples run samples-dev",
277
- "extract-api": "dev-tool run vendored rimraf review && dev-tool run extract-api",
278
- "format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\" \"samples-dev/*.ts\"",
281
+ "extract-api": "rimraf review && dev-tool run extract-api",
282
+ "format": "prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\" \"samples-dev/*.ts\"",
279
283
  "generate:client": "echo skipped",
280
284
  "lint": "echo skipped",
281
285
  "lint:fix": "echo skipped",