@azure/arm-storagesync 9.1.0 → 9.1.1-alpha.20221216.4
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/microsoftStorageSync.js +1 -1
- package/package.json +4 -4
- package/src/microsoftStorageSync.ts +1 -1
@@ -34,7 +34,7 @@ export class MicrosoftStorageSync extends coreClient.ServiceClient {
|
|
34
34
|
requestContentType: "application/json; charset=utf-8",
|
35
35
|
credential: credentials
|
36
36
|
};
|
37
|
-
const packageDetails = `azsdk-js-arm-storagesync/9.1.
|
37
|
+
const packageDetails = `azsdk-js-arm-storagesync/9.1.1`;
|
38
38
|
const userAgentPrefix = options.userAgentOptions && options.userAgentOptions.userAgentPrefix
|
39
39
|
? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
|
40
40
|
: `${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 MicrosoftStorageSync.",
|
6
|
-
"version": "9.1.
|
6
|
+
"version": "9.1.1-alpha.20221216.4",
|
7
7
|
"engines": {
|
8
8
|
"node": ">=14.0.0"
|
9
9
|
},
|
@@ -41,13 +41,13 @@
|
|
41
41
|
"rimraf": "^3.0.0",
|
42
42
|
"@azure/identity": "^2.0.1",
|
43
43
|
"@azure-tools/test-recorder": "^2.0.0",
|
44
|
-
"@azure-tools/test-credential": "
|
44
|
+
"@azure-tools/test-credential": ">=1.0.0-alpha <1.0.0-alphb",
|
45
45
|
"mocha": "^7.1.1",
|
46
46
|
"@types/chai": "^4.2.8",
|
47
47
|
"chai": "^4.2.0",
|
48
48
|
"cross-env": "^7.0.2",
|
49
49
|
"@types/node": "^14.0.0",
|
50
|
-
"@azure/dev-tool": "
|
50
|
+
"@azure/dev-tool": ">=1.0.0-alpha <1.0.0-alphb"
|
51
51
|
},
|
52
52
|
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/storagesync/arm-storagesync",
|
53
53
|
"repository": {
|
@@ -119,4 +119,4 @@
|
|
119
119
|
"disableDocsMs": true,
|
120
120
|
"apiRefLink": "https://docs.microsoft.com/javascript/api/@azure/arm-storagesync?view=azure-node-preview"
|
121
121
|
}
|
122
|
-
}
|
122
|
+
}
|
@@ -78,7 +78,7 @@ export class MicrosoftStorageSync extends coreClient.ServiceClient {
|
|
78
78
|
credential: credentials
|
79
79
|
};
|
80
80
|
|
81
|
-
const packageDetails = `azsdk-js-arm-storagesync/9.1.
|
81
|
+
const packageDetails = `azsdk-js-arm-storagesync/9.1.1`;
|
82
82
|
const userAgentPrefix =
|
83
83
|
options.userAgentOptions && options.userAgentOptions.userAgentPrefix
|
84
84
|
? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
|