-
Notifications
You must be signed in to change notification settings - Fork 2.1k
mgmt, prepare release azure-resourcemanager-test #46369
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
update changelog
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 PR prepares the azure-resourcemanager-test
library for its initial release (version 2.0.0-beta.1) by addressing a release process requirement that forbids unreleased dependencies, even those with test scope.
Key changes:
- Moves the test library from additional modules to releasable artifacts in the CI pipeline
- Updates documentation with comprehensive usage examples and troubleshooting guidance
- Finalizes the changelog for the initial release
Reviewed Changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.
File | Description |
---|---|
sdk/resourcemanager/ci.yml |
Moves azure-resourcemanager-test from additional modules to releasable artifacts with new release parameter |
sdk/resourcemanager/azure-resourcemanager-test/README.md |
Adds comprehensive documentation including usage examples, test setup, and troubleshooting guidance |
sdk/resourcemanager/azure-resourcemanager-test/CHANGELOG.md |
Updates release date and description for version 2.0.0-beta.1 |
Description
https://dev.azure.com/azure-sdk/internal/_build/results?buildId=5207688&view=results
azure-sdk-for-java/eng/versioning/scan_for_unreleased_dependencies.ps1
Lines 63 to 75 in d85f430
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