fixed missign main
This commit is contained in:
parent
cf1b391201
commit
3ebfe3f00a
1 changed files with 1 additions and 1 deletions
|
@ -437,7 +437,7 @@ class AzureRMStorageAccount(AzureRMModuleBase):
|
||||||
return False
|
return False
|
||||||
|
|
||||||
|
|
||||||
|
def main():
|
||||||
AzureRMStorageAccount()
|
AzureRMStorageAccount()
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
|
|
Loading…
Reference in a new issue