Skip to content

Commit

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


## 6.0.0-beta.2 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes

## 6.0.0-beta.1 (2022-03-31)

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

const packageDetails = `azsdk-js-arm-policyinsights/6.0.0-beta.1`;
const packageDetails = `azsdk-js-arm-policyinsights/6.0.0-beta.2`;
const userAgentPrefix =
options.userAgentOptions && options.userAgentOptions.userAgentPrefix
? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
Expand Down

0 comments on commit b89e46c

Please sign in to comment.