This is an automated email from the ASF dual-hosted git repository.
lfrolov pushed a commit to branch DATALAB-2814
in repository https://gitbox.apache.org/repos/asf/incubator-datalab.git
The following commit(s) were added to refs/heads/DATALAB-2814 by this push:
new b35f5130e [DATALAB-2814]: tmp removed blob container creation
b35f5130e is described below
commit b35f5130efb94cc34a20fb64e45050eb78ea622b
Author: leonidfrolov <[email protected]>
AuthorDate: Fri May 27 16:40:38 2022 +0300
[DATALAB-2814]: tmp removed blob container creation
---
.../src/general/scripts/azure/common_create_storage_account.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git
a/infrastructure-provisioning/src/general/scripts/azure/common_create_storage_account.py
b/infrastructure-provisioning/src/general/scripts/azure/common_create_storage_account.py
index 5eab797a4..3b88c717d 100644
---
a/infrastructure-provisioning/src/general/scripts/azure/common_create_storage_account.py
+++
b/infrastructure-provisioning/src/general/scripts/azure/common_create_storage_account.py
@@ -52,8 +52,8 @@ if __name__ == "__main__":
storage_account =
AzureActions().create_storage_account(args.resource_group_name, account_name,
args.region, account_tags)
logging.info("STORAGE ACCOUNT {} has been
created".format(account_name))
- blob_container =
AzureActions().create_blob_container(args.resource_group_name, account_name,
-
args.container_name)
+ # blob_container =
AzureActions().create_blob_container(args.resource_group_name, account_name,
+ #
args.container_name)
logging.info("CONTAINER {} has been
created".format(args.container_name))
else:
logging.info("STORAGE ACCOUNT with name {0} could not be
created. {1}".format(account_name, check.message))
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]