@azure/arm-storage-profile-2020-09-01-hybrid 2.0.0 → 2.0.1-alpha.20220309.2
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 +11 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +1 -1
- package/dist-esm/src/storageManagementClient.js +1 -1
- package/package.json +1 -1
- package/src/storageManagementClient.ts +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
# Release History
|
|
2
|
-
|
|
2
|
+
|
|
3
|
+
## 2.0.1 (Unreleased)
|
|
4
|
+
|
|
5
|
+
### Features Added
|
|
6
|
+
|
|
7
|
+
### Breaking Changes
|
|
8
|
+
|
|
9
|
+
### Bugs Fixed
|
|
10
|
+
|
|
11
|
+
### Other Changes
|
|
12
|
+
|
|
3
13
|
## 2.0.0 (2022-03-09)
|
|
4
14
|
|
|
5
15
|
The package of @azure/arm-storage-profile-2020-09-01-hybrid is using our next generation design principles since version 2.0.0, which contains breaking changes.
|
package/dist/index.js
CHANGED
|
@@ -5543,7 +5543,7 @@ class StorageManagementClient extends coreClient__namespace.ServiceClient {
|
|
|
5543
5543
|
requestContentType: "application/json; charset=utf-8",
|
|
5544
5544
|
credential: credentials
|
|
5545
5545
|
};
|
|
5546
|
-
const packageDetails = `azsdk-js-arm-storage-profile-2020-09-01-hybrid/2.0.
|
|
5546
|
+
const packageDetails = `azsdk-js-arm-storage-profile-2020-09-01-hybrid/2.0.1`;
|
|
5547
5547
|
const userAgentPrefix = options.userAgentOptions && options.userAgentOptions.userAgentPrefix
|
|
5548
5548
|
? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
|
|
5549
5549
|
: `${packageDetails}`;
|