diff --git a/generated/FrontDoor/FrontDoor.Autorest/Properties/AssemblyInfo.cs b/generated/FrontDoor/FrontDoor.Autorest/Properties/AssemblyInfo.cs index 1fb38eb854b8..7ba6756c5c26 100644 --- a/generated/FrontDoor/FrontDoor.Autorest/Properties/AssemblyInfo.cs +++ b/generated/FrontDoor/FrontDoor.Autorest/Properties/AssemblyInfo.cs @@ -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)] diff --git a/generated/FrontDoor/FrontDoor.Autorest/exports/New-AzFrontDoorWafManagedRuleOverrideObject.ps1 b/generated/FrontDoor/FrontDoor.Autorest/exports/New-AzFrontDoorWafManagedRuleOverrideObject.ps1 index 8e9a58bb22c4..428a220d1379 100644 --- a/generated/FrontDoor/FrontDoor.Autorest/exports/New-AzFrontDoorWafManagedRuleOverrideObject.ps1 +++ b/generated/FrontDoor/FrontDoor.Autorest/exports/New-AzFrontDoorWafManagedRuleOverrideObject.ps1 @@ -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 { diff --git a/generated/FrontDoor/FrontDoor.Autorest/exports/ProxyCmdletDefinitions.ps1 b/generated/FrontDoor/FrontDoor.Autorest/exports/ProxyCmdletDefinitions.ps1 index 4c726be5e0c7..8014c34f8a46 100644 --- a/generated/FrontDoor/FrontDoor.Autorest/exports/ProxyCmdletDefinitions.ps1 +++ b/generated/FrontDoor/FrontDoor.Autorest/exports/ProxyCmdletDefinitions.ps1 @@ -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 { diff --git a/generated/FrontDoor/FrontDoor.Autorest/generate-info.json b/generated/FrontDoor/FrontDoor.Autorest/generate-info.json index 3f64ee42209d..836cb5fd686b 100644 --- a/generated/FrontDoor/FrontDoor.Autorest/generate-info.json +++ b/generated/FrontDoor/FrontDoor.Autorest/generate-info.json @@ -1,3 +1,3 @@ { - "generate_Id": "d1340c55-8f29-452b-8617-778ef1c3ce8d" + "generate_Id": "b5700a14-fde3-4f4d-be68-df4d05d0b5ff" }