Skip to content

Commit

Permalink
azure - fix op for regeneration-period filter (cloud-custodian#4645)
Browse files Browse the repository at this point in the history
  • Loading branch information
logachev authored Aug 21, 2019
1 parent faf59c7 commit 9b263e6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tools/c7n_azure/c7n_azure/resources/key_vault_storage.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,6 @@ class KeyVaultStorageRegenerationPeriodFilter(ValueFilter):
def __init__(self, *args, **kwargs):
super(KeyVaultStorageRegenerationPeriodFilter, self).__init__(*args, **kwargs)
self.data['key'] = '"{0}".regenerationPeriod'.format(gap('extra'))
self.data['op'] = 'eq'


@KeyVaultStorage.filter_registry.register('active-key-name')
Expand Down

0 comments on commit 9b263e6

Please sign in to comment.