-
Notifications
You must be signed in to change notification settings - Fork 5.1k
[EventHub] New api version 2025-05-preview version #54172
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?
Conversation
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.
Pull request overview
This PR updates the Azure Event Hubs Resource Manager SDK to support the new API version 2025-05-preview. The changes include:
- Updating API version references from
2024-01-01to2025-05-01-previewacross all REST operations - Updating example file references in generated samples to point to the new preview API specification
- Adding new functionality including namespace failover operations and network security perimeter configuration retrieval
- Reorganizing method order in some files (e.g., swapping positions of methods in test samples)
- Updating parameter documentation from generic descriptions to more standardized Azure descriptions
- Adding new Geo-DR (Geo-Disaster Recovery) features and properties
- Fixing a parameter order issue in the EventHubsNetworkSecurityPerimeterConfiguration deserialization
Reviewed changes
Copilot reviewed 7 out of 136 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| autorest.md | Updated API version tag and spec file reference, added failover operation override, added request-path-is-non-resource configuration, and updated directive transformations |
| Azure.ResourceManager.EventHubs.Tests.csproj | Added Generated/Samples folder item group |
| Multiple Sample files | Updated example definition paths from stable 2024-01-01 to preview 2025-05-01-preview, reordered some test methods, added new test cases for Geo-DR features |
| RestOperations files | Updated API version constant, reordered methods, updated documentation comments, added new operations like Failover |
| EventHubsNetworkSecurityPerimeterConfiguration.Serialization.cs | Fixed parameter order in deserialization constructor call |
You can also share your feedback on Copilot code review for a chance to win a $100 gift card. Take the survey.
...entHubs/src/Generated/Models/EventHubsNetworkSecurityPerimeterConfiguration.Serialization.cs
Show resolved
Hide resolved
API Change CheckAPIView identified API level changes in this PR and created the following API reviews |
Contributing to the Azure SDK
Please see our CONTRIBUTING.md if you are not familiar with contributing to this repository or have questions.
For specific information about pull request etiquette and best practices, see this section.