mirror of
https://github.com/microsoft/onefuzz.git
synced 2025-06-19 13:03:44 +00:00
fix the premium storage account utilities (#1111)
This commit is contained in:
@ -75,7 +75,7 @@ def create_storage(resource_group: str, account_name: str, location: str) -> str
|
|||||||
)
|
)
|
||||||
|
|
||||||
client = get_client_from_cli_profile(StorageManagementClient)
|
client = get_client_from_cli_profile(StorageManagementClient)
|
||||||
account = client.storage_accounts.create(
|
account = client.storage_accounts.begin_create(
|
||||||
resource_group, account_name, params
|
resource_group, account_name, params
|
||||||
).result()
|
).result()
|
||||||
if account.provisioning_state != "Succeeded":
|
if account.provisioning_state != "Succeeded":
|
||||||
|
Reference in New Issue
Block a user