[NetAppFiles] bump anf to 2025-06-01#31933
Conversation
️✔️AzureCLI-FullTest
|
|
| rule | cmd_name | rule_message | suggest_message |
|---|---|---|---|
| netappfiles account create | cmd netappfiles account create added parameter mi_system_assigned |
||
| netappfiles account create | cmd netappfiles account create added parameter mi_user_assigned |
||
| netappfiles pool create | cmd netappfiles pool create added parameter custom_throughput_mibps |
||
| netappfiles pool create | cmd netappfiles pool create update parameter service_level: updated property choices from ['Premium', 'Standard', 'StandardZRS', 'Ultra'] to ['Flexible', 'Premium', 'Standard', 'StandardZRS', 'Ultra'] |
||
| netappfiles pool update | cmd netappfiles pool update added parameter custom_throughput_mibps |
||
| netappfiles pool update | cmd netappfiles pool update update parameter service_level: updated property choices from ['Premium', 'Standard', 'StandardZRS', 'Ultra'] to ['Flexible', 'Premium', 'Standard', 'StandardZRS', 'Ultra'] |
||
| netappfiles volume create | cmd netappfiles volume create added parameter accept_grow_capacity_pool_for_short_term_clone_split |
||
| netappfiles volume create | cmd netappfiles volume create update parameter service_level: updated property choices from ['Premium', 'Standard', 'StandardZRS', 'Ultra'] to ['Flexible', 'Premium', 'Standard', 'StandardZRS', 'Ultra'] |
||
| netappfiles volume splitclonefromparent | cmd netappfiles volume splitclonefromparent added |
||
| netappfiles volume update | cmd netappfiles volume update update parameter service_level: updated property choices from ['Premium', 'Standard', 'StandardZRS', 'Ultra'] to ['Flexible', 'Premium', 'Standard', 'StandardZRS', 'Ultra'] |
|
Thank you for your contribution! We will review the pull request and get back to you soon. |
|
The git hooks are available for azure-cli and azure-cli-extensions repos. They could help you run required checks before creating the PR. Please sync the latest code with latest dev branch (for azure-cli) or main branch (for azure-cli-extensions). pip install azdev --upgrade
azdev setup -c <your azure-cli repo path> -r <your azure-cli-extensions repo path>
|
There was a problem hiding this comment.
Pull Request Overview
This PR updates the NetApp Files Azure CLI commands to use the newer 2025-06-01 API version instead of the previously used 2025-01-01 version. The changes enable access to newer features and ensure compatibility with the latest NetApp Files service capabilities.
- Updates API version from 2025-01-01 to 2025-06-01 across all NetApp Files operations
- Updates test recordings to reflect the new API version responses
- Modifies endpoint URLs to use the newer API version parameter
Reviewed Changes
Copilot reviewed 147 out of 206 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| test_update_account.yaml | Updates test recordings for account update operations with new API version |
| test_region_info_show.yaml | Updates test recordings for region info show commands with new API version |
| test_region_info_list.yaml | Updates test recordings for region info list commands with new API version |
| test_pool_parameters.yaml | Updates test recordings for pool parameter operations with new API version |
|
/azp run |
|
Commenter does not have sufficient privileges for PR 31933 in repo Azure/azure-cli |
|
/azp run |
|
Azure Pipelines successfully started running 3 pipeline(s). |
|
/azp run |
|
Commenter does not have sufficient privileges for PR 31933 in repo Azure/azure-cli |
|
/azp run |
|
Azure Pipelines successfully started running 3 pipeline(s). |
81ea0bd to
a8c591d
Compare
|
/azp run |
|
Commenter does not have sufficient privileges for PR 31933 in repo Azure/azure-cli |
|
/azp run |
|
Azure Pipelines successfully started running 3 pipeline(s). |
|
/azp run |
|
Commenter does not have sufficient privileges for PR 31933 in repo Azure/azure-cli |
|
/azp run |
|
Azure Pipelines successfully started running 3 pipeline(s). |
|
/azp run |
|
Commenter does not have sufficient privileges for PR 31933 in repo Azure/azure-cli |
|
/azp run |
|
Azure Pipelines successfully started running 3 pipeline(s). |
|
Why are we failing on test_cosmosdb_restore_command in this PR that has nothing to do with Cosmo DB? |
fa51f1d to
1cf1392
Compare
|
/azp run |
|
Commenter does not have sufficient privileges for PR 31933 in repo Azure/azure-cli |
|
/azp run |
|
Azure Pipelines successfully started running 3 pipeline(s). |
|
@yonzhan Hi we need this PR for this release can you help ? |
Related command
az netappfiles
Description
Updates to api-version 2025-06-01
Testing Guide
History Notes
[NetAppFiles]
az netappfiles volume splitclonefromparent: Add new command to split clone volume from parent volume[NetAppFiles]
az netappfiles volume create: Add parameter--grow-pool-clone-split[NetAppFiles]
az netappfiles pool create: Add new Enum valueFlexibleforServiceLevel[NetAppFiles]
az netappfiles volume create: Add new Enum valueFlexibleforServiceLevel[NetAppFiles]
az netappfiles pool create: Add parameter--custom-throughput-mibpsThis checklist is used to make sure that common guidelines for a pull request are followed.
The PR title and description has followed the guideline in Submitting Pull Requests.
I adhere to the Command Guidelines.
I adhere to the Error Handling Guidelines.