-
Notifications
You must be signed in to change notification settings - Fork 4.1k
[Az.DataTransfer] DoNotMerge: Switch to newer preview version with FlowProfiles commands #28579
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
This PR updates the Azure PowerShell DataTransfer module to use a newer preview API version (2025-05-30-preview) that introduces FlowProfile commands and deprecates several existing properties in favor of the new FlowProfile resource model.
Key changes include:
- Addition of new FlowProfile cmdlets (Get, New, Remove, Update)
- Updates to existing cmdlets with new parameters and deprecation notices
- API version update from 2025-05-21 to 2025-05-30-preview
Reviewed Changes
Copilot reviewed 41 out of 41 changed files in this pull request and generated 6 comments.
Show a summary per file
File | Description |
---|---|
src/DataTransfer/DataTransfer/help/*.md | Updated help documentation for new FlowProfile cmdlets and existing cmdlets with API changes |
src/DataTransfer/DataTransfer/Az.DataTransfer.psd1 | Added new FlowProfile functions to module exports and updated generation date |
src/DataTransfer/DataTransfer.sln | Updated project GUID reference |
src/DataTransfer/DataTransfer.Autorest/test/*.Tests.ps1 | Added placeholder test files for new FlowProfile cmdlets |
src/DataTransfer/DataTransfer.Autorest/generate-info.json | Updated generation ID |
src/DataTransfer/DataTransfer.Autorest/examples/*.md | Added placeholder example files for new FlowProfile cmdlets |
src/DataTransfer/DataTransfer.Autorest/docs/*.md | Updated documentation for new and existing cmdlets with API changes |
src/DataTransfer/DataTransfer.Autorest/UX/*.json | Updated API version and added new FlowProfile resource definitions |
src/DataTransfer/DataTransfer.Autorest/README.md | Updated commit reference for newer API version |
src/DataTransfer/DataTransfer.Autorest/Properties/AssemblyInfo.cs | Updated assembly version from 0.1.0 to 1.0.0 |
|
||
### -ReplicationScenario | ||
The data replication scenario handled by this FlowProfile. | ||
Please not, that this value cannot be updated after creation. |
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.
There's a typo in the parameter description. 'Please not' should be 'Please note'.
Please not, that this value cannot be updated after creation. | |
Please note, that this value cannot be updated after creation. |
Copilot uses AI. Check for mistakes.
|
||
### -ReplicationScenario | ||
The data replication scenario handled by this FlowProfile. | ||
Please not, that this value cannot be updated after creation. |
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.
There's a typo in the parameter description. 'Please not' should be 'Please note'.
Please not, that this value cannot be updated after creation. | |
Please note, that this value cannot be updated after creation. |
Copilot uses AI. Check for mistakes.
|
||
### -MimeFilter | ||
Defines the Media types (f.k.a MIME types) and associated file extensions to be filtered. | ||
For more detail, please refer to the MimeTypeFiler model. |
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.
There's a typo in the parameter description. 'MimeTypeFiler' should be 'MimeTypeFilter'.
For more detail, please refer to the MimeTypeFiler model. | |
For more detail, please refer to the MimeTypeFilter model. |
Copilot uses AI. Check for mistakes.
|
||
### -MimeFilter | ||
Defines the Media types (f.k.a MIME types) and associated file extensions to be filtered. | ||
For more detail, please refer to the MimeTypeFiler model. |
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.
There's a typo in the parameter description. 'MimeTypeFiler' should be 'MimeTypeFilter'.
For more detail, please refer to the MimeTypeFiler model. | |
For more detail, please refer to the MimeTypeFilter model. |
Copilot uses AI. Check for mistakes.
|
||
### -MimeFilter | ||
Defines the Media types (f.k.a MIME types) and associated file extensions to be filtered. | ||
For more detail, please refer to the MimeTypeFiler model. |
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.
There's a typo in the parameter description. 'MimeTypeFiler' should be 'MimeTypeFilter'.
For more detail, please refer to the MimeTypeFiler model. | |
For more detail, please refer to the MimeTypeFilter model. |
Copilot uses AI. Check for mistakes.
|
||
### -MimeFilter | ||
Defines the Media types (f.k.a MIME types) and associated file extensions to be filtered. | ||
For more detail, please refer to the MimeTypeFiler model. |
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.
There's a typo in the parameter description. 'MimeTypeFiler' should be 'MimeTypeFilter'.
For more detail, please refer to the MimeTypeFiler model. | |
For more detail, please refer to the MimeTypeFilter model. |
Copilot uses AI. Check for mistakes.
/azp run |
Commenter does not have sufficient privileges for PR 28579 in repo Azure/azure-powershell |
/azp run |
Azure Pipelines successfully started running 3 pipeline(s). |
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.