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

Conversation

azure-sdk
Copy link
Collaborator

@azure-sdk azure-sdk commented Jan 3, 2023

{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.
@azure-sdk azure-sdk closed this Jan 3, 2023
@azure-sdk azure-sdk changed the title [ReleasePR sdk/resourcemanager/frontdoor/armfrontdoor] {AzureFrontdoor} fixes Azure/azure-cli#24758 fixing ActionType enum to include AnomalyScoring [ReleasePR sdk/resourcemanager/frontdoor/armfrontdoor] Add Get All Policies under Subscription in Version 2022-05-01. Feb 8, 2023
@azure-sdk azure-sdk changed the title [ReleasePR sdk/resourcemanager/frontdoor/armfrontdoor] Add Get All Policies under Subscription in Version 2022-05-01. [ReleasePR sdk/resourcemanager/frontdoor/armfrontdoor] add 'location' in example parameter Jul 3, 2023
@azure-sdk azure-sdk changed the title [ReleasePR sdk/resourcemanager/frontdoor/armfrontdoor] add 'location' in example parameter [ReleasePR sdk/resourcemanager/frontdoor/armfrontdoor] update example parameter Jul 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant