Skip to content

Commit

Permalink
Shortened VNet workspace name to meet validation.
Browse files Browse the repository at this point in the history
  • Loading branch information
ynpandey committed Sep 20, 2023
1 parent be3b35c commit 7eab7d5
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
Expand Up @@ -48,7 +48,7 @@ AML_USER_MANAGED_ID_OID=$(az identity show --resource-group $RESOURCE_GROUP -n $
#<setup_vnet_resources>
if [[ "$2" == *"managed_vnet"* ]]
then
TIMESTAMP=`date +%Y%m%d_%H%M%S`
TIMESTAMP=`date +%H%M%S`
AML_WORKSPACE_NAME=${AML_WORKSPACE_NAME}-vnet-$TIMESTAMP
AZURE_STORAGE_ACCOUNT="blobstoragevnet"
BLOB_CONTAINER_NAME="blobstoragevnetcontainer"
Expand Down

0 comments on commit 7eab7d5

Please sign in to comment.