@azure/arm-appcontainers 2.2.0-alpha.20241031.1 → 2.2.0-alpha.20241111.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.
|
@@ -34,7 +34,7 @@ export class ContainerAppsAPIClient extends coreClient.ServiceClient {
|
|
|
34
34
|
requestContentType: "application/json; charset=utf-8",
|
|
35
35
|
credential: credentials,
|
|
36
36
|
};
|
|
37
|
-
const packageDetails = `azsdk-js-arm-appcontainers/2.2.0-beta.
|
|
37
|
+
const packageDetails = `azsdk-js-arm-appcontainers/2.2.0-beta.2`;
|
|
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 ContainerAppsAPIClient.",
|
|
6
|
-
"version": "2.2.0-alpha.
|
|
6
|
+
"version": "2.2.0-alpha.20241111.1",
|
|
7
7
|
"engines": {
|
|
8
8
|
"node": ">=18.0.0"
|
|
9
9
|
},
|
|
@@ -39,7 +39,6 @@
|
|
|
39
39
|
"tsx": "^4.7.1",
|
|
40
40
|
"@types/chai": "^4.2.8",
|
|
41
41
|
"chai": "^4.2.0",
|
|
42
|
-
"cross-env": "^7.0.2",
|
|
43
42
|
"@types/node": "^18.0.0",
|
|
44
43
|
"ts-node": "^10.0.0"
|
|
45
44
|
},
|
|
@@ -86,7 +85,7 @@
|
|
|
86
85
|
"test:node": "echo skipped",
|
|
87
86
|
"test:browser": "echo skipped",
|
|
88
87
|
"unit-test": "npm run unit-test:node && npm run unit-test:browser",
|
|
89
|
-
"unit-test:node": "cross-env TEST_MODE=playback npm run integration-test:node",
|
|
88
|
+
"unit-test:node": "dev-tool run vendored cross-env TEST_MODE=playback npm run integration-test:node",
|
|
90
89
|
"unit-test:browser": "echo skipped",
|
|
91
90
|
"integration-test": "npm run integration-test:node && npm run integration-test:browser",
|
|
92
91
|
"integration-test:node": "dev-tool run test:node-ts-input -- --timeout 1200000 'test/*.ts'",
|
|
@@ -144,7 +144,7 @@ export class ContainerAppsAPIClient extends coreClient.ServiceClient {
|
|
|
144
144
|
credential: credentials,
|
|
145
145
|
};
|
|
146
146
|
|
|
147
|
-
const packageDetails = `azsdk-js-arm-appcontainers/2.2.0-beta.
|
|
147
|
+
const packageDetails = `azsdk-js-arm-appcontainers/2.2.0-beta.2`;
|
|
148
148
|
const userAgentPrefix =
|
|
149
149
|
options.userAgentOptions && options.userAgentOptions.userAgentPrefix
|
|
150
150
|
? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
|