Post release automated changes for netapp releases (#31530)
Post release automated changes for azure-arm-netapp
This commit is contained in:
Родитель
b8e1991a84
Коммит
139abb87b6
|
@ -1,5 +1,15 @@
|
|||
# Release History
|
||||
|
||||
|
||||
## 21.3.1 (Unreleased)
|
||||
|
||||
### Features Added
|
||||
|
||||
### Breaking Changes
|
||||
|
||||
### Bugs Fixed
|
||||
|
||||
### Other Changes
|
||||
|
||||
## 21.3.0 (2024-10-24)
|
||||
|
||||
### Features Added
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"sdk-type": "mgmt",
|
||||
"author": "Microsoft Corporation",
|
||||
"description": "A generated SDK for NetAppManagementClient.",
|
||||
"version": "21.3.0",
|
||||
"version": "21.3.1",
|
||||
"engines": {
|
||||
"node": ">=18.0.0"
|
||||
},
|
||||
|
|
|
@ -88,7 +88,7 @@ export class NetAppManagementClient extends coreClient.ServiceClient {
|
|||
credential: credentials,
|
||||
};
|
||||
|
||||
const packageDetails = `azsdk-js-arm-netapp/21.3.0`;
|
||||
const packageDetails = `azsdk-js-arm-netapp/21.3.1`;
|
||||
const userAgentPrefix =
|
||||
options.userAgentOptions && options.userAgentOptions.userAgentPrefix
|
||||
? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
|
||||
|
|
Загрузка…
Ссылка в новой задаче