Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/FrontDoor/FrontDoor.Autorest/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
[assembly: System.Reflection.AssemblyCopyrightAttribute("Copyright © Microsoft")]
[assembly: System.Reflection.AssemblyProductAttribute("Microsoft Azure PowerShell")]
[assembly: System.Reflection.AssemblyTitleAttribute("Microsoft Azure PowerShell - FrontDoor")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.13.0")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.13.0")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.13.1")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.13.1")]
Comment on lines +23 to +24
Copy link

Copilot AI Nov 7, 2025

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

Copilot uses AI. Check for mistakes.
[assembly: System.Runtime.InteropServices.ComVisibleAttribute(false)]
[assembly: System.CLSCompliantAttribute(false)]
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Create an in-memory object for Backend.
.Outputs
Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.Backend
.Link
https://learn.microsoft.com/powershell/module/Az.FrontDoor/new-azfrontdoorfrontendbackendobject
https://learn.microsoft.com/powershell/module/Az.FrontDoor/new-azfrontdoorbackendobject
#>
function New-AzFrontDoorBackendObject {
[Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.ModelCmdletAttribute()]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Create an in-memory object for BackendPool.
.Outputs
Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.BackendPool
.Link
https://learn.microsoft.com/powershell/module/Az.FrontDoor/new-azfrontdoorfrontendbackendpoolobject
https://learn.microsoft.com/powershell/module/Az.FrontDoor/new-azfrontdoorbackendpoolobject
#>
function New-AzFrontDoorBackendPoolObject {
[Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.ModelCmdletAttribute()]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Create an in-memory object for BackendPoolsSettings.
.Outputs
Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.BackendPoolsSettings
.Link
https://learn.microsoft.com/powershell/module/Az.FrontDoor/new-azfrontdoorfrontendbackendpoolssettingsobject
https://learn.microsoft.com/powershell/module/Az.FrontDoor/new-azfrontdoorbackendpoolssettingsobject
#>
function New-AzFrontDoorBackendPoolsSettingObject {
[Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.ModelCmdletAttribute()]
Expand Down
2 changes: 1 addition & 1 deletion src/FrontDoor/FrontDoor.Autorest/docs/Az.FrontDoor.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
Module Name: Az.FrontDoor
Module Guid: de841666-09d0-4c1e-a6ad-b3112699a6c2
Module Guid: 2137812d-57b1-4758-b545-30ae71638628
Download Help Link: https://learn.microsoft.com/powershell/module/az.frontdoor
Help Version: 1.0.0.0
Locale: en-US
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
external help file:
Module Name: Az.FrontDoor
online version: https://learn.microsoft.com/powershell/module/Az.FrontDoor/new-azfrontdoorfrontendbackendobject
online version: https://learn.microsoft.com/powershell/module/Az.FrontDoor/new-azfrontdoorbackendobject
schema: 2.0.0
---

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
external help file:
Module Name: Az.FrontDoor
online version: https://learn.microsoft.com/powershell/module/Az.FrontDoor/new-azfrontdoorfrontendbackendpoolobject
online version: https://learn.microsoft.com/powershell/module/Az.FrontDoor/new-azfrontdoorbackendpoolobject
schema: 2.0.0
---

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
external help file:
Module Name: Az.FrontDoor
online version: https://learn.microsoft.com/powershell/module/Az.FrontDoor/new-azfrontdoorfrontendbackendpoolssettingsobject
online version: https://learn.microsoft.com/powershell/module/Az.FrontDoor/new-azfrontdoorbackendpoolssettingsobject
schema: 2.0.0
---

Expand Down
2 changes: 1 addition & 1 deletion src/FrontDoor/FrontDoor.Autorest/generate-info.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"generate_Id": "2b24578b-8587-4e61-bad4-efa6aea7679b"
"generate_Id": "a7e2b3f2-93da-4267-9884-a33f03f9fef1"
}
28 changes: 14 additions & 14 deletions src/FrontDoor/FrontDoor.sln
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TestFx", "..\..\tools\TestF
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "FrontDoor.Autorest", "FrontDoor.Autorest", "{CCB5835C-B2B2-6D15-3546-15EE6FE0A6E7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.FrontDoor", "..\..\generated\FrontDoor\FrontDoor.Autorest\Az.FrontDoor.csproj", "{E5E42C8A-B15A-40DB-BCCA-A565B5830FFB}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.FrontDoor", "..\..\generated\FrontDoor\FrontDoor.Autorest\Az.FrontDoor.csproj", "{45CA8110-3D84-42EB-897D-CBBA1BEAF930}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand Down Expand Up @@ -131,18 +131,18 @@ Global
{CEE04FC4-EA9E-49F5-8E65-1BF927763971}.Release|x64.Build.0 = Release|Any CPU
{CEE04FC4-EA9E-49F5-8E65-1BF927763971}.Release|x86.ActiveCfg = Release|Any CPU
{CEE04FC4-EA9E-49F5-8E65-1BF927763971}.Release|x86.Build.0 = Release|Any CPU
{E5E42C8A-B15A-40DB-BCCA-A565B5830FFB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E5E42C8A-B15A-40DB-BCCA-A565B5830FFB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E5E42C8A-B15A-40DB-BCCA-A565B5830FFB}.Debug|x64.ActiveCfg = Debug|Any CPU
{E5E42C8A-B15A-40DB-BCCA-A565B5830FFB}.Debug|x64.Build.0 = Debug|Any CPU
{E5E42C8A-B15A-40DB-BCCA-A565B5830FFB}.Debug|x86.ActiveCfg = Debug|Any CPU
{E5E42C8A-B15A-40DB-BCCA-A565B5830FFB}.Debug|x86.Build.0 = Debug|Any CPU
{E5E42C8A-B15A-40DB-BCCA-A565B5830FFB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E5E42C8A-B15A-40DB-BCCA-A565B5830FFB}.Release|Any CPU.Build.0 = Release|Any CPU
{E5E42C8A-B15A-40DB-BCCA-A565B5830FFB}.Release|x64.ActiveCfg = Release|Any CPU
{E5E42C8A-B15A-40DB-BCCA-A565B5830FFB}.Release|x64.Build.0 = Release|Any CPU
{E5E42C8A-B15A-40DB-BCCA-A565B5830FFB}.Release|x86.ActiveCfg = Release|Any CPU
{E5E42C8A-B15A-40DB-BCCA-A565B5830FFB}.Release|x86.Build.0 = Release|Any CPU
{45CA8110-3D84-42EB-897D-CBBA1BEAF930}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{45CA8110-3D84-42EB-897D-CBBA1BEAF930}.Debug|Any CPU.Build.0 = Debug|Any CPU
{45CA8110-3D84-42EB-897D-CBBA1BEAF930}.Debug|x64.ActiveCfg = Debug|Any CPU
{45CA8110-3D84-42EB-897D-CBBA1BEAF930}.Debug|x64.Build.0 = Debug|Any CPU
{45CA8110-3D84-42EB-897D-CBBA1BEAF930}.Debug|x86.ActiveCfg = Debug|Any CPU
{45CA8110-3D84-42EB-897D-CBBA1BEAF930}.Debug|x86.Build.0 = Debug|Any CPU
{45CA8110-3D84-42EB-897D-CBBA1BEAF930}.Release|Any CPU.ActiveCfg = Release|Any CPU
{45CA8110-3D84-42EB-897D-CBBA1BEAF930}.Release|Any CPU.Build.0 = Release|Any CPU
{45CA8110-3D84-42EB-897D-CBBA1BEAF930}.Release|x64.ActiveCfg = Release|Any CPU
{45CA8110-3D84-42EB-897D-CBBA1BEAF930}.Release|x64.Build.0 = Release|Any CPU
{45CA8110-3D84-42EB-897D-CBBA1BEAF930}.Release|x86.ActiveCfg = Release|Any CPU
{45CA8110-3D84-42EB-897D-CBBA1BEAF930}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand All @@ -154,7 +154,7 @@ Global
{4A06E6FB-D5E9-48DF-9BFB-867FE814F47E} = {52103A11-029D-492B-87C7-22D39EF55958}
{671E6476-CDED-43A3-AB46-1338DAB61409} = {52103A11-029D-492B-87C7-22D39EF55958}
{31599FB7-7929-4E92-834F-A23C603A9116} = {52103A11-029D-492B-87C7-22D39EF55958}
{E5E42C8A-B15A-40DB-BCCA-A565B5830FFB} = {CCB5835C-B2B2-6D15-3546-15EE6FE0A6E7}
{45CA8110-3D84-42EB-897D-CBBA1BEAF930} = {CCB5835C-B2B2-6D15-3546-15EE6FE0A6E7}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {8030889A-062F-4BCC-8246-EC5BCEDCAF25}
Expand Down
2 changes: 1 addition & 1 deletion src/FrontDoor/FrontDoor/Az.FrontDoor.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# Generated by: Microsoft Corporation
#
# Generated on: 2025/11/4
# Generated on: 2025/11/7
#

@{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
external help file: Az.FrontDoor-help.xml
Module Name: Az.FrontDoor
online version: https://learn.microsoft.com/powershell/module/Az.FrontDoor/new-azfrontdoorfrontendbackendobject
online version: https://learn.microsoft.com/powershell/module/Az.FrontDoor/new-azfrontdoorbackendobject
schema: 2.0.0
---

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
external help file: Az.FrontDoor-help.xml
Module Name: Az.FrontDoor
online version: https://learn.microsoft.com/powershell/module/Az.FrontDoor/new-azfrontdoorfrontendbackendpoolobject
online version: https://learn.microsoft.com/powershell/module/Az.FrontDoor/new-azfrontdoorbackendpoolobject
schema: 2.0.0
---

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
external help file: Az.FrontDoor-help.xml
Module Name: Az.FrontDoor
online version: https://learn.microsoft.com/powershell/module/Az.FrontDoor/new-azfrontdoorfrontendbackendpoolssettingsobject
online version: https://learn.microsoft.com/powershell/module/az.frontdoor/new-azfrontdoorbackendpoolssettingobject
schema: 2.0.0
---

Expand Down