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
|
# Release History
|
||||||
|
|
||||||
|
## 5.0.2 (Unreleased)
|
||||||
|
|
||||||
|
### Features Added
|
||||||
|
|
||||||
|
### Breaking Changes
|
||||||
|
|
||||||
|
### Bugs Fixed
|
||||||
|
|
||||||
|
### Other Changes
|
||||||
|
|
||||||
## 5.0.1 (2022-04-18)
|
## 5.0.1 (2022-04-18)
|
||||||
|
|
||||||
**features**
|
**features**
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
"sdk-type": "mgmt",
|
"sdk-type": "mgmt",
|
||||||
"author": "Microsoft Corporation",
|
"author": "Microsoft Corporation",
|
||||||
"description": "A generated SDK for PolicyClient.",
|
"description": "A generated SDK for PolicyClient.",
|
||||||
"version": "5.0.1",
|
"version": "5.0.2",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=12.0.0"
|
"node": ">=12.0.0"
|
||||||
},
|
},
|
||||||
|
|
|
@ -56,7 +56,7 @@ export class PolicyClient extends coreClient.ServiceClient {
|
||||||
credential: credentials
|
credential: credentials
|
||||||
};
|
};
|
||||||
|
|
||||||
const packageDetails = `azsdk-js-arm-policy/5.0.1`;
|
const packageDetails = `azsdk-js-arm-policy/5.0.2`;
|
||||||
const userAgentPrefix =
|
const userAgentPrefix =
|
||||||
options.userAgentOptions && options.userAgentOptions.userAgentPrefix
|
options.userAgentOptions && options.userAgentOptions.userAgentPrefix
|
||||||
? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
|
? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
|
||||||
|
|
Загрузка…
Ссылка в новой задаче