Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ReleasePR sdk/resourcemanager/frontdoor/armfrontdoor] update example parameter #19739

Commits on Jan 3, 2023

  1. CodeGen from PR 21947 in Azure/azure-rest-api-specs

    {AzureFrontdoor} fixes Azure/azure-cli#24758 fixing ActionType enum to include AnomalyScoring (Azure#21947)
    
    fixes Azure/azure-cli#24758 fixing ActionType enum to include AnomalyScoring
    
    Running the below command to override the managed rules with --action set to AnomalyScoring fails:
    > az network front-door waf-policy managed-rules override add
    
    ```
    az network front-door waf-policy managed-rules override add: 'AnomalyScoring' is not a valid value for '--action'. Allowed values: Allow, Block, Log, Redirect.
    
    ```
    
    This is because currently only the `Allow, Block, Log, Redirect` enums are specified. `AnomalyScoring` value should also be included in the `ActionType`  enums.
    SDKAuto committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    33488f0 View commit details
    Browse the repository at this point in the history