Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vaibhj committed Nov 22, 2024
1 parent 5da8f70 commit 323f4fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/python/jobs/spark/setup_spark.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# <create_variables>
SUBSCRIPTION_ID=$(az account show --query id -o tsv)
LOCATION=eastus
LOCATION="eastus"
RESOURCE_GROUP=$(az group show --query name -o tsv)
AML_WORKSPACE_NAME=$(az configure -l --query "[?name=='workspace'].value" -o tsv)
API_VERSION="2022-05-01"
Expand Down

0 comments on commit 323f4fd

Please sign in to comment.