@azure/arm-network 31.0.0 → 31.0.1-alpha.20230531.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.
|
@@ -39,7 +39,7 @@ export class NetworkManagementClient extends coreClient.ServiceClient {
|
|
|
39
39
|
requestContentType: "application/json; charset=utf-8",
|
|
40
40
|
credential: credentials
|
|
41
41
|
};
|
|
42
|
-
const packageDetails = `azsdk-js-arm-network/31.0.
|
|
42
|
+
const packageDetails = `azsdk-js-arm-network/31.0.1`;
|
|
43
43
|
const userAgentPrefix = options.userAgentOptions && options.userAgentOptions.userAgentPrefix
|
|
44
44
|
? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
|
|
45
45
|
: `${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 NetworkManagementClient.",
|
|
6
|
-
"version": "31.0.
|
|
6
|
+
"version": "31.0.1-alpha.20230531.1",
|
|
7
7
|
"engines": {
|
|
8
8
|
"node": ">=14.0.0"
|
|
9
9
|
},
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
"chai": "^4.2.0",
|
|
49
49
|
"cross-env": "^7.0.2",
|
|
50
50
|
"@types/node": "^14.0.0",
|
|
51
|
-
"@azure/dev-tool": "
|
|
51
|
+
"@azure/dev-tool": ">=1.0.0-alpha <1.0.0-alphb"
|
|
52
52
|
},
|
|
53
53
|
"repository": {
|
|
54
54
|
"type": "git",
|
|
@@ -120,4 +120,4 @@
|
|
|
120
120
|
"disableDocsMs": true,
|
|
121
121
|
"apiRefLink": "https://docs.microsoft.com/javascript/api/@azure/arm-network?view=azure-node-preview"
|
|
122
122
|
}
|
|
123
|
-
}
|
|
123
|
+
}
|
|
@@ -365,7 +365,7 @@ export class NetworkManagementClient extends coreClient.ServiceClient {
|
|
|
365
365
|
credential: credentials
|
|
366
366
|
};
|
|
367
367
|
|
|
368
|
-
const packageDetails = `azsdk-js-arm-network/31.0.
|
|
368
|
+
const packageDetails = `azsdk-js-arm-network/31.0.1`;
|
|
369
369
|
const userAgentPrefix =
|
|
370
370
|
options.userAgentOptions && options.userAgentOptions.userAgentPrefix
|
|
371
371
|
? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
|