@@ -40,26 +40,12 @@ Enable-AzFrontDoorCustomDomainHttps -InputObject <IFrontDoorIdentity> [-DefaultP
4040 [-NoWait] [-PassThru] [-Confirm] [-WhatIf] [<CommonParameters>]
4141```
4242
43- ### EnableViaIdentityExpanded
44- ```
45- Enable-AzFrontDoorCustomDomainHttps -InputObject <IFrontDoorIdentity> [-MinimumTlsVersion <String>]
46- [-SecretName <String>] [-SecretVersion <String>] [-VaultId <String>] [-DefaultProfile <PSObject>] [-AsJob]
47- [-NoWait] [-PassThru] [-Confirm] [-WhatIf] [<CommonParameters>]
48- ```
49-
5043### EnableViaIdentityFrontDoor
5144```
5245Enable-AzFrontDoorCustomDomainHttps -FrontDoorInputObject <IFrontDoorIdentity> -FrontendEndpointName <String>
5346 [-DefaultProfile <PSObject>] [-AsJob] [-NoWait] [-PassThru] [-Confirm] [-WhatIf] [<CommonParameters>]
5447```
5548
56- ### EnableViaIdentityFrontDoorExpanded
57- ```
58- Enable-AzFrontDoorCustomDomainHttps -FrontDoorInputObject <IFrontDoorIdentity> -FrontendEndpointName <String>
59- [-MinimumTlsVersion <String>] [-SecretName <String>] [-SecretVersion <String>] [-VaultId <String>]
60- [-DefaultProfile <PSObject>] [-AsJob] [-NoWait] [-PassThru] [-Confirm] [-WhatIf] [<CommonParameters>]
61- ```
62-
6349### EnableViaJsonFilePath
6450```
6551Enable-AzFrontDoorCustomDomainHttps -FrontDoorName <String> -FrontendEndpointName <String>
@@ -205,7 +191,7 @@ Identity Parameter
205191
206192` ` ` yaml
207193Type : Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IFrontDoorIdentity
208- Parameter Sets : EnableViaIdentityFrontDoor, EnableViaIdentityFrontDoorExpanded
194+ Parameter Sets : EnableViaIdentityFrontDoor
209195Aliases :
210196
211197Required : True
@@ -235,7 +221,7 @@ Name of the Frontend endpoint which is unique within the Front Door.
235221
236222` ` ` yaml
237223Type : System.String
238- Parameter Sets : Enable, EnableExpanded, EnableViaIdentityFrontDoor, EnableViaIdentityFrontDoorExpanded, EnableViaJsonFilePath, EnableViaJsonString
224+ Parameter Sets : Enable, EnableExpanded, EnableViaIdentityFrontDoor, EnableViaJsonFilePath, EnableViaJsonString
239225Aliases :
240226
241227Required : True
@@ -250,7 +236,7 @@ Identity Parameter
250236
251237` ` ` yaml
252238Type : Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IFrontDoorIdentity
253- Parameter Sets : EnableViaIdentity, EnableViaIdentityExpanded
239+ Parameter Sets : EnableViaIdentity
254240Aliases :
255241
256242Required : True
@@ -295,7 +281,7 @@ The minimum TLS version required from the clients to establish an SSL handshake
295281
296282` ` ` yaml
297283Type : System.String
298- Parameter Sets : ByResourceIdWithVaultParameterSet, EnableExpanded, EnableViaIdentityExpanded, EnableViaIdentityFrontDoorExpanded
284+ Parameter Sets : ByResourceIdWithVaultParameterSet, EnableExpanded
299285Aliases :
300286
301287Required : False
@@ -355,7 +341,7 @@ The name of the Key Vault secret representing the full certificate PFX
355341
356342` ` ` yaml
357343Type : System.String
358- Parameter Sets : ByResourceIdWithVaultParameterSet, EnableExpanded, EnableViaIdentityExpanded, EnableViaIdentityFrontDoorExpanded
344+ Parameter Sets : ByResourceIdWithVaultParameterSet, EnableExpanded
359345Aliases :
360346
361347Required : False
@@ -370,7 +356,7 @@ The version of the Key Vault secret representing the full certificate PFX
370356
371357` ` ` yaml
372358Type : System.String
373- Parameter Sets : ByResourceIdWithVaultParameterSet, EnableExpanded, EnableViaIdentityExpanded, EnableViaIdentityFrontDoorExpanded
359+ Parameter Sets : ByResourceIdWithVaultParameterSet, EnableExpanded
374360Aliases :
375361
376362Required : False
@@ -401,7 +387,7 @@ Resource ID.
401387
402388` ` ` yaml
403389Type : System.String
404- Parameter Sets : ByResourceIdWithVaultParameterSet, EnableExpanded, EnableViaIdentityExpanded, EnableViaIdentityFrontDoorExpanded
390+ Parameter Sets : ByResourceIdWithVaultParameterSet, EnableExpanded
405391Aliases :
406392
407393Required : False
0 commit comments