Post release automated changes for computefleet releases (#31515)

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

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

@ -1,5 +1,15 @@
# Release History
## 1.0.1 (Unreleased)
### Features Added
### Breaking Changes
### Bugs Fixed
### Other Changes
## 1.0.0 (2024-10-21)
### Features Added

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

@ -1,6 +1,6 @@
{
"name": "@azure/arm-computefleet",
"version": "1.0.0",
"version": "1.0.1",
"description": "Azure Fleet Service",
"engines": {
"node": ">=18.0.0"

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

@ -20,7 +20,7 @@ export function createAzureFleet(
const endpointUrl = options.endpoint ?? options.baseUrl ?? `https://management.azure.com`;
const prefixFromOptions = options?.userAgentOptions?.userAgentPrefix;
const userAgentInfo = `azsdk-js-arm-computefleet/1.0.0`;
const userAgentInfo = `azsdk-js-arm-computefleet/1.0.1`;
const userAgentPrefix = prefixFromOptions
? `${prefixFromOptions} azsdk-js-api ${userAgentInfo}`
: `azsdk-js-api ${userAgentInfo}`;