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

Stabilize diag settings functional test #6343

Merged
merged 11 commits into from
Dec 10, 2020
5 changes: 5 additions & 0 deletions tools/c7n_azure/tests_azure/test_diagnostic_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,11 @@ def test_filter_diagnostic_settings_absent(self):
'name': 'test-azure-tag',
'resource': 'azure.publicip',
'filters': [
{
'type': 'value',
'key': "name",
'value': 'cctestdiagnostic_loadbalancer_public_ip'
},
{
'type': 'diagnostic-settings',
'key': "logs[?category == 'DDoSProtectionNotifications'][].enabled",
Expand Down