Skip to content

Commit 02c80fc

Browse files
squirrelscLiliDeng
authored andcommitted
azure runbook: add sig and community image supports
1 parent 06a74ee commit 02c80fc

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

microsoft/runbook/azure.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ variable:
1010
value: ""
1111
- name: marketplace_image
1212
value: ""
13+
- name: shared_gallery
14+
value: ""
15+
- name: community_gallery_image
16+
value: ""
1317
- name: vhd
1418
value: ""
1519
- name: vm_size
@@ -45,6 +49,8 @@ platform:
4549
min: 2
4650
azure:
4751
marketplace: $(marketplace_image)
52+
shared_gallery: $(shared_gallery)
53+
community_gallery_image: $(community_gallery_image)
4854
vhd: $(vhd)
4955
location: $(location)
5056
vm_size: $(vm_size)

0 commit comments

Comments
 (0)