@azure/arm-managementgroups 2.0.2-alpha.20221202.2 → 2.0.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 +4 -4
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,14 +1,14 @@
1
1
  # Release History
2
2
 
3
- ## 2.0.2 (2022-12-02)
3
+ ## 2.0.2 (2022-12-05)
4
4
 
5
5
  **Features**
6
6
 
7
- -  Exposes `getContinuationToken` helper function to extract continuation token
7
+ - Exposes `getContinuationToken` helper function to extract continuation token
8
8
 
9
- **Bugs Fixed**
9
+ **Bugfix**
10
10
 
11
- - A series of small bug fixs relevant to authentication and apiVersion policy
11
+ - A series of small bug fixs relevant to authentication and apiVersion policy
12
12
 
13
13
  ## 2.0.1 (2022-04-24)
14
14
 
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 ManagementGroupsAPI.",
6
- "version": "2.0.2-alpha.20221202.2",
6
+ "version": "2.0.2",
7
7
  "engines": {
8
8
  "node": ">=14.0.0"
9
9
  },
@@ -41,13 +41,13 @@
41
41
  "rimraf": "^3.0.0",
42
42
  "@azure/identity": "^2.0.1",
43
43
  "@azure-tools/test-recorder": "^2.0.0",
44
- "@azure-tools/test-credential": ">=1.0.0-alpha <1.0.0-alphb",
44
+ "@azure-tools/test-credential": "^1.0.0",
45
45
  "mocha": "^7.1.1",
46
46
  "@types/chai": "^4.2.8",
47
47
  "chai": "^4.2.0",
48
48
  "cross-env": "^7.0.2",
49
49
  "@types/node": "^14.0.0",
50
- "@azure/dev-tool": ">=1.0.0-alpha <1.0.0-alphb"
50
+ "@azure/dev-tool": "^1.0.0"
51
51
  },
52
52
  "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/managementgroups/arm-managementgroups",
53
53
  "repository": {