Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Post release automated changes for selfhelp releases #29475

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
10 changes: 10 additions & 0 deletions sdk/selfhelp/arm-selfhelp/CHANGELOG.md
@@ -1,5 +1,15 @@
# Release History

## 2.0.0-beta.4 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes

## 2.0.0-beta.3 (2024-04-19)

**Features**
Expand Down
2 changes: 1 addition & 1 deletion sdk/selfhelp/arm-selfhelp/package.json
Expand Up @@ -3,7 +3,7 @@
"sdk-type": "mgmt",
"author": "Microsoft Corporation",
"description": "A generated SDK for HelpRP.",
"version": "2.0.0-beta.3",
"version": "2.0.0-beta.4",
"engines": {
"node": ">=18.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion sdk/selfhelp/arm-selfhelp/src/helpRP.ts
Expand Up @@ -86,7 +86,7 @@ export class HelpRP extends coreClient.ServiceClient {
credential: credentials,
};

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