-
Notifications
You must be signed in to change notification settings - Fork 2.1k
mgmt, local generation for Storage - 2025-01-01 #46366
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 PR updates the Azure Storage management library to use the 2025-01-01 API version, introducing new features for zone placement, dual-stack IPv6 endpoints, enhanced SMB/NFS protocol settings, and updated security configurations. The update also adjusts test expectations to align with the new API version's default behaviors.
Key changes include:
- Updated API version from 2024-01-01 to 2025-01-01
- Added support for availability zone placement policies and dual-stack IPv6 endpoints
- Enhanced SMB and NFS protocol settings with OAuth and encryption in transit support
- Updated test assertions to reflect new default security settings
Reviewed Changes
Copilot reviewed 34 out of 138 changed files in this pull request and generated 2 comments.
Show a summary per file
File | Description |
---|---|
api-specs.json | Updated package tag from 2024-01 to 2025-01 |
StorageAccountOperationsTests.java | Modified test assertions for default HTTPS and TLS settings |
StorageManagementClientImpl.java | Updated API version to 2025-01-01 |
Multiple model files | Added new models for zone placement, IPv6 endpoints, and protocol settings |
CHANGELOG.md | Updated changelog to reflect API version change |
...r-storage/src/test/java/com/azure/resourcemanager/storage/StorageAccountOperationsTests.java
Outdated
Show resolved
Hide resolved
...r-storage/src/test/java/com/azure/resourcemanager/storage/StorageAccountOperationsTests.java
Outdated
Show resolved
Hide resolved
...er-storage/src/main/java/com/azure/resourcemanager/storage/models/ResourceAutoGenerated.java
Outdated
Show resolved
Hide resolved
...r-storage/src/test/java/com/azure/resourcemanager/storage/StorageAccountOperationsTests.java
Outdated
Show resolved
Hide resolved
The updated system variables have not taken effect and now being re-recorded. |
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