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