@azure/arm-visualstudio 4.0.0-alpha.20230215.1 → 4.0.0-alpha.20230303.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 +1 -1
- package/package.json +2 -2
- package/types/tsdoc-metadata.json +1 -1
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
This package contains an isomorphic SDK (runs both in Node.js and in browsers) for Azure Visual Studio Resource Provider client.
|
|
4
4
|
|
|
5
|
-
Use these APIs to manage Visual Studio Team Services resources through the Azure Resource Manager. All task operations conform to the HTTP/1.1 protocol specification and each operation returns an x-ms-request-id header that can be used to obtain information about the request. You must make sure that requests made to these resources are secure. For more information, see https://docs.microsoft.com/
|
|
5
|
+
Use these APIs to manage Visual Studio Team Services resources through the Azure Resource Manager. All task operations conform to the HTTP/1.1 protocol specification and each operation returns an x-ms-request-id header that can be used to obtain information about the request. You must make sure that requests made to these resources are secure. For more information, see https://docs.microsoft.com/rest/api/index.
|
|
6
6
|
|
|
7
7
|
[Source code](https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/visualstudio/arm-visualstudio) |
|
|
8
8
|
[Package (NPM)](https://www.npmjs.com/package/@azure/arm-visualstudio) |
|
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 VisualStudioResourceProviderClient.",
|
|
6
|
-
"version": "4.0.0-alpha.
|
|
6
|
+
"version": "4.0.0-alpha.20230303.1",
|
|
7
7
|
"engines": {
|
|
8
8
|
"node": ">=14.0.0"
|
|
9
9
|
},
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"uglify-js": "^3.4.9",
|
|
40
40
|
"rimraf": "^3.0.0",
|
|
41
41
|
"@azure/identity": "^2.0.1",
|
|
42
|
-
"@azure-tools/test-recorder": "
|
|
42
|
+
"@azure-tools/test-recorder": ">=3.0.0-alpha <3.0.0-alphb",
|
|
43
43
|
"@azure-tools/test-credential": "^1.0.0",
|
|
44
44
|
"mocha": "^7.1.1",
|
|
45
45
|
"@types/chai": "^4.2.8",
|