@azure/arm-paloaltonetworksngfw 1.0.0 → 1.0.1-alpha.20230718.1
Sign up to get free protection for your applications and to get access to all the features.
@@ -30,7 +30,7 @@ export class PaloAltoNetworksCloudngfw extends coreClient.ServiceClient {
|
|
30
30
|
requestContentType: "application/json; charset=utf-8",
|
31
31
|
credential: credentials
|
32
32
|
};
|
33
|
-
const packageDetails = `azsdk-js-arm-paloaltonetworksngfw/1.0.
|
33
|
+
const packageDetails = `azsdk-js-arm-paloaltonetworksngfw/1.0.1`;
|
34
34
|
const userAgentPrefix = options.userAgentOptions && options.userAgentOptions.userAgentPrefix
|
35
35
|
? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
|
36
36
|
: `${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 PaloAltoNetworksCloudngfw.",
|
6
|
-
"version": "1.0.
|
6
|
+
"version": "1.0.1-alpha.20230718.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",
|
@@ -94,7 +94,7 @@ export class PaloAltoNetworksCloudngfw extends coreClient.ServiceClient {
|
|
94
94
|
credential: credentials
|
95
95
|
};
|
96
96
|
|
97
|
-
const packageDetails = `azsdk-js-arm-paloaltonetworksngfw/1.0.
|
97
|
+
const packageDetails = `azsdk-js-arm-paloaltonetworksngfw/1.0.1`;
|
98
98
|
const userAgentPrefix =
|
99
99
|
options.userAgentOptions && options.userAgentOptions.userAgentPrefix
|
100
100
|
? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
|