-
Notifications
You must be signed in to change notification settings - Fork 5.1k
Prepare GA release for Azure.ResourceManager.Maintenance #53830
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
Conversation
API Change CheckAPIView identified API level changes in this PR and created the following API reviews |
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 pull request prepares the Azure.ResourceManager.Maintenance SDK for GA release by upgrading from preview API version 2023-10-01-preview to stable API version 2023-04-01.
Key changes:
- Upgraded API version from preview (2023-10-01-preview) to stable (2023-04-01)
- Removed preview-only features including scheduled event acknowledgment and maintenance cancellation APIs
- Updated package version from 1.2.0-beta.10 to 1.2.0 (GA)
Reviewed Changes
Copilot reviewed 11 out of 45 changed files in this pull request and generated 8 comments.
Show a summary per file
| File | Description |
|---|---|
| autorest.md | Updated API spec reference to stable 2023-04-01 version |
| Azure.ResourceManager.Maintenance.csproj | Bumped version to 1.2.0 GA |
| CHANGELOG.md | Added GA release notes |
| Generated RestOperations files | Updated API versions and removed preview-only operations |
| Generated model files | Removed preview-only models (ScheduledEventApproveResult, MaintenanceUpdateStatus values) |
| Test files | Commented out preview-only tests for future re-enablement |
| Sample files | Removed preview-only API examples and updated API version references |
| Custom extension files | Added custom implementations to preserve backward compatibility for certain list operations |
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.