Skip to content
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

[DataFactory]Support New Features In ADF #26070

Merged
merged 1 commit into from
Sep 19, 2024
Merged

Conversation

Jingshu918
Copy link
Contributor

@Jingshu918 Jingshu918 commented Sep 10, 2024

Description

Mandatory Checklist

  • SHOULD update ChangeLog.md file(s) appropriately
    • For SDK-based development mode, 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.
    • For autorest-based development mode, include the changelog in the PR description.
    • 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

azure-client-tools-bot-prd bot commented Sep 10, 2024

️✔️Az.Accounts
️✔️Build
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
️✔️Az.DataFactory
️✔️Build
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
️✔️Breaking Change Check
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
️✔️Signature Check
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
️✔️Help File Existence Check
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
️✔️Generated Sdk Check
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
️✔️Test
️✔️PowerShell Core - Linux
️✔️PowerShell Core - MacOS
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows

@@ -18,6 +18,8 @@
- Additional information about change #1
-->
## Upcoming Release
* Added support for Iceberg format as a sink.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you have the help document update?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No, ADF only update sdk for powershell, nothing change in cmd

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No, ADF only update sdk for powershell, nothing change in cmd

@Jingshu918 Please confirm you module is not going to release a new version after the merge is merged

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't know what you mean "module is not going to release a new version", After the PR merged Powershell should release a new version for DataFactory, for such change we have released many years.

#25825
https://www.powershellgallery.com/packages/Az.DataFactory/1.18.7

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Jingshu918 Sorry, please ignore the previous comment. I may comment in the wrong PR.
The review comments for you PR is
Please refer to https://github.com/Azure/azure-powershell/blob/main/documentation/development-docs/help-generation.md to update your help doc of your module

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We are not updating our modules, so we need not do that.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We are not updating our modules, so we need not do that.

The help doc should be consistent with the source codes and currently the cmdlet help docs are already out of date.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think it is out of data in DataFactory. DataFactory maybe a special Service from others.
For example, we only change the definitionFile which customers can know from other places and it did not need customer change the modules and docs.

Set-AzDataFactoryV2Dataset
[-Name]
[-DefinitionFile]
[-ResourceGroupName]
[-DataFactoryName]
[-Force]
[-DefaultProfile ]
[-WhatIf]
[-Confirm]
[]

https://learn.microsoft.com/en-us/powershell/module/az.datafactory/set-azdatafactoryv2dataset?view=azps-12.3.0

https://learn.microsoft.com/en-us/azure/data-factory/

@msJinLei msJinLei added the needs-author-feedback More information is needed from author to address the issue. label Sep 12, 2024
@msJinLei msJinLei added needs-author-feedback More information is needed from author to address the issue. needs-revision and removed needs-author-feedback More information is needed from author to address the issue. labels Sep 14, 2024
Copy link

This PR was labeled "needs-revision" because it has unresolved review comments or CI failures.
Please resolve all open review comments and make sure all CI checks are green. Refer to our guide to troubleshoot common CI failures.

Copy link
Contributor

@msJinLei msJinLei left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Jingshu918
Copy link
Contributor Author

@msJinLei Sorry, I did not know what you mean "out of date", do we have similar change for that?

@msJinLei
Copy link
Contributor

@msJinLei Sorry, I did not know what you mean "out of date", do we have similar change for that?

@Jingshu918 To update help doc is part of the development process of Azure-PowerShell. We usually ask the partners to update the help docs of their modules in their PRs even the docs changes are not caused by their PR merely. Are you the module owner of data factory? If not, could you provide the owner of Data Factory (usually a Microsoft FTE) and I will ask them to update the help docs of Data Factory.

@msJinLei msJinLei added the needs-author-feedback More information is needed from author to address the issue. label Sep 19, 2024
@Jingshu918
Copy link
Contributor Author

Jingshu918 commented Sep 19, 2024

@msJinLei I did not find you in teams, Could we create a team chart to discuss the docs?
Please add @ruowan and me

@microsoft-github-policy-service microsoft-github-policy-service bot added needs-team-attention This issue needs attention from Azure service team or SDK team and removed needs-author-feedback More information is needed from author to address the issue. labels Sep 19, 2024
@msJinLei msJinLei merged commit 4be031b into Azure:main Sep 19, 2024
17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs-revision needs-team-attention This issue needs attention from Azure service team or SDK team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants