-
Notifications
You must be signed in to change notification settings - Fork 4k
Corrected docs invalid related links #27832
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 corrects the invalid related links in the help documentation files for various DataFactory and Batch cmdlets.
- Updated markdown links in help files to point to the correct .md files for related cmdlets.
- Ensured consistency in link formatting across multiple help files.
Reviewed Changes
Copilot reviewed 38 out of 38 changed files in this pull request and generated no comments.
Show a summary per file
File | Description |
---|---|
src/DataFactory/DataFactory/help/Remove-AzDataFactoryV2IntegrationRuntime.md | Updated related links for Integration Runtime cmdlets |
src/DataFactory/DataFactory/help/Remove-AzDataFactoryV2Dataset.md | Updated related links for Dataset cmdlets |
src/DataFactory/DataFactory/help/Remove-AzDataFactoryV2.md | Updated related links for DataFactory removal cmdlets |
src/DataFactory/DataFactory/help/New-AzDataFactoryV2IntegrationRuntimeKey.md | Updated link for Integration Runtime Key cmdlet |
src/DataFactory/DataFactory/help/Invoke-AzDataFactoryV2Pipeline.md | Updated links for Pipeline cmdlets |
src/DataFactory/DataFactory/help/Invoke-AzDataFactoryV2IntegrationRuntimeUpgrade.md | Updated related links for Integration Runtime Upgrade cmdlets |
src/DataFactory/DataFactory/help/Get-AzDataFactoryV2TriggerRun.md | Updated related links for Trigger Run cmdlets |
src/DataFactory/DataFactory/help/Get-AzDataFactoryV2Trigger.md | Updated related links for Trigger cmdlets |
src/DataFactory/DataFactory/help/Get-AzDataFactoryV2PipelineRun.md | Updated link reference for PipelineRun cmdlet |
src/DataFactory/DataFactory/help/Get-AzDataFactoryV2Pipeline.md | Updated related links for Pipeline cmdlets |
src/DataFactory/DataFactory/help/Get-AzDataFactoryV2LinkedService.md | Updated related links for LinkedService cmdlets |
src/DataFactory/DataFactory/help/Get-AzDataFactoryV2IntegrationRuntimeOutboundNetworkDependenciesEndpoint.md | Updated related link for Integration Runtime outbound network endpoint |
src/DataFactory/DataFactory/help/Get-AzDataFactoryV2IntegrationRuntimeNode.md | Updated related link for Integration Runtime Node cmdlet |
src/DataFactory/DataFactory/help/Get-AzDataFactoryV2IntegrationRuntimeMetric.md | Updated related link for Integration Runtime Metric cmdlet |
src/DataFactory/DataFactory/help/Get-AzDataFactoryV2IntegrationRuntimeKey.md | Updated related link for Integration Runtime Key cmdlet |
src/DataFactory/DataFactory/help/Get-AzDataFactoryV2IntegrationRuntime.md | Updated related links for Integration Runtime cmdlets |
src/DataFactory/DataFactory/help/Get-AzDataFactoryV2Dataset.md | Updated related links for Dataset cmdlets |
src/DataFactory/DataFactory/help/Get-AzDataFactoryV2ActivityRun.md | Updated related links for Activity and PipelineRun cmdlets |
src/DataFactory/DataFactory/help/Get-AzDataFactoryV2.md | Updated related links for DataFactory cmdlets |
src/Batch/Batch/help/Get-AzBatchPoolNodeCount.md | Updated related links for Batch cmdlets |
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.
LGTM
Description
Corrected docs invalid related links which are blockers for the new version of PlatyPS.
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.