Skip to content

Commit 812c232

Browse files
authored
Post release automated changes for cosmosdb releases (Azure#20520)
Post release automated changes for azure-arm-cosmosdb
1 parent 8ebcd27 commit 812c232

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

sdk/cosmosdb/arm-cosmosdb/CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Release History
2-
2+
3+
## 16.0.0-beta.2 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
12+
313
## 16.0.0-beta.1 (2022-02-21)
414

515
**Features**

sdk/cosmosdb/arm-cosmosdb/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"sdk-type": "mgmt",
44
"author": "Microsoft Corporation",
55
"description": "A generated SDK for CosmosDBManagementClient.",
6-
"version": "16.0.0-beta.1",
6+
"version": "16.0.0-beta.2",
77
"engines": {
88
"node": ">=12.0.0"
99
},

sdk/cosmosdb/arm-cosmosdb/src/cosmosDBManagementClient.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ export class CosmosDBManagementClient extends coreClient.ServiceClient {
124124
credential: credentials
125125
};
126126

127-
const packageDetails = `azsdk-js-arm-cosmosdb/16.0.0-beta.1`;
127+
const packageDetails = `azsdk-js-arm-cosmosdb/16.0.0-beta.2`;
128128
const userAgentPrefix =
129129
options.userAgentOptions && options.userAgentOptions.userAgentPrefix
130130
? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`

0 commit comments

Comments
 (0)