Skip to content

Commit

Permalink
Post release automated changes for loadtestservice releases (#24399)
Browse files Browse the repository at this point in the history
Post release automated changes for azure-arm-loadtesting
  • Loading branch information
azure-sdk authored Jan 9, 2023
1 parent ba3cb08 commit e17ef38
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions sdk/loadtestservice/arm-loadtesting/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Release History

## 1.0.0-beta.3 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes

## 1.0.0-beta.2 (2023-01-06)

**Features**
Expand Down
2 changes: 1 addition & 1 deletion sdk/loadtestservice/arm-loadtesting/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 LoadTestClient.",
"version": "1.0.0-beta.2",
"version": "1.0.0-beta.3",
"engines": {
"node": ">=14.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion sdk/loadtestservice/arm-loadtesting/src/loadTestClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export class LoadTestClient extends coreClient.ServiceClient {
credential: credentials
};

const packageDetails = `azsdk-js-arm-loadtesting/1.0.0-beta.2`;
const packageDetails = `azsdk-js-arm-loadtesting/1.0.0-beta.3`;
const userAgentPrefix =
options.userAgentOptions && options.userAgentOptions.userAgentPrefix
? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
Expand Down

0 comments on commit e17ef38

Please sign in to comment.