Skip to content

Commit 7859eea

Browse files
modified file path
1 parent 00c8894 commit 7859eea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

infra/scripts/aihub_scripts/create_ai_hub.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
)
1212
from azure.keyvault.secrets import SecretClient
1313

14-
from azure_credential_utils import get_azure_credential
14+
from infra.scripts.azure_credential_utils import get_azure_credential
1515

1616
def get_secrets_from_kv(kv_name, secret_name):
1717
# Set the name of the Azure Key Vault

infra/scripts/fabric_scripts/create_fabric_items.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
# credential = DefaultAzureCredential()
1010

11-
from azure_credential_utils import get_azure_credential
11+
from infra.scripts.azure_credential_utils import get_azure_credential
1212
credential = get_azure_credential()
1313

1414
cred = credential.get_token('https://api.fabric.microsoft.com/.default')

0 commit comments

Comments
 (0)