Avoid duplicate Azure storage account types.

pull/45505/head
Matt Clay 6 years ago
parent 8ae14bebda
commit ae4d5e3257

@ -174,6 +174,7 @@ class AzureRMStorageAccount(AzureRMModuleBase):
if HAS_AZURE:
for key in self.storage_models.SkuName:
if getattr(key, 'value') not in self.module_arg_spec['account_type']['choices']:
self.module_arg_spec['account_type']['choices'].append(getattr(key, 'value'))
self.results = dict(

Loading…
Cancel
Save