Post release automated changes for kubernetesruntime releases (#31543)
Post release automated changes for azure-arm-containerorchestratorruntime
This commit is contained in:
Родитель
7fa8691c1e
Коммит
bd4aa6ac7c
|
@ -1,5 +1,15 @@
|
|||
# Release History
|
||||
|
||||
|
||||
## 1.0.0-beta.2 (Unreleased)
|
||||
|
||||
### Features Added
|
||||
|
||||
### Breaking Changes
|
||||
|
||||
### Bugs Fixed
|
||||
|
||||
### Other Changes
|
||||
|
||||
## 1.0.0-beta.1 (2024-10-25)
|
||||
|
||||
### Features Added
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@azure/arm-containerorchestratorruntime",
|
||||
"version": "1.0.0-beta.1",
|
||||
"version": "1.0.0-beta.2",
|
||||
"description": "A generated SDK for KubernetesRuntimeClient.",
|
||||
"engines": {
|
||||
"node": ">=18.0.0"
|
||||
|
|
|
@ -20,7 +20,7 @@ export function createKubernetesRuntime(
|
|||
const endpointUrl = options.endpoint ?? options.baseUrl ?? `https://management.azure.com`;
|
||||
|
||||
const prefixFromOptions = options?.userAgentOptions?.userAgentPrefix;
|
||||
const userAgentInfo = `azsdk-js-arm-containerorchestratorruntime/1.0.0-beta.1`;
|
||||
const userAgentInfo = `azsdk-js-arm-containerorchestratorruntime/1.0.0-beta.2`;
|
||||
const userAgentPrefix = prefixFromOptions
|
||||
? `${prefixFromOptions} azsdk-js-api ${userAgentInfo}`
|
||||
: `azsdk-js-api ${userAgentInfo}`;
|
||||
|
|
Загрузка…
Ссылка в новой задаче