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