Post release automated changes for policy releases (#21511)
Post release automated changes for azure-arm-policy
This commit is contained in:
Родитель
275389208b
Коммит
67573f5c3c
|
@ -1,5 +1,15 @@
|
|||
# Release History
|
||||
|
||||
## 5.0.2 (Unreleased)
|
||||
|
||||
### Features Added
|
||||
|
||||
### Breaking Changes
|
||||
|
||||
### Bugs Fixed
|
||||
|
||||
### Other Changes
|
||||
|
||||
## 5.0.1 (2022-04-18)
|
||||
|
||||
**features**
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"sdk-type": "mgmt",
|
||||
"author": "Microsoft Corporation",
|
||||
"description": "A generated SDK for PolicyClient.",
|
||||
"version": "5.0.1",
|
||||
"version": "5.0.2",
|
||||
"engines": {
|
||||
"node": ">=12.0.0"
|
||||
},
|
||||
|
|
|
@ -56,7 +56,7 @@ export class PolicyClient extends coreClient.ServiceClient {
|
|||
credential: credentials
|
||||
};
|
||||
|
||||
const packageDetails = `azsdk-js-arm-policy/5.0.1`;
|
||||
const packageDetails = `azsdk-js-arm-policy/5.0.2`;
|
||||
const userAgentPrefix =
|
||||
options.userAgentOptions && options.userAgentOptions.userAgentPrefix
|
||||
? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
|
||||
|
|
Загрузка…
Ссылка в новой задаче