-
Notifications
You must be signed in to change notification settings - Fork 4.1k
{FrontDoor} Fix fd doc link issue #28823
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 incorrect online help URLs for three FrontDoor Backend-related cmdlets by removing an erroneous "frontend" prefix from the URL paths. The changes also include a version bump to 1.13.1, regeneration artifacts (GUIDs and generation IDs), and an updated module manifest generation date.
Key Changes:
- Fixed online help URLs for
New-AzFrontDoorBackendObject,New-AzFrontDoorBackendPoolObject, andNew-AzFrontDoorBackendPoolsSettingObjectcmdlets (removed incorrect "frontend" from URL paths) - Bumped module version from 1.13.0 to 1.13.1
- Updated AutoRest generation artifacts (GUIDs and generation ID)
Reviewed Changes
Copilot reviewed 14 out of 14 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| src/FrontDoor/FrontDoor/help/New-AzFrontDoorBackendPoolsSettingObject.md | Corrected online help URL by removing "frontend" prefix |
| src/FrontDoor/FrontDoor/help/New-AzFrontDoorBackendPoolObject.md | Corrected online help URL by removing "frontend" prefix |
| src/FrontDoor/FrontDoor/help/New-AzFrontDoorBackendObject.md | Corrected online help URL by removing "frontend" prefix |
| src/FrontDoor/FrontDoor/Az.FrontDoor.psd1 | Updated module generation date |
| src/FrontDoor/FrontDoor.sln | Updated project GUID references for AutoRest project |
| src/FrontDoor/FrontDoor.Autorest/generate-info.json | Updated AutoRest generation ID |
| src/FrontDoor/FrontDoor.Autorest/docs/New-AzFrontDoorBackendPoolsSettingObject.md | Corrected online help URL by removing "frontend" prefix |
| src/FrontDoor/FrontDoor.Autorest/docs/New-AzFrontDoorBackendPoolObject.md | Corrected online help URL by removing "frontend" prefix |
| src/FrontDoor/FrontDoor.Autorest/docs/New-AzFrontDoorBackendObject.md | Corrected online help URL by removing "frontend" prefix |
| src/FrontDoor/FrontDoor.Autorest/docs/Az.FrontDoor.md | Updated module GUID |
| src/FrontDoor/FrontDoor.Autorest/custom/New-AzFrontDoorBackendPoolsSettingObject.ps1 | Corrected .Link documentation URL |
| src/FrontDoor/FrontDoor.Autorest/custom/New-AzFrontDoorBackendPoolObject.ps1 | Corrected .Link documentation URL |
| src/FrontDoor/FrontDoor.Autorest/custom/New-AzFrontDoorBackendObject.ps1 | Corrected .Link documentation URL |
| src/FrontDoor/FrontDoor.Autorest/Properties/AssemblyInfo.cs | Bumped assembly version from 1.13.0 to 1.13.1 |
| [assembly: System.Reflection.AssemblyFileVersionAttribute("1.13.1")] | ||
| [assembly: System.Reflection.AssemblyVersionAttribute("1.13.1")] |
Copilot
AI
Nov 7, 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 ChangeLog.md file at src/FrontDoor/FrontDoor/ChangeLog.md should be updated to document these URL corrections. Based on the repository guidelines, all changes should have corresponding ChangeLog entries.
Add an entry under the "Upcoming Release" section (or create it if it doesn't exist) describing the documentation URL fixes, such as:
## Upcoming Release
* Fixed incorrect online help URLs for Backend-related cmdlets|
/azp run |
|
Azure Pipelines successfully started running 3 pipeline(s). |
|
/azp run |
|
Azure Pipelines successfully started running 3 pipeline(s). |
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.mdand reviewed the following information:ChangeLog.mdfile(s) appropriatelysrc/{{SERVICE}}/{{SERVICE}}/ChangeLog.md.## Upcoming Releaseheader in the past tense.ChangeLog.mdif no new release is required, such as fixing test case only.