@azure/arm-monitor 8.0.0-alpha.20250808.1 → 8.0.0-alpha.20250822.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.
Files changed (2) hide show
  1. package/README.md +1 -0
  2. package/package.json +29 -30
package/README.md CHANGED
@@ -4,6 +4,7 @@ This package contains an isomorphic SDK (runs both in Node.js and in browsers) f
4
4
 
5
5
  Monitor Management Client
6
6
 
7
+ [Migration guide from MetricsQueryClient in @azure/monitor-query → @azure/arm-monitor](https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/monitor/arm-monitor/MIGRATION_METRICSQUERYCLIENT_TO_ARM_MONITOR.md)
7
8
  [Source code](https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/monitor/arm-monitor) |
8
9
  [Package (NPM)](https://www.npmjs.com/package/@azure/arm-monitor) |
9
10
  [API reference documentation](https://learn.microsoft.com/javascript/api/@azure/arm-monitor?view=azure-node-preview) |
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "sdk-type": "mgmt",
4
4
  "author": "Microsoft Corporation",
5
5
  "description": "A generated SDK for MonitorClient.",
6
- "version": "8.0.0-alpha.20250808.1",
6
+ "version": "8.0.0-alpha.20250822.1",
7
7
  "engines": {
8
8
  "node": ">=20.0.0"
9
9
  },
@@ -29,23 +29,23 @@
29
29
  "module": "./dist/esm/index.js",
30
30
  "types": "./dist/commonjs/index.d.ts",
31
31
  "devDependencies": {
32
- "@azure-tools/test-credential": "^2.0.0",
33
- "@azure-tools/test-recorder": ">=4.1.0-alpha <4.1.0-alphb",
34
- "@azure-tools/test-utils-vitest": ">=1.0.0-alpha <1.0.0-alphb",
35
32
  "@azure/arm-eventhub": "5.2.0",
36
33
  "@azure/arm-logic": "^8.0.0",
37
34
  "@azure/arm-operationalinsights": "^9.0.0",
38
- "@azure/arm-storage": "^18.0.0",
39
- "@azure/dev-tool": ">=1.0.0-alpha <1.0.0-alphb",
40
- "@azure/identity": "^4.6.0",
35
+ "@azure/arm-storage": "18.5.0",
36
+ "@azure/identity": "4.11.1",
41
37
  "@azure/logger": "^1.1.4",
42
- "@types/node": "^20.0.0",
43
- "@vitest/browser": "^3.0.9",
44
- "@vitest/coverage-istanbul": "^3.0.9",
38
+ "@types/node": "^20.19.0",
39
+ "@vitest/browser": "^3.2.3",
40
+ "@vitest/coverage-istanbul": "^3.2.3",
45
41
  "dotenv": "^16.0.0",
46
42
  "playwright": "^1.50.1",
47
- "typescript": "~5.8.2",
48
- "vitest": "^3.0.9"
43
+ "typescript": "~5.8.3",
44
+ "vitest": "^3.2.3",
45
+ "@azure-tools/test-credential": "^2.1.1",
46
+ "@azure-tools/test-recorder": "^4.1.0",
47
+ "@azure/dev-tool": "^1.0.0",
48
+ "@azure-tools/test-utils-vitest": "^2.0.0"
49
49
  },
50
50
  "repository": "github:Azure/azure-sdk-for-js",
51
51
  "bugs": {
@@ -58,23 +58,6 @@
58
58
  "review/",
59
59
  "CHANGELOG.md"
60
60
  ],
61
- "scripts": {
62
- "build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
63
- "build:samples": "echo skipped.",
64
- "check-format": "echo skipped",
65
- "clean": "dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
66
- "execute:samples": "echo skipped",
67
- "extract-api": "dev-tool run extract-api",
68
- "format": "echo skipped",
69
- "lint": "echo skipped",
70
- "pack": "npm pack 2>&1",
71
- "prepack": "npm run build",
72
- "test": "npm run test:node && npm run test:browser",
73
- "test:browser": "echo skipped",
74
- "test:node": "dev-tool run test:vitest",
75
- "test:node:esm": "dev-tool run test:vitest --esm",
76
- "update-snippets": "dev-tool run update-snippets"
77
- },
78
61
  "sideEffects": false,
79
62
  "//metadata": {
80
63
  "constantPaths": [
@@ -133,5 +116,21 @@
133
116
  "default": "./dist/commonjs/index.js"
134
117
  }
135
118
  }
119
+ },
120
+ "scripts": {
121
+ "build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
122
+ "build:samples": "tsc -p tsconfig.samples.json",
123
+ "check-format": "echo skipped",
124
+ "clean": "dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
125
+ "execute:samples": "echo skipped",
126
+ "extract-api": "dev-tool run extract-api",
127
+ "format": "echo skipped",
128
+ "lint": "echo skipped",
129
+ "pack": "pnpm pack 2>&1",
130
+ "test": "npm run test:node && npm run test:browser",
131
+ "test:browser": "echo skipped",
132
+ "test:node": "dev-tool run test:vitest",
133
+ "test:node:esm": "dev-tool run test:vitest --esm",
134
+ "update-snippets": "dev-tool run update-snippets"
136
135
  }
137
- }
136
+ }