-
Notifications
You must be signed in to change notification settings - Fork 2.2k
mgmt network, update api-version to 2025-05-01 #47831
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
base: main
Are you sure you want to change the base?
mgmt network, update api-version to 2025-05-01 #47831
Conversation
Update the network resource manager package from version 2025-03-01 to 2025-05-01 in the API specifications configuration.
- Update version from 2.58.0-beta.1 to 2.58.0 in version_client.txt - Remove beta suffix from unreleased dependencies list - Update README.md dependency version to 2.58.0 - Update pom.xml versions from 2.58.0-beta.1 to 2.58.0 - Update parent pom dependency reference to stable version
…ager-network - Update api-version to 2025-05-01 in CHANGELOG.md - Move azure-resourcemanager-network dependency updates section to appropriate location - Update release version from 2.58.0-beta.1 to 2.58.0 with release date 2026-01-28
- Update Tag from java/network/azure-resourcemanager-network_95e9cb8046 to java/network/azure-resourcemanager-network_b15223c7bc in assets.json
API Change CheckAPIView identified API level changes in this PR and created the following API reviews |
…IntrusionDetectionProfileType - Ignore removal of ADVANCED enum value from FirewallPolicyIntrusionDetectionProfileType - Ignore removal of BASIC enum value from FirewallPolicyIntrusionDetectionProfileType - Ignore removal of STANDARD enum value from FirewallPolicyIntrusionDetectionProfileType - Add justification that these enum values were removed during TypeSpec/Swagger alignment and are no longer supported by the backend service
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.
|
The FirewallPolicyIntrusionDetectionProfileType interface has changed, so I have modified revapi.json. |
weidongxu-microsoft
left a comment
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.
Please update CHANGELOG on the breaking changes on the ProfileType
PS: Redmond is doing patch release, we will not merge till they complete
…profile types BREAKING CHANGE: Removed ADVANCED, BASIC, and STANDARD from FirewallPolicyIntrusionDetectionProfileType to align with the service/TypeSpec model.


https://github.com/Azure/sdk-release-request/issues/6794
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