Skip to content

Commit

Permalink
Update imageReferenceId to use the latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
segraef committed Apr 5, 2024
1 parent eb6fbe4 commit ba02223
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion avm/res/compute/disk/tests/e2e/image/main.test.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ module testDeployment '../../../main.bicep' = [
location: resourceLocation
sku: 'Standard_LRS'
createOption: 'FromImage'
imageReferenceId: '${subscription().id}/Providers/Microsoft.Compute/Locations/westeurope/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2022-datacenter-azure-edition/Versions/20348.1006.220908'
imageReferenceId: '${subscription().id}/Providers/Microsoft.Compute/Locations/westeurope/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2022-datacenter-azure-edition/Versions/latest'
}
}
]

0 comments on commit ba02223

Please sign in to comment.