@@ -270,8 +270,6 @@ Gets a Rules Engine Configuration with the specified name within the specified F
270270. Example
271271Get-AzFrontDoorRulesEngine -ResourceGroupName $resourceGroupName -FrontDoorName $frontDoorName -Name rulesengine3
272272. Example
273- Get-AzFrontDoorRulesEngine -ResourceGroupName $resourceGroupName -FrontDoorName $frontDoorName
274- . Example
275273Get-AzFrontDoorRulesEngine -ResourceGroupName $resourceGroupName -FrontDoorName $frontDoorName -Name nonexistent
276274
277275. Inputs
@@ -2570,9 +2568,6 @@ Enables a frontendEndpoint for HTTPS traffic
25702568. Example
25712569Enable-AzFrontDoorCustomDomainHttps -ResourceGroupName "resourcegroup1" -FrontDoorName "frontdoor1" -FrontendEndpointName "frontendpointname1-custom-xyz" -MinimumTlsVersion "1.2"
25722570. Example
2573- $vaultId = (Get-AzKeyVault -VaultName $vaultName).ResourceId
2574- Enable-AzFrontDoorCustomDomainHttps -ResourceGroupName "resourcegroup1" -FrontDoorName "frontdoor1" -FrontendEndpointName "frontendpointname1-custom-xyz" -VaultId $vaultId -secretName $secretName -SecretVersion $secretVersion -MinimumTlsVersion "1.0"
2575- . Example
25762571Get-AzFrontDoorFrontendEndpoint -ResourceGroupName "resourcegroup1" -FrontDoorName "frontdoor1" -Name "frontendpointname1-custom-xyz" | Enable-AzFrontDoorCustomDomainHttps
25772572
25782573. Inputs
@@ -2880,8 +2875,6 @@ Gets a Frontend endpoint with the specified name within the specified Front Door
28802875. Description
28812876Gets a Frontend endpoint with the specified name within the specified Front Door.
28822877. Example
2883- Get-AzFrontDoorFrontendEndpoint -ResourceGroupName "myResourceGroup" -FrontDoorName "myFrontDoor"
2884- . Example
28852878Get-AzFrontDoorFrontendEndpoint -ResourceGroupName "myResourceGroup" -FrontDoorName "myFrontDoor" -Name "myFrontDoor-azurefd-net"
28862879
28872880. Inputs
@@ -5798,8 +5791,6 @@ Create an in-memory object for RulesEngineRule.
57985791Create an in-memory object for RulesEngineRule.
57995792. Example
58005793New-AzFrontDoorRulesEngineRuleObject -Name rules1 -Priority 0 -Action $rulesEngineAction -MatchProcessingBehavior Stop -MatchCondition $rulesEngineMatchCondition
5801- . Example
5802- New-AzFrontDoorRulesEngineRuleObject -Name rules1 -Priority -1
58035794
58045795. Outputs
58055796Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.RulesEngineRule
@@ -6654,6 +6645,7 @@ RULEGROUPOVERRIDE <IManagedRuleGroupOverride[]>: Defines the rule group override
66546645 [Action <String>]: Describes the override action to be applied when rule matches.
66556646 [EnabledState <String>]: Describes if the managed rule is in enabled or disabled state. Defaults to Disabled if not specified.
66566647 [Exclusion <List<IManagedRuleExclusion>>]: Describes the exclusions that are applied to this specific rule.
6648+ [Sensitivity <String>]: Describes the override sensitivity to be applied when rule matches.
66576649. Link
66586650https://learn.microsoft.com/powershell/module/Az.FrontDoor/new-azfrontdoorwafmanagedruleobject
66596651#>
@@ -6953,7 +6945,7 @@ param(
69536945 ${MatchVariable} ,
69546946
69556947 [Parameter (Mandatory )]
6956- [Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.PSArgumentCompleterAttribute (" Any" , " IPMatch" , " GeoMatch" , " Equal" , " Contains" , " LessThan" , " GreaterThan" , " LessThanOrEqual" , " GreaterThanOrEqual" , " BeginsWith" , " EndsWith" , " RegEx" )]
6948+ [Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.PSArgumentCompleterAttribute (" Any" , " IPMatch" , " GeoMatch" , " Equal" , " Contains" , " LessThan" , " GreaterThan" , " LessThanOrEqual" , " GreaterThanOrEqual" , " BeginsWith" , " EndsWith" , " RegEx" , " ServiceTagMatch " )]
69576949 [Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Category (' Body' )]
69586950 [System.String ]
69596951 # Comparison type to use for matching with the variable value.
@@ -7120,6 +7112,7 @@ MANAGEDRULESET <IManagedRuleSet[]>: List of rule sets.
71207112 [Action <String>]: Describes the override action to be applied when rule matches.
71217113 [EnabledState <String>]: Describes if the managed rule is in enabled or disabled state. Defaults to Disabled if not specified.
71227114 [Exclusion <List<IManagedRuleExclusion>>]: Describes the exclusions that are applied to this specific rule.
7115+ [Sensitivity <String>]: Describes the override sensitivity to be applied when rule matches.
71237116 [RuleSetAction <String>]: Defines the rule set action.
71247117. Link
71257118https://learn.microsoft.com/powershell/module/az.frontdoor/new-azfrontdoorwafpolicy
@@ -7451,6 +7444,7 @@ MANAGEDRULEOVERRIDE <IManagedRuleOverride[]>: List of rules that will be disable
74517444 Operator <String>: Comparison operator to apply to the selector when specifying which elements in the collection this exclusion applies to.
74527445 Selector <String>: Selector value for which elements in the collection this exclusion applies to.
74537446 Variable <String>: The variable type to be excluded.
7447+ [Sensitivity <String>]: Describes the override sensitivity to be applied when rule matches.
74547448. Link
74557449https://learn.microsoft.com/powershell/module/Az.FrontDoor/new-azfrontdoorwafrulegroupoverrideobject
74567450#>
@@ -8006,6 +8000,7 @@ MANAGEDRULESET <IManagedRuleSet[]>: List of rule sets.
80068000 [Action <String>]: Describes the override action to be applied when rule matches.
80078001 [EnabledState <String>]: Describes if the managed rule is in enabled or disabled state. Defaults to Disabled if not specified.
80088002 [Exclusion <List<IManagedRuleExclusion>>]: Describes the exclusions that are applied to this specific rule.
8003+ [Sensitivity <String>]: Describes the override sensitivity to be applied when rule matches.
80098004 [RuleSetAction <String>]: Defines the rule set action.
80108005. Link
80118006https://learn.microsoft.com/powershell/module/az.frontdoor/update-azfrontdoorwafpolicy
0 commit comments