fixed missign main

pull/4420/head
Brian Coca 2016-04-26 14:24:24 -04:00 committed by Matt Clay
parent cf1b391201
commit 3ebfe3f00a
1 changed files with 1 additions and 1 deletions

View File

@ -437,7 +437,7 @@ class AzureRMStorageAccount(AzureRMModuleBase):
return False
def main():
AzureRMStorageAccount()
if __name__ == '__main__':