fixed missign main

This commit is contained in:
Brian Coca 2016-04-26 14:24:24 -04:00
parent 9eb2b557cd
commit b963b090bb

View file

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