Post release automated changes for kubernetesruntime releases (#31543)

Post release automated changes for
azure-arm-containerorchestratorruntime
This commit is contained in:
Azure SDK Bot 2024-10-28 06:42:37 -07:00 коммит произвёл GitHub
Родитель 7fa8691c1e
Коммит bd4aa6ac7c
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
3 изменённых файлов: 13 добавлений и 3 удалений

Просмотреть файл

@ -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}`;