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
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")]
[assembly: System.Runtime.InteropServices.ComVisibleAttribute(false)]
[assembly: System.CLSCompliantAttribute(false)]
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ New-AzFrontDoorBackendObject -Address "contoso1.azurewebsites.net"
.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 {
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.Backend])]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ BACKEND <IBackend[]>: The set of backends for this pool.
[PrivateLinkResourceId <String>]: The Resource Id of the Private Link resource. Populating this optional field indicates that this backend is 'Private'
[Weight <Int32?>]: Weight of this endpoint for load balancing purposes.
.Link
https://learn.microsoft.com/powershell/module/Az.FrontDoor/new-azfrontdoorfrontendbackendpoolobject
https://learn.microsoft.com/powershell/module/Az.FrontDoor/new-azfrontdoorbackendpoolobject
#>
function New-AzFrontDoorBackendPoolObject {
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.BackendPool])]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ New-AzFrontDoorBackendPoolsSettingObject -SendRecvTimeoutInSeconds 60 -EnforceCe
.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 {
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.BackendPoolsSettings])]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3467,7 +3467,7 @@ New-AzFrontDoorBackendObject -Address "contoso1.azurewebsites.net"
.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 {
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.Backend])]
Expand Down Expand Up @@ -3661,7 +3661,7 @@ BACKEND <IBackend[]>: The set of backends for this pool.
[PrivateLinkResourceId <String>]: The Resource Id of the Private Link resource. Populating this optional field indicates that this backend is 'Private'
[Weight <Int32?>]: Weight of this endpoint for load balancing purposes.
.Link
https://learn.microsoft.com/powershell/module/Az.FrontDoor/new-azfrontdoorfrontendbackendpoolobject
https://learn.microsoft.com/powershell/module/Az.FrontDoor/new-azfrontdoorbackendpoolobject
#>
function New-AzFrontDoorBackendPoolObject {
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.BackendPool])]
Expand Down Expand Up @@ -3807,7 +3807,7 @@ New-AzFrontDoorBackendPoolsSettingObject -SendRecvTimeoutInSeconds 60 -EnforceCe
.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 {
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.BackendPoolsSettings])]
Expand Down
2 changes: 1 addition & 1 deletion generated/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"
}