Skip to content

Conversation

fzkhan
Copy link
Member

@fzkhan fzkhan commented Sep 18, 2025

Description

Mandatory Checklist

  • SHOULD update ChangeLog.md file(s) appropriately
    • Update src/{{SERVICE}}/{{SERVICE}}/ChangeLog.md.
      • A snippet outlining the change(s) made in the PR should be written under the ## Upcoming Release header in the past tense.
    • Should not change ChangeLog.md if no new release is required, such as fixing test case only.
  • SHOULD regenerate markdown help files if there is cmdlet API change. Instruction
  • SHOULD have proper test coverage for changes in pull request.
  • SHOULD NOT adjust version of module manually in pull request

Copy link

Thanks for your contribution! The pull request validation has started. Please revisit this comment for updated status.

@fzkhan fzkhan marked this pull request as ready for review September 18, 2025 01:38
@Copilot Copilot AI review requested due to automatic review settings September 18, 2025 01:38
Copy link
Contributor

@Copilot Copilot AI left a 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.
Copy link
Preview

Copilot AI Sep 18, 2025

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'.

Suggested change
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.
Copy link
Preview

Copilot AI Sep 18, 2025

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'.

Suggested change
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.
Copy link
Preview

Copilot AI Sep 18, 2025

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'.

Suggested change
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.
Copy link
Preview

Copilot AI Sep 18, 2025

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'.

Suggested change
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.
Copy link
Preview

Copilot AI Sep 18, 2025

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'.

Suggested change
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.
Copy link
Preview

Copilot AI Sep 18, 2025

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'.

Suggested change
For more detail, please refer to the MimeTypeFiler model.
For more detail, please refer to the MimeTypeFilter model.

Copilot uses AI. Check for mistakes.

@fzkhan
Copy link
Member Author

fzkhan commented Sep 18, 2025

/azp run

Copy link
Contributor

Commenter does not have sufficient privileges for PR 28579 in repo Azure/azure-powershell

@VeryEarly
Copy link
Collaborator

/azp run

Copy link
Contributor

Azure Pipelines successfully started running 3 pipeline(s).

@VeryEarly VeryEarly self-assigned this Sep 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants