-
Notifications
You must be signed in to change notification settings - Fork 3k
[AutoRelease] t2-purestorageblock-2025-06-23-37212(can only be merged by SDK owner) #41714
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
[AutoRelease] t2-purestorageblock-2025-06-23-37212(can only be merged by SDK owner) #41714
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 PureStorageBlock management package for a stable release. Key changes include updating the commit hash and API version strings from preview ("2024-11-01-preview") to stable ("2024-11-01"), changing the package status in setup.py from Beta to Production/Stable, and modifying sample metadata and configuration files to reflect the new release status.
- Update commit reference in tsp-location.yaml and metadata files.
- Transition API version strings in service operations and configuration files from preview to stable.
- Adjust package versioning and static analyzer settings (pyright/mypy), and update sample file comments.
Reviewed Changes
Copilot reviewed 47 out of 47 changed files in this pull request and generated no comments.
Show a summary per file
File | Description |
---|---|
tsp-location.yaml | Updated commit hash to reflect the latest commit in the API specs repository. |
setup.py | Changed the development status to Production/Stable. |
sdk_packaging.toml | Marked package as stable. |
pyproject.toml | Added flags disabling pyright and mypy for this release. |
Generated sample files | Updated x‑ms‑original‑file references from preview to stable. |
_operations.py (and aio versions) | Updated API version defaults and return types for paged operations. |
_version.py | Changed package version from "1.0.0b1" to "0.0.0". |
MANIFEST.in | Removed inclusion of _meta.json. |
CHANGELOG.md | Updated release history to document stable release changes. |
Comments suppressed due to low confidence (3)
sdk/purestorageblock/azure-mgmt-purestorageblock/azure/mgmt/purestorageblock/_version.py:9
- [nitpick] The version was updated from '1.0.0b1' to '0.0.0'; please verify that this version number correctly reflects the stable release status and follows your semantic versioning policy.
VERSION = "0.0.0"
sdk/purestorageblock/azure-mgmt-purestorageblock/MANIFEST.in:1
- [nitpick] The removal of _meta.json from the MANIFEST.in file may affect package completeness; please double-check that this exclusion is intentional and consistent with packaging guidelines.
recursive-include tests *.py *.json
sdk/purestorageblock/azure-mgmt-purestorageblock/pyproject.toml:3
- [nitpick] Disabling static type analysis (pyright and mypy) may reduce early detection of type issues. Confirm that these changes are intended and align with your release policies as outlined in the Azure SDK Python Design Guidelines.
pyright = false
Hi @deepakmauryams, pr ready, free feel to merge and release this pr |
@msyyc can we please change the release date to ## 1.0.0 (2025-06-30)? |
@deepakmauryams updated |
https://github.com/Azure/sdk-release-request/issues/6338
Recording test success
https://dev.azure.com/azure-sdk/internal/_build?definitionId=7701