Post release automated changes for mediaservices releases (#23110)

Post release automated changes for azure-arm-mediaservices
This commit is contained in:
Azure SDK Bot 2022-09-06 06:29:29 -04:00 коммит произвёл GitHub
Родитель dbb9b8847b
Коммит dc0d31c4b7
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
3 изменённых файлов: 13 добавлений и 3 удалений

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

@ -1,5 +1,15 @@
# Release History
## 13.0.1 (Unreleased)
### Features Added
### Breaking Changes
### Bugs Fixed
### Other Changes
## 13.0.0 (2022-09-06)
**Features**

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

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

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

@ -88,7 +88,7 @@ export class AzureMediaServices extends coreClient.ServiceClient {
credential: credentials
};
const packageDetails = `azsdk-js-arm-mediaservices/13.0.0`;
const packageDetails = `azsdk-js-arm-mediaservices/13.0.1`;
const userAgentPrefix =
options.userAgentOptions && options.userAgentOptions.userAgentPrefix
? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`