Skip to content

Commit

Permalink
Post release automated changes for databoxedge releases (#21446)
Browse files Browse the repository at this point in the history
Post release automated changes for azure-arm-databoxedge
  • Loading branch information
azure-sdk committed Apr 18, 2022
1 parent ece9ef2 commit cb621ff
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions sdk/databoxedge/arm-databoxedge/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Release History

## 2.0.2 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes

## 2.0.1 (2022-04-15)

**features**
Expand Down
2 changes: 1 addition & 1 deletion sdk/databoxedge/arm-databoxedge/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"sdk-type": "mgmt",
"author": "Microsoft Corporation",
"description": "A generated SDK for DataBoxEdgeManagementClient.",
"version": "2.0.1",
"version": "2.0.2",
"engines": {
"node": ">=12.0.0"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ export class DataBoxEdgeManagementClient extends coreClient.ServiceClient {
credential: credentials
};

const packageDetails = `azsdk-js-arm-databoxedge/2.0.1`;
const packageDetails = `azsdk-js-arm-databoxedge/2.0.2`;
const userAgentPrefix =
options.userAgentOptions && options.userAgentOptions.userAgentPrefix
? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
Expand Down

0 comments on commit cb621ff

Please sign in to comment.