@azure/arm-monitor 8.0.0-alpha.20250807.1 → 8.0.0-alpha.20250819.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.
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) |
@@ -5,7 +5,7 @@
5
5
  "toolPackages": [
6
6
  {
7
7
  "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.52.8"
8
+ "packageVersion": "7.52.10"
9
9
  }
10
10
  ]
11
11
  }
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.20250807.1",
6
+ "version": "8.0.0-alpha.20250819.1",
7
7
  "engines": {
8
8
  "node": ">=20.0.0"
9
9
  },
@@ -68,7 +68,6 @@
68
68
  "format": "echo skipped",
69
69
  "lint": "echo skipped",
70
70
  "pack": "npm pack 2>&1",
71
- "prepack": "npm run build",
72
71
  "test": "npm run test:node && npm run test:browser",
73
72
  "test:browser": "echo skipped",
74
73
  "test:node": "dev-tool run test:vitest",