Skip to content

Commit

Permalink
Post release automated changes for dashboard releases (#24390)
Browse files Browse the repository at this point in the history
Post release automated changes for azure-arm-dashboard
  • Loading branch information
azure-sdk authored Jan 6, 2023
1 parent eddf989 commit 9743ff0
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions sdk/dashboard/arm-dashboard/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 (2023-01-03)

**Features**
Expand Down
4 changes: 2 additions & 2 deletions sdk/dashboard/arm-dashboard/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 DashboardManagementClient.",
"version": "1.0.1",
"version": "1.0.2",
"engines": {
"node": ">=14.0.0"
},
Expand Down Expand Up @@ -120,4 +120,4 @@
"disableDocsMs": true,
"apiRefLink": "https://docs.microsoft.com/javascript/api/@azure/arm-dashboard?view=azure-node-preview"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export class DashboardManagementClient extends coreClient.ServiceClient {
credential: credentials
};

const packageDetails = `azsdk-js-arm-dashboard/1.0.1`;
const packageDetails = `azsdk-js-arm-dashboard/1.0.2`;
const userAgentPrefix =
options.userAgentOptions && options.userAgentOptions.userAgentPrefix
? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
Expand Down

0 comments on commit 9743ff0

Please sign in to comment.