-
Notifications
You must be signed in to change notification settings - Fork 4.1k
[ServiceFabric] Fix online version #28562
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 fixes missing online version URLs in Azure Service Fabric PowerShell help documentation files. The changes add proper Microsoft Learn documentation links for four Service Fabric managed node type cmdlets that previously had empty online version fields.
- Adds online version URLs pointing to Microsoft Learn documentation
- Updates help metadata for four Service Fabric cmdlets related to managed node types
Reviewed Changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.
File | Description |
---|---|
src/ServiceFabric/ServiceFabric/help/Start-AzServiceFabricManagedNodeType.md | Adds online version URL for the Start cmdlet |
src/ServiceFabric/ServiceFabric/help/Invoke-AzServiceFabricReimageManagedNodeType.md | Adds online version URL for the Reimage cmdlet |
src/ServiceFabric/ServiceFabric/help/Invoke-AzServiceFabricRedeployManagedNodeType.md | Adds online version URL for the Redeploy cmdlet |
src/ServiceFabric/ServiceFabric/help/Invoke-AzServiceFabricDeallocateManagedNodeType.md | Adds online version URL for the Deallocate cmdlet and fixes schema line positioning |
external help file: Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric.dll-Help.xml | ||
Module Name: Az.ServiceFabric | ||
online version: | ||
online version: https://learn.microsoft.com/powershell/module/az.servicefabric/invoke-azservicefabricdeallocatemanagednodetype |
Copilot
AI
Sep 16, 2025
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.
The schema line is missing after adding the online version. The YAML front matter should include 'schema: 2.0.0' before the closing '---' delimiter to maintain consistency with the other files.
online version: https://learn.microsoft.com/powershell/module/az.servicefabric/invoke-azservicefabricdeallocatemanagednodetype | |
online version: https://learn.microsoft.com/powershell/module/az.servicefabric/invoke-azservicefabricdeallocatemanagednodetype | |
schema: 2.0.0 |
Copilot uses AI. Check for mistakes.
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.
what?
2459ec1
to
02a8915
Compare
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.