Skip to content

Commit

Permalink
Post release automated changes for applicationinsights releases (#20946)
Browse files Browse the repository at this point in the history
Post release automated changes for azure-arm-appinsights
  • Loading branch information
azure-sdk authored Mar 21, 2022
1 parent 98f21d8 commit f94c26a
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
12 changes: 11 additions & 1 deletion sdk/applicationinsights/arm-appinsights/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Release History


## 5.0.0-beta.4 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes

## 5.0.0-beta.3 (2022-03-15)

The package of @azure/arm-appinsights is using our next generation design principles since version 5.0.0-beta.3, which contains breaking changes.
Expand Down
4 changes: 2 additions & 2 deletions sdk/applicationinsights/arm-appinsights/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 ApplicationInsightsManagementClient.",
"version": "5.0.0-beta.3",
"version": "5.0.0-beta.4",
"engines": {
"node": ">=12.0.0"
},
Expand Down Expand Up @@ -105,4 +105,4 @@
]
},
"autoPublish": true
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ export class ApplicationInsightsManagementClient extends coreClient.ServiceClien
credential: credentials
};

const packageDetails = `azsdk-js-arm-appinsights/5.0.0-beta.3`;
const packageDetails = `azsdk-js-arm-appinsights/5.0.0-beta.4`;
const userAgentPrefix =
options.userAgentOptions && options.userAgentOptions.userAgentPrefix
? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
Expand Down

0 comments on commit f94c26a

Please sign in to comment.