@azure/arm-datafactory 11.1.0-alpha.20230317.1 → 11.1.1-alpha.20230320.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.
|
@@ -32,7 +32,7 @@ export class DataFactoryManagementClient extends coreClient.ServiceClient {
|
|
|
32
32
|
requestContentType: "application/json; charset=utf-8",
|
|
33
33
|
credential: credentials
|
|
34
34
|
};
|
|
35
|
-
const packageDetails = `azsdk-js-arm-datafactory/11.1.
|
|
35
|
+
const packageDetails = `azsdk-js-arm-datafactory/11.1.1`;
|
|
36
36
|
const userAgentPrefix = options.userAgentOptions && options.userAgentOptions.userAgentPrefix
|
|
37
37
|
? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
|
|
38
38
|
: `${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 DataFactoryManagementClient.",
|
|
6
|
-
"version": "11.1.
|
|
6
|
+
"version": "11.1.1-alpha.20230320.2",
|
|
7
7
|
"engines": {
|
|
8
8
|
"node": ">=14.0.0"
|
|
9
9
|
},
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"rimraf": "^3.0.0",
|
|
42
42
|
"dotenv": "^16.0.0",
|
|
43
43
|
"@azure/identity": "^2.0.1",
|
|
44
|
-
"@azure-tools/test-recorder": "
|
|
44
|
+
"@azure-tools/test-recorder": "^3.0.0",
|
|
45
45
|
"@azure-tools/test-credential": "^1.0.0",
|
|
46
46
|
"mocha": "^7.1.1",
|
|
47
47
|
"@types/chai": "^4.2.8",
|
|
@@ -96,7 +96,7 @@ export class DataFactoryManagementClient extends coreClient.ServiceClient {
|
|
|
96
96
|
credential: credentials
|
|
97
97
|
};
|
|
98
98
|
|
|
99
|
-
const packageDetails = `azsdk-js-arm-datafactory/11.1.
|
|
99
|
+
const packageDetails = `azsdk-js-arm-datafactory/11.1.1`;
|
|
100
100
|
const userAgentPrefix =
|
|
101
101
|
options.userAgentOptions && options.userAgentOptions.userAgentPrefix
|
|
102
102
|
? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
|