azure runbook: add sig and community image supports

This commit is contained in:
Chi Song (from Dev Box) 2024-10-03 15:23:34 -07:00 коммит произвёл LiliDeng
Родитель 06a74eeb4a
Коммит 02c80fcbe2
1 изменённых файлов: 6 добавлений и 0 удалений

Просмотреть файл

@ -10,6 +10,10 @@ variable:
value: ""
- name: marketplace_image
value: ""
- name: shared_gallery
value: ""
- name: community_gallery_image
value: ""
- name: vhd
value: ""
- name: vm_size
@ -45,6 +49,8 @@ platform:
min: 2
azure:
marketplace: $(marketplace_image)
shared_gallery: $(shared_gallery)
community_gallery_image: $(community_gallery_image)
vhd: $(vhd)
location: $(location)
vm_size: $(vm_size)