@azure/arm-msi 2.1.1-alpha.20230824.1 → 2.1.1-alpha.20230927.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.
- package/CHANGELOG.md +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
@@ -46,4 +46,4 @@ To understand the detail of the change, please refer to [Changelog](https://aka.
|
|
46
46
|
|
47
47
|
To migrate the existing applications to the latest version, please refer to [Migration Guide](https://aka.ms/js-track2-migration-guide).
|
48
48
|
|
49
|
-
To learn more, please refer to our documentation [Quick Start](https://aka.ms/js
|
49
|
+
To learn more, please refer to our documentation [Quick Start](https://aka.ms/azsdk/js/mgmt/quickstart ).
|
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 ManagedServiceIdentityClient.",
|
6
|
-
"version": "2.1.1-alpha.
|
6
|
+
"version": "2.1.1-alpha.20230927.2",
|
7
7
|
"engines": {
|
8
8
|
"node": ">=14.0.0"
|
9
9
|
},
|
@@ -38,10 +38,10 @@
|
|
38
38
|
"uglify-js": "^3.4.9",
|
39
39
|
"rimraf": "^3.0.0",
|
40
40
|
"dotenv": "^8.2.0",
|
41
|
-
"@azure/identity": "^
|
41
|
+
"@azure/identity": "^3.3.0",
|
42
42
|
"@azure-tools/test-recorder": "^3.0.0",
|
43
43
|
"@azure-tools/test-credential": "^1.0.0",
|
44
|
-
"mocha": "^
|
44
|
+
"mocha": "^10.0.0",
|
45
45
|
"@types/chai": "^4.2.8",
|
46
46
|
"chai": "^4.2.0",
|
47
47
|
"cross-env": "^7.0.2",
|