Skip to content

Commit

Permalink
Rename resources and merge main
Browse files Browse the repository at this point in the history
  • Loading branch information
fredms2 committed Jul 6, 2023
1 parent 8b125a8 commit bd06bf7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cli/jobs/spark/setup-attached-resources.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ API_VERSION="2022-05-01"
TOKEN=$(az account get-access-token --query accessToken -o tsv)
AML_USER_MANAGED_ID=${RESOURCE_GROUP}-uai
AML_USER_MANAGED_ID_OID=$(az identity show --resource-group $RESOURCE_GROUP -n $AML_USER_MANAGED_ID --query principalId -o tsv)
GEN2_STORAGE_NAME="gen2automationspark"
GEN2_FILE_SYSTEM="gen2filesystem"
SYNAPSE_WORKSPACE_NAME="automation-syws"
GEN2_STORAGE_NAME=${RESOURCE_GROUP}gen2
GEN2_FILE_SYSTEM=${RESOURCE_GROUP}file
SYNAPSE_WORKSPACE_NAME=${AML_WORKSPACE_NAME}-syws
SQL_ADMIN_LOGIN_USER="automation"
SQL_ADMIN_LOGIN_PASSWORD="auto123!"
SPARK_POOL_NAME="automationpool"
Expand Down

0 comments on commit bd06bf7

Please sign in to comment.