File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -28,14 +28,14 @@ jobs:
2828 with :
2929 resource-group-name : " ${{ env.RESOURCE_GROUP_NAME }}"
3030 managed-identity : " ${{ env.MANAGED_IDENTITY }}"
31- location : ' eastus2 '
31+ location : ' eastus '
3232 source-os-type : ' linux'
3333 source-image-type : ' PlatformImage'
3434 source-image : Canonical:0001-com-ubuntu-server-focal:20_04-lts-gen2:latest
3535 vm-size : ' Standard_B2s'
3636 dist-type : ' SharedImageGallery'
37- dist-resource-id : " /subscriptions/1d9a0f9c-cdea-4e43-a99a-eebb2afd57a4 /resourceGroups/${{ env.RESOURCE_GROUP_NAME }}/providers/Microsoft.Compute/galleries/${{ env.GALLERY_NAME }}/images/${{ env.IMAGE_NAME }}/versions/${{ env.VERSION }}"
38- dist-location : ' eastus2 '
37+ dist-resource-id : " /subscriptions/${{secrets.AZURE_SUBSCRIPTION_ID}} /resourceGroups/${{ env.RESOURCE_GROUP_NAME }}/providers/Microsoft.Compute/galleries/${{ env.GALLERY_NAME }}/images/${{ env.IMAGE_NAME }}/versions/${{ env.VERSION }}"
38+ dist-location : ' eastus '
3939 customizer-script : |
4040 apt update
4141 apt upgrade -y
You can’t perform that action at this time.
0 commit comments