@azure/arm-recoveryservicesbackup 10.1.0 → 10.1.1-alpha.20230322.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.
|
@@ -36,7 +36,7 @@ export class RecoveryServicesBackupClient extends coreClient.ServiceClient {
|
|
|
36
36
|
requestContentType: "application/json; charset=utf-8",
|
|
37
37
|
credential: credentials
|
|
38
38
|
};
|
|
39
|
-
const packageDetails = `azsdk-js-arm-recoveryservicesbackup/10.1.
|
|
39
|
+
const packageDetails = `azsdk-js-arm-recoveryservicesbackup/10.1.1`;
|
|
40
40
|
const userAgentPrefix = options.userAgentOptions && options.userAgentOptions.userAgentPrefix
|
|
41
41
|
? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
|
|
42
42
|
: `${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 RecoveryServicesBackupClient.",
|
|
6
|
-
"version": "10.1.
|
|
6
|
+
"version": "10.1.1-alpha.20230322.2",
|
|
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
|
"@azure/arm-recoveryservices": "^5.2.0"
|
|
53
53
|
},
|
|
54
54
|
"repository": {
|
|
@@ -168,7 +168,7 @@ export class RecoveryServicesBackupClient extends coreClient.ServiceClient {
|
|
|
168
168
|
credential: credentials
|
|
169
169
|
};
|
|
170
170
|
|
|
171
|
-
const packageDetails = `azsdk-js-arm-recoveryservicesbackup/10.1.
|
|
171
|
+
const packageDetails = `azsdk-js-arm-recoveryservicesbackup/10.1.1`;
|
|
172
172
|
const userAgentPrefix =
|
|
173
173
|
options.userAgentOptions && options.userAgentOptions.userAgentPrefix
|
|
174
174
|
? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
|