@azure/arm-storagemover 1.0.0 → 1.0.1-alpha.20230321.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 +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/storageMoverClient.js +1 -1
- package/package.json +3 -3
- package/src/storageMoverClient.ts +1 -1
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-03-07)
|
|
4
14
|
|
|
5
15
|
The package of @azure/arm-storagemover 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
|
@@ -3810,7 +3810,7 @@ class StorageMoverClient extends coreClient__namespace.ServiceClient {
|
|
|
3810
3810
|
requestContentType: "application/json; charset=utf-8",
|
|
3811
3811
|
credential: credentials
|
|
3812
3812
|
};
|
|
3813
|
-
const packageDetails = `azsdk-js-arm-storagemover/1.0.
|
|
3813
|
+
const packageDetails = `azsdk-js-arm-storagemover/1.0.1`;
|
|
3814
3814
|
const userAgentPrefix = options.userAgentOptions && options.userAgentOptions.userAgentPrefix
|
|
3815
3815
|
? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
|
|
3816
3816
|
: `${packageDetails}`;
|