Skip to content

Commit

Permalink
Post release automated changes for machinelearningexperimentation rel…
Browse files Browse the repository at this point in the history
…eases (#21663)

Post release automated changes for azure-arm-machinelearningexperimentation
  • Loading branch information
azure-sdk authored Apr 28, 2022
1 parent 1f35737 commit 0635306
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Release History


## 2.0.0-beta.3 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes

## 2.0.0-beta.2 (2022-04-24)

The package of @azure/arm-machinelearningexperimentation is using our next generation design principles since version 2.0.0-beta.2, which contains breaking changes.
Expand Down
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 MLTeamAccountManagementClient.",
"version": "2.0.0-beta.2",
"version": "2.0.0-beta.3",
"engines": {
"node": ">=12.0.0"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export class MLTeamAccountManagementClient extends coreClient.ServiceClient {
credential: credentials
};

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

0 comments on commit 0635306

Please sign in to comment.