Post release automated changes for orbital releases (#22090)

Post release automated changes for azure-arm-orbital
This commit is contained in:
Azure SDK Bot 2022-06-03 20:32:32 -07:00 коммит произвёл GitHub
Родитель 1c0a4852d7
Коммит 43d4e2a183
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
3 изменённых файлов: 14 добавлений и 4 удалений

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

@ -1,5 +1,15 @@
# Release History
## 1.0.1 (Unreleased)
### Features Added
### Breaking Changes
### Bugs Fixed
### Other Changes
## 1.0.0 (2022-06-02)
The package of @azure/arm-orbital is using our next generation design principles. To learn more, please refer to our documentation [Quick Start](https://aka.ms/js-track2-quickstart).

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

@ -3,7 +3,7 @@
"sdk-type": "mgmt",
"author": "Microsoft Corporation",
"description": "A generated SDK for AzureOrbital.",
"version": "1.0.0",
"version": "1.0.1",
"engines": {
"node": ">=12.0.0"
},

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

@ -64,7 +64,7 @@ export class AzureOrbital extends coreClient.ServiceClient {
credential: credentials
};
const packageDetails = `azsdk-js-arm-orbital/1.0.0`;
const packageDetails = `azsdk-js-arm-orbital/1.0.1`;
const userAgentPrefix =
options.userAgentOptions && options.userAgentOptions.userAgentPrefix
? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`