Post release automated changes for policy releases (#24330)

Post release automated changes for azure-arm-policy-profile-2020-09-01-hybrid
This commit is contained in:
Azure SDK Bot 2022-12-23 01:50:54 -05:00 коммит произвёл GitHub
Родитель b188f520a1
Коммит a1a79f4e17
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
3 изменённых файлов: 13 добавлений и 3 удалений

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

@ -1,5 +1,15 @@
# Release History
## 2.1.1 (Unreleased)
### Features Added
### Breaking Changes
### Bugs Fixed
### Other Changes
## 2.1.0 (2022-12-22)
**Features**

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

@ -3,7 +3,7 @@
"sdk-type": "mgmt",
"author": "Microsoft Corporation",
"description": "A generated SDK for PolicyClient.",
"version": "2.1.0",
"version": "2.1.1",
"engines": {
"node": ">=14.0.0"
},

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

@ -50,7 +50,7 @@ export class PolicyClient extends coreClient.ServiceClient {
credential: credentials
};
const packageDetails = `azsdk-js-arm-policy-profile-2020-09-01-hybrid/2.1.0`;
const packageDetails = `azsdk-js-arm-policy-profile-2020-09-01-hybrid/2.1.1`;
const userAgentPrefix =
options.userAgentOptions && options.userAgentOptions.userAgentPrefix
? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`