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 05d8ceb98 [DATALAB-2814]: changed api request
05d8ceb98 is described below
commit 05d8ceb9814fe85d1d009ed69cf3a31e0b84c03d
Author: leonidfrolov <[email protected]>
AuthorDate: Thu May 26 15:58:19 2022 +0300
[DATALAB-2814]: changed api request
---
infrastructure-provisioning/src/general/lib/azure/actions_lib.py | 7 +------
1 file changed, 1 insertion(+), 6 deletions(-)
diff --git a/infrastructure-provisioning/src/general/lib/azure/actions_lib.py
b/infrastructure-provisioning/src/general/lib/azure/actions_lib.py
index d841370df..357461533 100644
--- a/infrastructure-provisioning/src/general/lib/azure/actions_lib.py
+++ b/infrastructure-provisioning/src/general/lib/azure/actions_lib.py
@@ -519,12 +519,7 @@ class AzureActions:
print('=======1')
block_blob_service = BlobServiceClient(account_url="https://" +
account_name + ".blob.core.windows.net/", credential=self.credential)
print('=======2')
- result = block_blob_service.create_container(
- container_name,
- {
- "public_access": "Off"
- }
- )
+ result = block_blob_service.create_container(container_name,
{"public_access": "Off"})
print('=======3')
return result
except Exception as err:
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]