Skip to content

Commit

Permalink
fix: remove commented-out NIC parameter from run-test.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
pineapplethevoyager committed Feb 20, 2025
1 parent 320ac7e commit 81c0f27
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion vhdbuilder/packer/test/run-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ if [ "${OS_TYPE,,}" == "linux" ]; then
--image "$MANAGED_SIG_ID" \
--admin-username "$TEST_VM_ADMIN_USERNAME" \
--admin-password "$TEST_VM_ADMIN_PASSWORD" \
# --nics "$TESTING_NIC_ID" \
${TARGET_COMMAND_STRING}
else
az vm create \
Expand Down

0 comments on commit 81c0f27

Please sign in to comment.