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