fixed missign main

This commit is contained in:
Brian Coca 2016-04-26 14:24:24 -04:00 committed by Matt Clay
parent cf1b391201
commit 3ebfe3f00a

View file

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