Skip to content

Commit

Permalink
fix: guest agent errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Zachary Bailey committed Dec 13, 2024
1 parent 1aa4f9f commit 78d71b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vhdbuilder/packer/vhd-scanning.sh
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ az vm create --resource-group $RESOURCE_GROUP_NAME \
--admin-password $SCAN_VM_ADMIN_PASSWORD \
--os-disk-size-gb 50 \
--assign-identity "${UMSI_RESOURCE_ID}" \
--public-ip-address "" \
${VM_OPTIONS}

capture_benchmark "${SCRIPT_NAME}_create_scan_vm"
Expand Down

0 comments on commit 78d71b1

Please sign in to comment.