Skip to content

Commit

Permalink
Post release automated changes for mongocluster releases (#31445)
Browse files Browse the repository at this point in the history
Post release automated changes for azure-arm-mongocluster
  • Loading branch information
azure-sdk authored Nov 6, 2024
1 parent c4755fb commit 5947f27
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
12 changes: 11 additions & 1 deletion sdk/mongocluster/arm-mongocluster/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Release History


## 1.0.2 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes

## 1.0.1 (2024-10-14)

### Bugs Fixed
Expand Down
2 changes: 1 addition & 1 deletion sdk/mongocluster/arm-mongocluster/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@azure/arm-mongocluster",
"version": "1.0.1",
"version": "1.0.2",
"description": "A generated SDK for DocumentDBClient.",
"engines": {
"node": ">=18.0.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export function createMongoClusterManagement(
const endpointUrl = options.endpoint ?? options.baseUrl ?? `https://management.azure.com`;

const prefixFromOptions = options?.userAgentOptions?.userAgentPrefix;
const userAgentInfo = `azsdk-js-arm-mongocluster/1.0.1`;
const userAgentInfo = `azsdk-js-arm-mongocluster/1.0.2`;
const userAgentPrefix = prefixFromOptions
? `${prefixFromOptions} azsdk-js-api ${userAgentInfo}`
: `azsdk-js-api ${userAgentInfo}`;
Expand Down

0 comments on commit 5947f27

Please sign in to comment.