Skip to content

Commit db36083

Browse files
authored
Post release automated changes for cosmosdb releases (#25959)
Post release automated changes for azure-arm-cosmosdb
1 parent 86380bd commit db36083

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.5.1 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
12+
313
## 15.5.0 (2023-05-11)
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.5.0",
6+
"version": "15.5.1",
77
"engines": {
88
"node": ">=14.0.0"
99
},
@@ -120,4 +120,4 @@
120120
"disableDocsMs": true,
121121
"apiRefLink": "https://docs.microsoft.com/javascript/api/@azure/arm-cosmosdb?view=azure-node-preview"
122122
}
123-
}
123+
}

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

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

129-
const packageDetails = `azsdk-js-arm-cosmosdb/15.5.0`;
129+
const packageDetails = `azsdk-js-arm-cosmosdb/15.5.1`;
130130
const userAgentPrefix =
131131
options.userAgentOptions && options.userAgentOptions.userAgentPrefix
132132
? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`

0 commit comments

Comments
 (0)