-
Notifications
You must be signed in to change notification settings - Fork 4.1k
[DoNotMerge][Az.DataTransfer] Switch to API version 2025-10-10 #28676
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
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 Data Transfer module to switch from API version 2025-05-21 to API version 2025-10-10. The update introduces new FlowProfile resource management capabilities and deprecates several existing properties in favor of newer FlowProfile-based approaches.
- Introduces new FlowProfile resource with Create, Read, Update operations (Delete is hidden)
- Adds FlowProfile-related parameters to existing Flow and Connection resources
- Updates API version references and regenerates documentation
Reviewed Changes
Copilot reviewed 36 out of 36 changed files in this pull request and generated no comments.
Show a summary per file
File | Description |
---|---|
src/DataTransfer/DataTransfer/Az.DataTransfer.psd1 | Updates module to export new FlowProfile cmdlets and removes commented script/type processing lines |
src/DataTransfer/DataTransfer.sln | Changes project GUID reference for the AutoRest generated project |
src/DataTransfer/DataTransfer/help/*.md | Adds help documentation for new FlowProfile cmdlets and updates existing cmdlet descriptions with deprecation notices |
src/DataTransfer/DataTransfer.Autorest/README.md | Updates API commit reference and adds configuration for FlowProfile cmdlets including spelling fix directive |
src/DataTransfer/DataTransfer.Autorest/UX/*.json | Updates API versions to 2025-10-10-preview and adds new FlowProfile resource definitions |
src/DataTransfer/DataTransfer.Autorest/test/*.ps1 | Adds placeholder test files for new FlowProfile cmdlets |
src/DataTransfer/DataTransfer.Autorest/examples/*.md | Adds placeholder example files for new FlowProfile cmdlets |
src/DataTransfer/DataTransfer.Autorest/docs/*.md | Adds/updates documentation for cmdlets with new parameters and deprecation notices |
src/DataTransfer/DataTransfer.Autorest/Properties/AssemblyInfo.cs | Updates assembly version from 0.1.0 to 1.0.0 |
src/DataTransfer/DataTransfer.Autorest/generate-info.json | Updates generation ID for the new API version |
Notes:
|
/azp run |
Azure Pipelines successfully started running 3 pipeline(s). |
- where: | ||
parameter-name: AntiviruAvSolution | ||
set: | ||
parameter-name: AntivirusAvSolution |
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.
Just in case, is the name AntivirusAvSolution or AntivirusAvsSolution (double s)?
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.
Single s: AntivirusAvSolution
[-ArchiveMaximumCompressionRatioLimit <Double>] [-ArchiveMaximumDepthLimit <Int64>] | ||
[-ArchiveMaximumExpansionSizeLimit <Int64>] [-ArchiveMinimumSizeForExpansion <Int64>] | ||
[-DataSizeMaximum <Int64>] [-DataSizeMinimum <Int64>] [-Description <String>] [-IdentityType <String>] | ||
[-MimeFilter <IMimeTypeFilter[]>] [-MimeFilterType <String>] [-ReplicationScenario <String>] |
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.
Are there commands to help user create complex objects such as MimeFilter or TextMatchingDeny?
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.
This is good suggestion. I will consider adding them in a separate PR.
Closing this in favour of fzkhan#1 |
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.