Skip to content

Commit 5603c52

Browse files
authored
Merge pull request #3366 from andyzhangx/fix-sanity
test: fix sanity test failure
2 parents abbec02 + 037755d commit 5603c52

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/utils/azure/azure_helpers.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,8 +165,8 @@ func (az *Client) EnsureVirtualMachine(ctx context.Context, groupName, location,
165165
StorageProfile: &compute.StorageProfile{
166166
ImageReference: &compute.ImageReference{
167167
Publisher: to.Ptr("Canonical"),
168-
Offer: to.Ptr("UbuntuServer"),
169-
SKU: to.Ptr("16.04.0-LTS"),
168+
Offer: to.Ptr("0001-com-ubuntu-server-jammy"),
169+
SKU: to.Ptr("22_04-lts-gen2"),
170170
Version: to.Ptr("latest"),
171171
},
172172
},

0 commit comments

Comments
 (0)