File tree Expand file tree Collapse file tree 6 files changed +9
-9
lines changed
generated/FrontDoor/FrontDoor.Autorest Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 2020[ assembly: System . Reflection . AssemblyCopyrightAttribute ( "Copyright © Microsoft" ) ]
2121[ assembly: System . Reflection . AssemblyProductAttribute ( "Microsoft Azure PowerShell" ) ]
2222[ assembly: System . Reflection . AssemblyTitleAttribute ( "Microsoft Azure PowerShell - FrontDoor" ) ]
23- [ assembly: System . Reflection . AssemblyFileVersionAttribute ( "1.13.0 " ) ]
24- [ assembly: System . Reflection . AssemblyVersionAttribute ( "1.13.0 " ) ]
23+ [ assembly: System . Reflection . AssemblyFileVersionAttribute ( "1.13.1 " ) ]
24+ [ assembly: System . Reflection . AssemblyVersionAttribute ( "1.13.1 " ) ]
2525[ assembly: System . Runtime . InteropServices . ComVisibleAttribute ( false ) ]
2626[ assembly: System . CLSCompliantAttribute ( false ) ]
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ New-AzFrontDoorBackendObject -Address "contoso1.azurewebsites.net"
2525. Outputs
2626Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.Backend
2727. Link
28- https://learn.microsoft.com/powershell/module/Az.FrontDoor/new-azfrontdoorfrontendbackendobject
28+ https://learn.microsoft.com/powershell/module/Az.FrontDoor/new-azfrontdoorbackendobject
2929#>
3030function New-AzFrontDoorBackendObject {
3131[OutputType ([Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.Backend ])]
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ BACKEND <IBackend[]>: The set of backends for this pool.
4242 [PrivateLinkResourceId <String>]: The Resource Id of the Private Link resource. Populating this optional field indicates that this backend is 'Private'
4343 [Weight <Int32?>]: Weight of this endpoint for load balancing purposes.
4444. Link
45- https://learn.microsoft.com/powershell/module/Az.FrontDoor/new-azfrontdoorfrontendbackendpoolobject
45+ https://learn.microsoft.com/powershell/module/Az.FrontDoor/new-azfrontdoorbackendpoolobject
4646#>
4747function New-AzFrontDoorBackendPoolObject {
4848[OutputType ([Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.BackendPool ])]
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ New-AzFrontDoorBackendPoolsSettingObject -SendRecvTimeoutInSeconds 60 -EnforceCe
2727. Outputs
2828Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.BackendPoolsSettings
2929. Link
30- https://learn.microsoft.com/powershell/module/Az.FrontDoor/new-azfrontdoorfrontendbackendpoolssettingsobject
30+ https://learn.microsoft.com/powershell/module/Az.FrontDoor/new-azfrontdoorbackendpoolssettingsobject
3131#>
3232function New-AzFrontDoorBackendPoolsSettingObject {
3333[OutputType ([Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.BackendPoolsSettings ])]
Original file line number Diff line number Diff line change @@ -3467,7 +3467,7 @@ New-AzFrontDoorBackendObject -Address "contoso1.azurewebsites.net"
34673467. Outputs
34683468Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.Backend
34693469. Link
3470- https://learn.microsoft.com/powershell/module/Az.FrontDoor/new-azfrontdoorfrontendbackendobject
3470+ https://learn.microsoft.com/powershell/module/Az.FrontDoor/new-azfrontdoorbackendobject
34713471#>
34723472function New-AzFrontDoorBackendObject {
34733473[OutputType ([Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.Backend ])]
@@ -3661,7 +3661,7 @@ BACKEND <IBackend[]>: The set of backends for this pool.
36613661 [PrivateLinkResourceId <String>]: The Resource Id of the Private Link resource. Populating this optional field indicates that this backend is 'Private'
36623662 [Weight <Int32?>]: Weight of this endpoint for load balancing purposes.
36633663. Link
3664- https://learn.microsoft.com/powershell/module/Az.FrontDoor/new-azfrontdoorfrontendbackendpoolobject
3664+ https://learn.microsoft.com/powershell/module/Az.FrontDoor/new-azfrontdoorbackendpoolobject
36653665#>
36663666function New-AzFrontDoorBackendPoolObject {
36673667[OutputType ([Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.BackendPool ])]
@@ -3807,7 +3807,7 @@ New-AzFrontDoorBackendPoolsSettingObject -SendRecvTimeoutInSeconds 60 -EnforceCe
38073807. Outputs
38083808Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.BackendPoolsSettings
38093809. Link
3810- https://learn.microsoft.com/powershell/module/Az.FrontDoor/new-azfrontdoorfrontendbackendpoolssettingsobject
3810+ https://learn.microsoft.com/powershell/module/Az.FrontDoor/new-azfrontdoorbackendpoolssettingsobject
38113811#>
38123812function New-AzFrontDoorBackendPoolsSettingObject {
38133813[OutputType ([Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.BackendPoolsSettings ])]
Original file line number Diff line number Diff line change 11{
2- "generate_Id" : " 2b24578b-8587-4e61-bad4-efa6aea7679b "
2+ "generate_Id" : " a7e2b3f2-93da-4267-9884-a33f03f9fef1 "
33}
You can’t perform that action at this time.
0 commit comments