@azure/arm-appcontainers 2.1.0-alpha.20240403.1 → 2.1.0-alpha.20240411.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.1.0-beta.
|
|
37
|
+
const packageDetails = `azsdk-js-arm-appcontainers/2.1.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
|
@@ -128,7 +128,7 @@ export class ContainerAppsAPIClient extends coreClient.ServiceClient {
|
|
|
128
128
|
credential: credentials,
|
|
129
129
|
};
|
|
130
130
|
|
|
131
|
-
const packageDetails = `azsdk-js-arm-appcontainers/2.1.0-beta.
|
|
131
|
+
const packageDetails = `azsdk-js-arm-appcontainers/2.1.0-beta.2`;
|
|
132
132
|
const userAgentPrefix =
|
|
133
133
|
options.userAgentOptions && options.userAgentOptions.userAgentPrefix
|
|
134
134
|
? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
|