Skip to content

Commit 85d431a

Browse files
authored
Post release automated changes for cosmosdb releases (Azure#21443)
Post release automated changes for azure-arm-cosmosdb
1 parent bc70933 commit 85d431a

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.3 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
12+
313
## 16.0.0-beta.2 (2022-04-15)
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.2",
6+
"version": "16.0.0-beta.3",
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
@@ -125,7 +125,7 @@ export class CosmosDBManagementClient extends coreClient.ServiceClient {
125125
credential: credentials
126126
};
127127

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

0 commit comments

Comments
 (0)