@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.
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,15 @@
|
|
1
1
|
# Release History
|
2
|
-
|
2
|
+
|
3
|
+
## 1.0.1 (Unreleased)
|
4
|
+
|
5
|
+
### Features Added
|
6
|
+
|
7
|
+
### Breaking Changes
|
8
|
+
|
9
|
+
### Bugs Fixed
|
10
|
+
|
11
|
+
### Other Changes
|
12
|
+
|
3
13
|
## 1.0.0 (2023-07-14)
|
4
14
|
|
5
15
|
The package of @azure/arm-paloaltonetworksngfw is using our next generation design principles. To learn more, please refer to our documentation [Quick Start](https://aka.ms/js-track2-quickstart).
|
package/dist/index.js
CHANGED
@@ -9875,7 +9875,7 @@ class PaloAltoNetworksCloudngfw extends coreClient__namespace.ServiceClient {
|
|
9875
9875
|
requestContentType: "application/json; charset=utf-8",
|
9876
9876
|
credential: credentials
|
9877
9877
|
};
|
9878
|
-
const packageDetails = `azsdk-js-arm-paloaltonetworksngfw/1.0.
|
9878
|
+
const packageDetails = `azsdk-js-arm-paloaltonetworksngfw/1.0.1`;
|
9879
9879
|
const userAgentPrefix = options.userAgentOptions && options.userAgentOptions.userAgentPrefix
|
9880
9880
|
? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
|
9881
9881
|
: `${packageDetails}`;
|