Skip to content

Commit

Permalink
update code to fix pipeline test by updating the outbound rule (#2542)
Browse files Browse the repository at this point in the history
  • Loading branch information
shreeyaharma authored Aug 9, 2023
1 parent 5134448 commit 7d3a90c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sdk/python/jobs/spark/setup_spark.sh
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ then
s/<AZURE_REGION_NAME>/$AZURE_REGION_NAME/g;
s/<STORAGE_ACCOUNT_NAME>/$AZURE_STORAGE_ACCOUNT/g;
s/<OUTBOUND_RULE_NAME>/$OUTBOUND_RULE_NAME/g;
s/<OUTBOUND_RULE_NAME_GEN2>/$OUTBOUND_RULE_NAME_GEN2/g;
s/<KEY_VAULT_NAME>/$KEY_VAULT_NAME/g;
s/<ACCESS_KEY_SECRET_NAME>/$ACCESS_KEY_SECRET_NAME/g;
s/<BLOB_CONTAINER_NAME>/$BLOB_CONTAINER_NAME/g;
Expand Down

0 comments on commit 7d3a90c

Please sign in to comment.