Post release automated changes for computeschedule releases (#31656)

Post release automated changes for azure-arm-computeschedule
This commit is contained in:
Azure SDK Bot 2024-11-06 03:49:11 -08:00 коммит произвёл GitHub
Родитель 17ab7945f5
Коммит 917fe1652d
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
3 изменённых файлов: 12 добавлений и 2 удалений

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

@ -1,5 +1,15 @@
# Release History
## 1.0.0-beta.3 (Unreleased)
### Features Added
### Breaking Changes
### Bugs Fixed
### Other Changes
## 1.0.0-beta.2 (2024-11-04)
### Bugs Fixed

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

@ -1,6 +1,6 @@
{
"name": "@azure/arm-computeschedule",
"version": "1.0.0-beta.2",
"version": "1.0.0-beta.3",
"description": "A generated SDK for ComputeScheduleClient.",
"engines": {
"node": ">=18.0.0"

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

@ -21,7 +21,7 @@ export function createComputeSchedule(
const endpointUrl = options.endpoint ?? options.baseUrl ?? `https://management.azure.com`;
const prefixFromOptions = options?.userAgentOptions?.userAgentPrefix;
const userAgentInfo = `azsdk-js-arm-computeschedule/1.0.0-beta.2`;
const userAgentInfo = `azsdk-js-arm-computeschedule/1.0.0-beta.3`;
const userAgentPrefix = prefixFromOptions
? `${prefixFromOptions} azsdk-js-api ${userAgentInfo}`
: `azsdk-js-api ${userAgentInfo}`;