Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
BillyONeal committed Sep 12, 2024
1 parent 0ddf00c commit a26f2f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/azure-pipelines/windows/create-image.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ New-AzGalleryImageVersion `
-GalleryImageDefinitionName 'PrWinWus3-TrustedLaunch' `
-Name $GalleryImageVersion `
-Location $Location `
-SourceImageId $VMCreated.ID `
-SourceImageVMId $VMCreated.ID `
-ReplicaCount 1 `
-StorageAccountType 'Premium_LRS' `
-PublishingProfileExcludeFromLatest `
Expand Down

0 comments on commit a26f2f6

Please sign in to comment.