Skip to content

Commit 77d8a84

Browse files
authored
Post release automated changes for cosmosdb releases (Azure#23100)
Post release automated changes for azure-arm-cosmosdb
1 parent d5e1a34 commit 77d8a84

File tree

3 files changed

+14
-4
lines changed

3 files changed

+14
-4
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+
## 15.2.1 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
12+
313
## 15.2.0 (2022-09-05)
414

515
**Features**

sdk/cosmosdb/arm-cosmosdb/package.json

Lines changed: 2 additions & 2 deletions
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": "15.2.0",
6+
"version": "15.2.1",
77
"engines": {
88
"node": ">=12.0.0"
99
},
@@ -118,4 +118,4 @@
118118
"disableDocsMs": true,
119119
"apiRefLink": "https://docs.microsoft.com/javascript/api/@azure/arm-cosmosdb?view=azure-node-preview"
120120
}
121-
}
121+
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ export class CosmosDBManagementClient extends coreClient.ServiceClient {
116116
credential: credentials
117117
};
118118

119-
const packageDetails = `azsdk-js-arm-cosmosdb/15.2.0`;
119+
const packageDetails = `azsdk-js-arm-cosmosdb/15.2.1`;
120120
const userAgentPrefix =
121121
options.userAgentOptions && options.userAgentOptions.userAgentPrefix
122122
? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`

0 commit comments

Comments
 (0)