Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
LiliDeng committed Jun 3, 2024
1 parent e4f29de commit 9cfade4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lisa/sut_orchestrator/azure/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -1649,6 +1649,7 @@ def get_blob_service_client(
"""
Create a Azure Storage container if it does not exist.
"""
account_name = "lili520"
storage_client = get_storage_client(credential=credential, subscription_id="e8163038-eb55-4108-b164-1d0563f63588", cloud=cloud)
storage_account = storage_client.storage_accounts.get_properties("lili520", account_name)
network_rules = storage_account.network_rule_set or NetworkRuleSet()
Expand Down

0 comments on commit 9cfade4

Please sign in to comment.