-
Notifications
You must be signed in to change notification settings - Fork 4k
[NetAppFiles] Bump anf to 2025-06-01 #28393
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
base: main
Are you sure you want to change the base?
Conversation
Thanks for your contribution! The pull request validation has started. Please revisit this comment for updated status. |
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
Updates the Azure NetApp Files (ANF) PowerShell module to use API version 2025-06-01, enhancing pool and volume functionality with new features for advanced throughput control and short-term clone splitting.
- Bumps NetApp Files API from 2025-03-01 to 2025-06-01
- Adds
CustomThroughputMibps
parameter for manual QoS pool throughput control with Flexible service level - Introduces
Split-AzNetAppFilesCloneFromParent
cmdlet for splitting clones from parent volumes
Reviewed Changes
Copilot reviewed 23 out of 72 changed files in this pull request and generated 5 comments.
Show a summary per file
File | Description |
---|---|
help/*.md | Updates documentation for new CustomThroughputMibps parameter and new Split cmdlet |
Volume/SplitCloneFromParent.cs | Implements new cmdlet for splitting clone volumes from parent |
Volume/NewNetAppFilesVolume.cs | Adds ShortTermClone volume type and AcceptGrowCapacityPoolForShortTermCloneSplit parameter |
Pool/*.cs | Adds CustomThroughputMibps parameter to pool creation and update cmdlets |
Models/*.cs | Updates model classes to support new properties |
Helpers/ModelExtensions.cs | Maps new API properties to PowerShell object models |
ChangeLog.md | Documents API version update and new features |
Test files | Updates test recordings and adds test for new split functionality |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
src/NetAppFiles/NetAppFiles.Test/ScenarioTests/SnapshotTests.ps1
Outdated
Show resolved
Hide resolved
src/NetAppFiles/NetAppFiles/help/Split-AzNetAppFilesCloneFromParent.md
Outdated
Show resolved
Hide resolved
src/NetAppFiles/NetAppFiles/help/Split-AzNetAppFilesCloneFromParent.md
Outdated
Show resolved
Hide resolved
/azp run |
Azure Pipelines successfully started running 3 pipeline(s). |
/azp run |
Commenter does not have sufficient privileges for PR 28393 in repo Azure/azure-powershell |
/azp run |
Azure Pipelines successfully started running 3 pipeline(s). |
|
/azp run |
Commenter does not have sufficient privileges for PR 28393 in repo Azure/azure-powershell |
Description
This PR updates ANF to api-version 2025-06-01, adds Split-AzNetAppFilesCloneFromParent cmdLet
Mandatory Checklist
Please choose the target release of Azure PowerShell. (⚠️ Target release is a different concept from API readiness. Please click below links for details.)
Check this box to confirm: I have read the Submitting Changes section of
CONTRIBUTING.md
and reviewed the following information:ChangeLog.md
file(s) appropriatelysrc/{{SERVICE}}/{{SERVICE}}/ChangeLog.md
.## Upcoming Release
header in the past tense.ChangeLog.md
if no new release is required, such as fixing test case only.