@azure/arm-appservice 13.0.2 → 13.0.3-alpha.20221010.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/CHANGELOG.md +10 -0
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +1 -1
- package/dist-esm/src/webSiteManagementClient.js +1 -1
- package/package.json +3 -3
- package/src/webSiteManagementClient.ts +1 -1
|
@@ -36,7 +36,7 @@ export class WebSiteManagementClient extends coreClient.ServiceClient {
|
|
|
36
36
|
requestContentType: "application/json; charset=utf-8",
|
|
37
37
|
credential: credentials
|
|
38
38
|
};
|
|
39
|
-
const packageDetails = `azsdk-js-arm-appservice/13.0.
|
|
39
|
+
const packageDetails = `azsdk-js-arm-appservice/13.0.3`;
|
|
40
40
|
const userAgentPrefix = options.userAgentOptions && options.userAgentOptions.userAgentPrefix
|
|
41
41
|
? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
|
|
42
42
|
: `${packageDetails}`;
|
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 WebSiteManagementClient.",
|
|
6
|
-
"version": "13.0.
|
|
6
|
+
"version": "13.0.3-alpha.20221010.1",
|
|
7
7
|
"engines": {
|
|
8
8
|
"node": ">=12.0.0"
|
|
9
9
|
},
|
|
@@ -41,12 +41,12 @@
|
|
|
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": "
|
|
44
|
+
"@azure-tools/test-credential": ">=1.0.0-alpha <1.0.0-alphb",
|
|
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
|
-
"@azure/dev-tool": "
|
|
49
|
+
"@azure/dev-tool": ">=1.0.0-alpha <1.0.0-alphb"
|
|
50
50
|
},
|
|
51
51
|
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/appservice/arm-appservice",
|
|
52
52
|
"repository": {
|
|
@@ -173,7 +173,7 @@ export class WebSiteManagementClient extends coreClient.ServiceClient {
|
|
|
173
173
|
credential: credentials
|
|
174
174
|
};
|
|
175
175
|
|
|
176
|
-
const packageDetails = `azsdk-js-arm-appservice/13.0.
|
|
176
|
+
const packageDetails = `azsdk-js-arm-appservice/13.0.3`;
|
|
177
177
|
const userAgentPrefix =
|
|
178
178
|
options.userAgentOptions && options.userAgentOptions.userAgentPrefix
|
|
179
179
|
? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
|