@azure/arm-recoveryservicesbackup 10.0.0 → 10.0.1-alpha.20230123.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.
|
@@ -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.0.
|
|
39
|
+
const packageDetails = `azsdk-js-arm-recoveryservicesbackup/10.0.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.0.
|
|
6
|
+
"version": "10.0.1-alpha.20230123.1",
|
|
7
7
|
"engines": {
|
|
8
8
|
"node": ">=14.0.0"
|
|
9
9
|
},
|
|
@@ -42,13 +42,13 @@
|
|
|
42
42
|
"dotenv": "^8.2.0",
|
|
43
43
|
"@azure/identity": "^2.0.1",
|
|
44
44
|
"@azure-tools/test-recorder": "^2.0.0",
|
|
45
|
-
"@azure-tools/test-credential": "
|
|
45
|
+
"@azure-tools/test-credential": ">=1.0.0-alpha <1.0.0-alphb",
|
|
46
46
|
"mocha": "^7.1.1",
|
|
47
47
|
"@types/chai": "^4.2.8",
|
|
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
|
},
|
|
53
53
|
"repository": {
|
|
54
54
|
"type": "git",
|
|
@@ -120,4 +120,4 @@
|
|
|
120
120
|
"disableDocsMs": true,
|
|
121
121
|
"apiRefLink": "https://docs.microsoft.com/javascript/api/@azure/arm-recoveryservicesbackup?view=azure-node-preview"
|
|
122
122
|
}
|
|
123
|
-
}
|
|
123
|
+
}
|
|
@@ -164,7 +164,7 @@ export class RecoveryServicesBackupClient extends coreClient.ServiceClient {
|
|
|
164
164
|
credential: credentials
|
|
165
165
|
};
|
|
166
166
|
|
|
167
|
-
const packageDetails = `azsdk-js-arm-recoveryservicesbackup/10.0.
|
|
167
|
+
const packageDetails = `azsdk-js-arm-recoveryservicesbackup/10.0.1`;
|
|
168
168
|
const userAgentPrefix =
|
|
169
169
|
options.userAgentOptions && options.userAgentOptions.userAgentPrefix
|
|
170
170
|
? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
|