Post release automated changes for computefleet releases (#31515)
Post release automated changes for azure-arm-computefleet
This commit is contained in:
Родитель
139abb87b6
Коммит
bf21e26139
|
@ -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}`;
|
||||
|
|
Загрузка…
Ссылка в новой задаче