-
Notifications
You must be signed in to change notification settings - Fork 2.1k
mgmt network, update api-version to 2025-03-01 #47331
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
Merged
weidongxu-microsoft
merged 15 commits into
Azure:main
from
v-huizhu2:release/azure-resourcemanager-network/2.57.0
Nov 20, 2025
Merged
mgmt network, update api-version to 2025-03-01 #47331
weidongxu-microsoft
merged 15 commits into
Azure:main
from
v-huizhu2:release/azure-resourcemanager-network/2.57.0
Nov 20, 2025
+5,142
−2,312
Conversation
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
- Updated network resource manager API specification - Bumped package version from 2025-01-01 to 2025-03-01 - Maintained existing inner class configurations - Preserved sync stack disabled setting - Kept deprecation note for ApplicationGatewaySku
- Updated version in version_client.txt from 2.56.0 to 2.57.0 - Updated README.md to reflect new stable version 2.57.0 - Updated pom.xml to use stable version 2.57.0 instead of beta - Updated azure-resourcemanager dependency reference to 2.57.0
- Updated `api-version` to `2025-03-01` in network changelog - Aligned resourcemanager dependency with latest api-version - Removed beta release notes and marked as stable release - Consolidated changelog entries under dependency updates section
- Updated asset tag from previous version to latest - Maintains consistency with azure resource manager network module - No functional changes, only metadata update
Contributor
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.
Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.
- Added unreleased version entry for azure-resourcemanager-cosmos - Set version to 2.54.0 in version_client.txt - Maintained consistent formatting with other entries
- Removed unreleased Cosmos Resource Manager version entry - Cleaned up version client tracking file - Updated dependency version management list
Contributor
API Change CheckAPIView identified API level changes in this PR and created the following API reviews |
- Ignore removal of ApplicationGatewayWafRuleSensitivityTypes.NONE - Ignore removal of SensitivityType.NONE - Mark removed fields as intentionally cleaned up in newer version
- Removed redundant 'ignore' flag for ApplicationGatewayWafRuleSensitivityTypes.NONE - Removed redundant 'ignore' flag for SensitivityType.NONE - Cleanup obsolete field removal justifications - Ensure proper detection of breaking changes in API evolution - Maintain accurate API compatibility checking configuration
….com:v-huizhu2/azure-sdk-for-java into release/azure-resourcemanager-network/2.57.0
- Update justification for ApplicationGatewayWafRuleSensitivityTypes.NONE removal - Update justification for SensitivityType.NONE removal - Both fields now specify removal due to DDoS ruleset changes instead of general cleanup
Member
|
/check-enforcer override |
weidongxu-microsoft
approved these changes
Nov 20, 2025
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.
https://github.com/Azure/sdk-release-request/issues/6743
Description
Please add an informative description that covers that changes made by the pull request and link all relevant issues.
If an SDK is being regenerated based on a new swagger spec, a link to the pull request containing these swagger spec changes has been included above.
All SDK Contribution checklist:
General Guidelines and Best Practices
Testing Guidelines