@azure-rest/ai-anomaly-detector 1.0.0-alpha.20250923.2 → 1.0.0-alpha.20250926.2

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/CHANGELOG.md +7 -1
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Release History
2
2
 
3
- ## 1.0.0-beta.2 (Unreleased)
3
+ ## 1.0.0-beta.3 (Unreleased)
4
4
 
5
5
  ### Features Added
6
6
 
@@ -10,6 +10,12 @@
10
10
 
11
11
  ### Other Changes
12
12
 
13
+ ## 1.0.0-beta.2 (2025-08-22)
14
+
15
+ ### Other Changes
16
+
17
+ - Other fixes
18
+
13
19
  ## 1.0.0-beta.1 (2022-11-08)
14
20
 
15
21
  - First release of package, see README.md for details.
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@azure-rest/ai-anomaly-detector",
3
3
  "sdk-type": "client",
4
4
  "author": "Microsoft Corporation",
5
- "version": "1.0.0-alpha.20250923.2",
5
+ "version": "1.0.0-alpha.20250926.2",
6
6
  "description": "A generated SDK for AnomalyDetectorRest.",
7
7
  "keywords": [
8
8
  "node",
@@ -54,10 +54,10 @@
54
54
  "typescript": "~5.8.3",
55
55
  "vitest": "^3.2.3",
56
56
  "@azure-tools/test-credential": "^2.1.2",
57
- "@azure-tools/test-recorder": "^4.1.1",
57
+ "@azure/eslint-plugin-azure-sdk": "^3.0.0",
58
58
  "@azure-tools/test-utils-vitest": "^2.0.1",
59
59
  "@azure/dev-tool": "^1.0.0",
60
- "@azure/eslint-plugin-azure-sdk": "^3.0.0"
60
+ "@azure-tools/test-recorder": "^4.1.1"
61
61
  },
62
62
  "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/anomalydetector/ai-anomaly-detector-rest/README.md",
63
63
  "//metadata": {