@azure/arm-synapse 9.0.0-alpha.20230210.2 → 9.0.0-alpha.20230221.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.
|
@@ -31,7 +31,7 @@ export class SynapseManagementClient extends coreClient.ServiceClient {
|
|
|
31
31
|
requestContentType: "application/json; charset=utf-8",
|
|
32
32
|
credential: credentials
|
|
33
33
|
};
|
|
34
|
-
const packageDetails = `azsdk-js-arm-synapse/9.0.0-beta.
|
|
34
|
+
const packageDetails = `azsdk-js-arm-synapse/9.0.0-beta.2`;
|
|
35
35
|
const userAgentPrefix = options.userAgentOptions && options.userAgentOptions.userAgentPrefix
|
|
36
36
|
? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
|
|
37
37
|
: `${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 SynapseManagementClient.",
|
|
6
|
-
"version": "9.0.0-alpha.
|
|
6
|
+
"version": "9.0.0-alpha.20230221.1",
|
|
7
7
|
"engines": {
|
|
8
8
|
"node": ">=14.0.0"
|
|
9
9
|
},
|
|
@@ -29,9 +29,9 @@
|
|
|
29
29
|
"types": "./types/arm-synapse.d.ts",
|
|
30
30
|
"devDependencies": {
|
|
31
31
|
"@microsoft/api-extractor": "^7.31.1",
|
|
32
|
-
"@rollup/plugin-commonjs": "^
|
|
33
|
-
"@rollup/plugin-json": "^
|
|
34
|
-
"@rollup/plugin-multi-entry": "^
|
|
32
|
+
"@rollup/plugin-commonjs": "^24.0.0",
|
|
33
|
+
"@rollup/plugin-json": "^6.0.0",
|
|
34
|
+
"@rollup/plugin-multi-entry": "^6.0.0",
|
|
35
35
|
"@rollup/plugin-node-resolve": "^13.1.3",
|
|
36
36
|
"mkdirp": "^1.0.4",
|
|
37
37
|
"rollup": "^2.66.1",
|
|
@@ -196,7 +196,7 @@ export class SynapseManagementClient extends coreClient.ServiceClient {
|
|
|
196
196
|
credential: credentials
|
|
197
197
|
};
|
|
198
198
|
|
|
199
|
-
const packageDetails = `azsdk-js-arm-synapse/9.0.0-beta.
|
|
199
|
+
const packageDetails = `azsdk-js-arm-synapse/9.0.0-beta.2`;
|
|
200
200
|
const userAgentPrefix =
|
|
201
201
|
options.userAgentOptions && options.userAgentOptions.userAgentPrefix
|
|
202
202
|
? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
|