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.1")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.13.1")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("2.0.0")]
[assembly: System.Reflection.AssemblyVersionAttribute("2.0.0")]
[assembly: System.Runtime.InteropServices.ComVisibleAttribute(false)]
[assembly: System.CLSCompliantAttribute(false)]
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,14 @@ param(
[Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Category('Body')]
[Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IManagedRuleExclusion[]]
# Describes the exclusions that are applied to this specific rule.
${Exclusion}
${Exclusion},

[Parameter()]
[Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.PSArgumentCompleterAttribute("Low", "Medium", "High")]
[Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Category('Body')]
[System.String]
# Describes the override sensitivity to be applied when rule matches.
${Sensitivity}
)

begin {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6825,7 +6825,14 @@ param(
[Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Category('Body')]
[Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IManagedRuleExclusion[]]
# Describes the exclusions that are applied to this specific rule.
${Exclusion}
${Exclusion},

[Parameter()]
[Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.PSArgumentCompleterAttribute("Low", "Medium", "High")]
[Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Category('Body')]
[System.String]
# Describes the override sensitivity to be applied when rule matches.
${Sensitivity}
)

begin {
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": "d1340c55-8f29-452b-8617-778ef1c3ce8d"
"generate_Id": "b5700a14-fde3-4f4d-be68-df4d05d0b5ff"
}