Increment versions for recoveryservicesbackup releases#48975
Increment versions for recoveryservicesbackup releases#48975azure-sdk wants to merge 1 commit intoAzure:mainfrom
Conversation
There was a problem hiding this comment.
Pull request overview
This PR increments the azure-resourcemanager-recoveryservicesbackup package version to 1.7.0-beta.2 and updates the repo’s version tracking and changelog to reflect the new upcoming release.
Changes:
- Bump
azure-resourcemanager-recoveryservicesbackupMaven package version to1.7.0-beta.2. - Add a new
(Unreleased)changelog entry for1.7.0-beta.2. - Update
eng/versioning/version_client.txtto track1.7.0-beta.2as the current version.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| sdk/recoveryservicesbackup/azure-resourcemanager-recoveryservicesbackup/pom.xml | Bumps the library version to 1.7.0-beta.2. |
| sdk/recoveryservicesbackup/azure-resourcemanager-recoveryservicesbackup/CHANGELOG.md | Adds an unreleased section for 1.7.0-beta.2. |
| eng/versioning/version_client.txt | Updates the recorded current version for the artifact to 1.7.0-beta.2. |
| ### Features Added | ||
|
|
||
| ### Breaking Changes | ||
|
|
||
| ### Bugs Fixed | ||
|
|
||
| ### Other Changes | ||
|
|
There was a problem hiding this comment.
The new 1.7.0-beta.2 changelog entry contains section headers but no content under them. The changelog validation script treats empty sections as an error; either remove unused empty sections or add at least one meaningful bullet under the relevant section(s).
| ### Features Added | |
| ### Breaking Changes | |
| ### Bugs Fixed | |
| ### Other Changes |
| <groupId>com.azure.resourcemanager</groupId> | ||
| <artifactId>azure-resourcemanager-recoveryservicesbackup</artifactId> | ||
| <version>1.7.0-beta.1</version> <!-- {x-version-update;com.azure.resourcemanager:azure-resourcemanager-recoveryservicesbackup;current} --> | ||
| <version>1.7.0-beta.2</version> <!-- {x-version-update;com.azure.resourcemanager:azure-resourcemanager-recoveryservicesbackup;current} --> |
There was a problem hiding this comment.
The module version was bumped to 1.7.0-beta.2, but the dependency snippet in sdk/recoveryservicesbackup/azure-resourcemanager-recoveryservicesbackup/README.md still references 1.7.0-beta.1 (inside the x-version-update markers). Please update the README snippet to match the new current version so docs stay consistent.
Increment package versions for recoveryservicesbackup releases