Skip to content

Commit

Permalink
fix: additional field did not help
Browse files Browse the repository at this point in the history
  • Loading branch information
Zachary Bailey committed Dec 16, 2024
1 parent 7f732cb commit 67bc7aa
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion vhdbuilder/packer/vhd-image-builder-cvm.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@
"shared_image_gallery_destination": {
"specialized": true,
"confidential_vm_image_encryption_type": "EncryptedVMGuestStateOnlyWithPmk",
"shared_image_gallery_replica_count": 2,
"resource_group": "{{user `resource_group_name`}}",
"gallery_name": "{{user `sig_gallery_name`}}",
"image_name": "{{user `sig_image_name`}}",
Expand Down
1 change: 0 additions & 1 deletion vhdbuilder/packer/vhd-scanning.sh
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ 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 67bc7aa

Please sign in to comment.