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 d4cbe37 commit c2437b0Copy full SHA for c2437b0
scripts/run_create_table_script.sh
@@ -23,6 +23,7 @@ az postgres flexible-server firewall-rule create --resource-group $resourceGroup
23
24
# Download the create table python file
25
curl --output "create_postgres_tables.py" ${baseUrl}"scripts/data_scripts/create_postgres_tables.py"
26
+curl --output "azure_credential_utils.py" ${baseUrl}"scripts/data_scripts/azure_credential_utils.py"
27
28
# Download the requirement file
29
curl --output "$requirementFile" "$requirementFileUrl"
0 commit comments