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