Skip to content

Commit 581f9c6

Browse files
[skip ci] Archive fffdfc5 (#28806)
1 parent f30691e commit 581f9c6

File tree

97 files changed

+266
-198
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

97 files changed

+266
-198
lines changed

generated/FrontDoor/FrontDoor.Autorest/Az.FrontDoor.format.ps1xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1291,6 +1291,9 @@
12911291
<TableColumnHeader>
12921292
<Label>DefaultAction</Label>
12931293
</TableColumnHeader>
1294+
<TableColumnHeader>
1295+
<Label>DefaultSensitivity</Label>
1296+
</TableColumnHeader>
12941297
<TableColumnHeader>
12951298
<Label>DefaultState</Label>
12961299
</TableColumnHeader>
@@ -1307,6 +1310,9 @@
13071310
<TableColumnItem>
13081311
<PropertyName>DefaultAction</PropertyName>
13091312
</TableColumnItem>
1313+
<TableColumnItem>
1314+
<PropertyName>DefaultSensitivity</PropertyName>
1315+
</TableColumnItem>
13101316
<TableColumnItem>
13111317
<PropertyName>DefaultState</PropertyName>
13121318
</TableColumnItem>
@@ -1421,6 +1427,9 @@
14211427
<TableColumnHeader>
14221428
<Label>RuleId</Label>
14231429
</TableColumnHeader>
1430+
<TableColumnHeader>
1431+
<Label>Sensitivity</Label>
1432+
</TableColumnHeader>
14241433
</TableHeaders>
14251434
<TableRowEntries>
14261435
<TableRowEntry>
@@ -1434,6 +1443,9 @@
14341443
<TableColumnItem>
14351444
<PropertyName>RuleId</PropertyName>
14361445
</TableColumnItem>
1446+
<TableColumnItem>
1447+
<PropertyName>Sensitivity</PropertyName>
1448+
</TableColumnItem>
14371449
</TableColumnItems>
14381450
</TableRowEntry>
14391451
</TableRowEntries>

generated/FrontDoor/FrontDoor.Autorest/exports/Enable-AzFrontDoorCustomDomainHttps.ps1

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,6 @@ Enables a frontendEndpoint for HTTPS traffic
2222
.Example
2323
Enable-AzFrontDoorCustomDomainHttps -ResourceGroupName "resourcegroup1" -FrontDoorName "frontdoor1" -FrontendEndpointName "frontendpointname1-custom-xyz" -MinimumTlsVersion "1.2"
2424
.Example
25-
$vaultId = (Get-AzKeyVault -VaultName $vaultName).ResourceId
26-
Enable-AzFrontDoorCustomDomainHttps -ResourceGroupName "resourcegroup1" -FrontDoorName "frontdoor1" -FrontendEndpointName "frontendpointname1-custom-xyz" -VaultId $vaultId -secretName $secretName -SecretVersion $secretVersion -MinimumTlsVersion "1.0"
27-
.Example
2825
Get-AzFrontDoorFrontendEndpoint -ResourceGroupName "resourcegroup1" -FrontDoorName "frontdoor1" -Name "frontendpointname1-custom-xyz" | Enable-AzFrontDoorCustomDomainHttps
2926
3027
.Inputs

generated/FrontDoor/FrontDoor.Autorest/exports/Get-AzFrontDoorFrontendEndpoint.ps1

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ Gets a Frontend endpoint with the specified name within the specified Front Door
2020
.Description
2121
Gets a Frontend endpoint with the specified name within the specified Front Door.
2222
.Example
23-
Get-AzFrontDoorFrontendEndpoint -ResourceGroupName "myResourceGroup" -FrontDoorName "myFrontDoor"
24-
.Example
2523
Get-AzFrontDoorFrontendEndpoint -ResourceGroupName "myResourceGroup" -FrontDoorName "myFrontDoor" -Name "myFrontDoor-azurefd-net"
2624
2725
.Inputs

generated/FrontDoor/FrontDoor.Autorest/exports/Get-AzFrontDoorRulesEngine.ps1

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ Gets a Rules Engine Configuration with the specified name within the specified F
2222
.Example
2323
Get-AzFrontDoorRulesEngine -ResourceGroupName $resourceGroupName -FrontDoorName $frontDoorName -Name rulesengine3
2424
.Example
25-
Get-AzFrontDoorRulesEngine -ResourceGroupName $resourceGroupName -FrontDoorName $frontDoorName
26-
.Example
2725
Get-AzFrontDoorRulesEngine -ResourceGroupName $resourceGroupName -FrontDoorName $frontDoorName -Name nonexistent
2826
2927
.Inputs

generated/FrontDoor/FrontDoor.Autorest/exports/New-AzFrontDoorRulesEngineRuleObject.ps1

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ Create an in-memory object for RulesEngineRule.
2121
Create an in-memory object for RulesEngineRule.
2222
.Example
2323
New-AzFrontDoorRulesEngineRuleObject -Name rules1 -Priority 0 -Action $rulesEngineAction -MatchProcessingBehavior Stop -MatchCondition $rulesEngineMatchCondition
24-
.Example
25-
New-AzFrontDoorRulesEngineRuleObject -Name rules1 -Priority -1
2624
2725
.Outputs
2826
Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.RulesEngineRule

generated/FrontDoor/FrontDoor.Autorest/exports/New-AzFrontDoorWafManagedRuleObject.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ RULEGROUPOVERRIDE <IManagedRuleGroupOverride[]>: Defines the rule group override
5252
[Action <String>]: Describes the override action to be applied when rule matches.
5353
[EnabledState <String>]: Describes if the managed rule is in enabled or disabled state. Defaults to Disabled if not specified.
5454
[Exclusion <List<IManagedRuleExclusion>>]: Describes the exclusions that are applied to this specific rule.
55+
[Sensitivity <String>]: Describes the override sensitivity to be applied when rule matches.
5556
.Link
5657
https://learn.microsoft.com/powershell/module/Az.FrontDoor/new-azfrontdoorwafmanagedruleobject
5758
#>

generated/FrontDoor/FrontDoor.Autorest/exports/New-AzFrontDoorWafMatchConditionObject.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ param(
4747
${MatchVariable},
4848

4949
[Parameter(Mandatory)]
50-
[Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.PSArgumentCompleterAttribute("Any", "IPMatch", "GeoMatch", "Equal", "Contains", "LessThan", "GreaterThan", "LessThanOrEqual", "GreaterThanOrEqual", "BeginsWith", "EndsWith", "RegEx")]
50+
[Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.PSArgumentCompleterAttribute("Any", "IPMatch", "GeoMatch", "Equal", "Contains", "LessThan", "GreaterThan", "LessThanOrEqual", "GreaterThanOrEqual", "BeginsWith", "EndsWith", "RegEx", "ServiceTagMatch")]
5151
[Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Category('Body')]
5252
[System.String]
5353
# Comparison type to use for matching with the variable value.

generated/FrontDoor/FrontDoor.Autorest/exports/New-AzFrontDoorWafPolicy.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ MANAGEDRULESET <IManagedRuleSet[]>: List of rule sets.
7070
[Action <String>]: Describes the override action to be applied when rule matches.
7171
[EnabledState <String>]: Describes if the managed rule is in enabled or disabled state. Defaults to Disabled if not specified.
7272
[Exclusion <List<IManagedRuleExclusion>>]: Describes the exclusions that are applied to this specific rule.
73+
[Sensitivity <String>]: Describes the override sensitivity to be applied when rule matches.
7374
[RuleSetAction <String>]: Defines the rule set action.
7475
.Link
7576
https://learn.microsoft.com/powershell/module/az.frontdoor/new-azfrontdoorwafpolicy

generated/FrontDoor/FrontDoor.Autorest/exports/New-AzFrontDoorWafRuleGroupOverrideObject.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ MANAGEDRULEOVERRIDE <IManagedRuleOverride[]>: List of rules that will be disable
4545
Operator <String>: Comparison operator to apply to the selector when specifying which elements in the collection this exclusion applies to.
4646
Selector <String>: Selector value for which elements in the collection this exclusion applies to.
4747
Variable <String>: The variable type to be excluded.
48+
[Sensitivity <String>]: Describes the override sensitivity to be applied when rule matches.
4849
.Link
4950
https://learn.microsoft.com/powershell/module/Az.FrontDoor/new-azfrontdoorwafrulegroupoverrideobject
5051
#>

generated/FrontDoor/FrontDoor.Autorest/exports/ProxyCmdletDefinitions.ps1

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -270,8 +270,6 @@ Gets a Rules Engine Configuration with the specified name within the specified F
270270
.Example
271271
Get-AzFrontDoorRulesEngine -ResourceGroupName $resourceGroupName -FrontDoorName $frontDoorName -Name rulesengine3
272272
.Example
273-
Get-AzFrontDoorRulesEngine -ResourceGroupName $resourceGroupName -FrontDoorName $frontDoorName
274-
.Example
275273
Get-AzFrontDoorRulesEngine -ResourceGroupName $resourceGroupName -FrontDoorName $frontDoorName -Name nonexistent
276274
277275
.Inputs
@@ -2570,9 +2568,6 @@ Enables a frontendEndpoint for HTTPS traffic
25702568
.Example
25712569
Enable-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
25762571
Get-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
28812876
Gets a Frontend endpoint with the specified name within the specified Front Door.
28822877
.Example
2883-
Get-AzFrontDoorFrontendEndpoint -ResourceGroupName "myResourceGroup" -FrontDoorName "myFrontDoor"
2884-
.Example
28852878
Get-AzFrontDoorFrontendEndpoint -ResourceGroupName "myResourceGroup" -FrontDoorName "myFrontDoor" -Name "myFrontDoor-azurefd-net"
28862879
28872880
.Inputs
@@ -5798,8 +5791,6 @@ Create an in-memory object for RulesEngineRule.
57985791
Create an in-memory object for RulesEngineRule.
57995792
.Example
58005793
New-AzFrontDoorRulesEngineRuleObject -Name rules1 -Priority 0 -Action $rulesEngineAction -MatchProcessingBehavior Stop -MatchCondition $rulesEngineMatchCondition
5801-
.Example
5802-
New-AzFrontDoorRulesEngineRuleObject -Name rules1 -Priority -1
58035794
58045795
.Outputs
58055796
Microsoft.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
66586650
https://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
71257118
https://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
74557449
https://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
80118006
https://learn.microsoft.com/powershell/module/az.frontdoor/update-azfrontdoorwafpolicy

0 commit comments

Comments
 (0)