Skip to content
This repository was archived by the owner on Apr 13, 2020. It is now read-only.

Commit 47ff16d

Browse files
authored
Show introspection onboard output (#421)
1 parent 6c2685d commit 47ff16d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/introspection-validations.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ sat_onboard_name='spktest'$RANDOM
6868
subscription_id=$(az account list | jq '.[] | select(.isDefault == true) | .id' -r)
6969
storage_account_exists $AZ_STORAGE_ACCOUNT $AZ_RESOURCE_GROUP "fail"
7070

71-
onboard_result=$(spk deployment onboard -s $AZ_STORAGE_ACCOUNT -t $sat_onboard_name -l $sa_location -r $AZ_RESOURCE_GROUP --subscription-id $subscription_id --service-principal-id $SP_APP_ID --service-principal-password $SP_PASS --tenant-id $SP_TENANT)
71+
spk deployment onboard -s $AZ_STORAGE_ACCOUNT -t $sat_onboard_name -l $sa_location -r $AZ_RESOURCE_GROUP --subscription-id $subscription_id --service-principal-id $SP_APP_ID --service-principal-password $SP_PASS --tenant-id $SP_TENANT
7272
storage_account_table_exists $sat_onboard_name $AZ_STORAGE_ACCOUNT "fail"
7373

7474
echo "Successfully validated spk deployment onboard."

0 commit comments

Comments
 (0)