-
Notifications
You must be signed in to change notification settings - Fork 2.2k
[AutoPR azure-resourcemanager-authorization]-generated-from-SDK Generation - Java-6131697 #48751
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,15 +1,17 @@ | ||
| # Release History | ||
|
|
||
| ## 2.54.0-beta.1 (Unreleased) | ||
| ## 2.54.0-beta.1 (2026-04-09) | ||
|
|
||
| ### Features Added | ||
|
|
||
| ### Breaking Changes | ||
|
|
||
| ### Bugs Fixed | ||
| - Supported create and delete of "deny assignment". | ||
|
|
||
| ### Other Changes | ||
|
|
||
| #### Dependency Updates | ||
|
|
||
| - Updated `api-version` to `2024-09-01-preview`. | ||
|
|
||
|
Comment on lines
+3
to
+14
|
||
| ## 2.53.8 (2026-03-30) | ||
|
|
||
| ### Other Changes | ||
|
|
@@ -18,7 +20,6 @@ | |
|
|
||
| - Upgraded `azure-resourcemanager-resources` from `2.53.5` to version `2.54.0`. | ||
|
|
||
|
|
||
| ## 2.53.7 (2026-01-29) | ||
|
|
||
| ### Other Changes | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The top CHANGELOG section was converted from “(Unreleased)” to a dated release. Unless this PR is intended to finalize a release, the repo convention is to keep a single “(Unreleased)” section at the top and only date it when the version is actually released (e.g.,
sdk/core/azure-core/CHANGELOG.mdkeeps## ... (Unreleased)at the top). Consider restoring “(Unreleased)” for 2.54.0-beta.1 until the release is cut.