We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00c8894 commit 7859eeaCopy full SHA for 7859eea
infra/scripts/aihub_scripts/create_ai_hub.py
@@ -11,7 +11,7 @@
11
)
12
from azure.keyvault.secrets import SecretClient
13
14
-from azure_credential_utils import get_azure_credential
+from infra.scripts.azure_credential_utils import get_azure_credential
15
16
def get_secrets_from_kv(kv_name, secret_name):
17
# Set the name of the Azure Key Vault
infra/scripts/fabric_scripts/create_fabric_items.py
@@ -8,7 +8,7 @@
8
9
# credential = DefaultAzureCredential()
10
credential = get_azure_credential()
cred = credential.get_token('https://api.fabric.microsoft.com/.default')
0 commit comments