-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Storage Mover new api version 2025-07-01 #28488
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
… and add new cmdlets - Updated API version references from 20240701 to 20250701 in multiple help files. - Added new help file for New-AzStorageMoverMultiCloudConnectorEndpoint cmdlet. - Added new help file for Update-AzStorageMoverMultiCloudConnectorEndpoint cmdlet. - Updated descriptions and parameters for various cmdlets including New-AzStorageMoverJobDefinition and Update-AzStorageMover. - Corrected minor typos in resource IDs within example outputs.
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
This PR updates the Azure PowerShell StorageMover module to support the new API version 2025-07-01 and adds new cmdlets for multi-cloud connector and NFS file share endpoints. The update includes comprehensive help file regeneration and test infrastructure improvements.
- Updates API version references from 2024-07-01 to 2025-07-01 across all help files and test recordings
- Adds new cmdlets for MultiCloudConnector and AzNfsFileShare endpoint types
- Updates job definition cmdlets to support new JobType parameter for OnPremToCloud and CloudToCloud scenarios
Reviewed Changes
Copilot reviewed 117 out of 120 changed files in this pull request and generated 6 comments.
Show a summary per file
File | Description |
---|---|
help/*.md files | Updated API version references and type definitions for new 2025-07-01 API |
New-AzStorageMoverMultiCloudConnectorEndpoint.md | New help file for multi-cloud connector endpoint creation |
Update-AzStorageMoverMultiCloudConnectorEndpoint.md | New help file for multi-cloud connector endpoint updates |
New-AzStorageMoverAzNfsFileShareEndpoint.md | New help file for NFS file share endpoint creation |
Update-AzStorageMoverAzNfsFileShareEndpoint.md | New help file for NFS file share endpoint updates |
New-AzStorageMoverJobDefinition.md | Updated to include new JobType parameter |
ChangeLog.md | Documents the API version update and new endpoint types |
Az.StorageMover.psd1 | Updated module manifest with new cmdlet exports |
test files | Updated test infrastructure and recordings for new API version |
src/StorageMover/StorageMover/help/Update-AzStorageMoverSmbEndpoint.md
Outdated
Show resolved
Hide resolved
src/StorageMover/StorageMover/help/Update-AzStorageMoverAzSmbFileShareEndpoint.md
Outdated
Show resolved
Hide resolved
...torageMover/StorageMover.Autorest/test/Update-AzStorageMoverAzNfsFileShareEndpoint.Tests.ps1
Outdated
Show resolved
Hide resolved
/azp run |
Azure Pipelines successfully started running 3 pipeline(s). |
src/StorageMover/StorageMover.Autorest/examples/New-AzStorageMoverAzNfsFileShareEndpoint.md
Outdated
Show resolved
Hide resolved
/azp run |
Azure Pipelines successfully started running 3 pipeline(s). |
… and add new cmdlets
Description
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.