Post release automated changes for astro releases (#28723)

Post release automated changes for azure-arm-astro
This commit is contained in:
Azure SDK Bot 2024-04-08 07:15:08 -07:00 коммит произвёл GitHub
Родитель 35c770d0fb
Коммит 796ba1d725
Не найден ключ, соответствующий данной подписи
Идентификатор ключа 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-02-07)
The package of @azure/arm-astro is using our next generation design principles. To learn more, please refer to our documentation [Quick Start](https://aka.ms/azsdk/js/mgmt/quickstart ).

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

@ -3,7 +3,7 @@
"sdk-type": "mgmt",
"author": "Microsoft Corporation",
"description": "A generated SDK for AstroManagementClient.",
"version": "1.0.0-beta.1",
"version": "1.0.0-beta.2",
"engines": {
"node": ">=18.0.0"
},

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

@ -50,7 +50,7 @@ export class AstroManagementClient extends coreClient.ServiceClient {
credential: credentials,
};
const packageDetails = `azsdk-js-arm-astro/1.0.0-beta.1`;
const packageDetails = `azsdk-js-arm-astro/1.0.0-beta.2`;
const userAgentPrefix =
options.userAgentOptions && options.userAgentOptions.userAgentPrefix
? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`