Post release automated changes for containerservice releases (#30546)
Post release automated changes for azure-arm-containerservice
This commit is contained in:
Родитель
ec0c28fead
Коммит
bf300c7a44
|
@ -1,5 +1,15 @@
|
|||
# Release History
|
||||
|
||||
|
||||
## 21.0.1 (Unreleased)
|
||||
|
||||
### Features Added
|
||||
|
||||
### Breaking Changes
|
||||
|
||||
### Bugs Fixed
|
||||
|
||||
### Other Changes
|
||||
|
||||
## 21.0.0 (2024-07-24)
|
||||
|
||||
### Features Added
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"sdk-type": "mgmt",
|
||||
"author": "Microsoft Corporation",
|
||||
"description": "A generated SDK for ContainerServiceClient.",
|
||||
"version": "21.0.0",
|
||||
"version": "21.0.1",
|
||||
"engines": {
|
||||
"node": ">=18.0.0"
|
||||
},
|
||||
|
@ -115,4 +115,4 @@
|
|||
"disableDocsMs": true,
|
||||
"apiRefLink": "https://docs.microsoft.com/javascript/api/@azure/arm-containerservice?view=azure-node-preview"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -72,7 +72,7 @@ export class ContainerServiceClient extends coreClient.ServiceClient {
|
|||
credential: credentials,
|
||||
};
|
||||
|
||||
const packageDetails = `azsdk-js-arm-containerservice/21.0.0`;
|
||||
const packageDetails = `azsdk-js-arm-containerservice/21.0.1`;
|
||||
const userAgentPrefix =
|
||||
options.userAgentOptions && options.userAgentOptions.userAgentPrefix
|
||||
? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
|
||||
|
|
Загрузка…
Ссылка в новой задаче