-
Notifications
You must be signed in to change notification settings - Fork 3.3k
[NetAppFiles] Update to 2025-03-01 #31754
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
️✔️AzureCLI-FullTest
|
️✔️AzureCLI-BreakingChangeTest
|
|
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.
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 NetApp Files command module tests to use the new 2025-03-01 API version and aligns recorded responses accordingly.
- Bump API version in all recorded test URIs from
2025-01-01to2025-03-01. - Update User-Agent strings to
AZURECLI/2.75.0with Python3.12.2. - Refresh timestamps, etags, content lengths, and operation-result IDs in test recordings.
|
/azp run |
|
Azure Pipelines successfully started running 3 pipeline(s). |
…dd new parameters for port ranges and address prefixes (Azure#31714)
|
/azp run |
|
Azure Pipelines successfully started running 3 pipeline(s). |
…com/audunn/azure-cli into release-Microsoft.NetApp-2025-03-01
|
/azp run |
|
Commenter does not have sufficient privileges for PR 31754 in repo Azure/azure-cli |
|
/azp run |
|
Commenter does not have sufficient privileges for PR 31754 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 31754 in repo Azure/azure-cli |
|
/azp run |
|
Azure Pipelines successfully started running 3 pipeline(s). |
|
@audunn plz provide the link of the pull request in Azure/aaz. |
|
This PR has a messy commit history. |
|
Why it changed so many files and modules? |
@kairu-ms not quite sure but I belive this happened when the githook rebased or merged to sync Note we are deploying api-version 2025-06-01 of the service this week. Might be best to just do a new PR for api-version 2025-06-01 and relase that this windows since this one did not make the August windows and skip this version. What do you think? |
Related command
az netappfiles
Description
Updates the az netappfiles commands to use api-version 2025-03-01
Testing Guide
History Notes
[Component Name 1] BREAKING CHANGE:
az command a: Make some customer-facing breaking change[Component Name 2]
az command b: Add some customer-facing featureThis 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.