Release azure-resourcemanager-appconfiguration 1.2.0-beta.2 instead of empty 1.2.0-beta.3 - #49899
Closed
ChristineWanjau wants to merge 1 commit into
Closed
Release azure-resourcemanager-appconfiguration 1.2.0-beta.2 instead of empty 1.2.0-beta.3#49899ChristineWanjau wants to merge 1 commit into
ChristineWanjau wants to merge 1 commit into
Conversation
ChristineWanjau
requested review from
a team,
ArthurMa1978,
XiaofeiCao,
haolingdong-msft and
weidongxu-microsoft
as code owners
July 22, 2026 14:40
|
Azure Pipelines: Successfully started running 1 pipeline(s). 34 pipeline(s) were filtered out due to trigger conditions. There may be pipelines that require an authorized user to comment /azp run to run. |
….2 (not beta.3) 1.2.0-beta.2 was never actually released (previous release attempt failed), and 1.2.0-beta.3 contains no new changes over beta.2 (only internal Javadoc comment updates from TypeSpec regeneration, see #49169 and #49553). Rather than shipping an empty beta.3, revert the package version back to 1.2.0-beta.2 in pom.xml and eng/versioning/version_client.txt, and set today's date on the beta.2 changelog entry. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
ChristineWanjau
force-pushed
the
fix/appconfiguration-changelog-1.2.0-beta.3
branch
from
July 22, 2026 14:44
306cf21 to
021bcea
Compare
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the azure-resourcemanager-appconfiguration changelog entry for 1.2.0-beta.3 to unblock the release pipeline by setting a release date and attempting to remove empty section headers.
Changes:
- Set the
1.2.0-beta.3release status to the date2026-07-22. - Removed the empty section headers under
1.2.0-beta.3(currently leaving the entry with no content).
Comment on lines
3
to
5
| ## 1.2.0-beta.3 (2026-07-22) | ||
|
|
||
| ## 1.2.0-beta.2 (2026-04-28) |
Contributor
Author
It hadn't reflected in the release plan. Closing this PR |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes release pipeline blockers for release plan 2206.
1.2.0-beta.2 was never actually released (the earlier release attempt failed), and 1.2.0-beta.3 has no new changes over beta.2 — the only source diffs since the version bump were internal Javadoc comment updates from TypeSpec regeneration (#49169, #49553), not user-facing changes.
Rather than shipping an empty beta.3 entry, this reverts the package version back to \1.2.0-beta.2:
Co-authored-by: Copilot 223556219+Copilot@users.noreply.github.com