File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
specification/compute/resource-manager Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -241,6 +241,7 @@ These settings apply only when `--tag=package-2022-03-03` is specified on the co
241241
242242` ` ` yaml $(tag) == 'package-2022-03-03'
243243input-file:
244+ - Microsoft.Compute/common-types/v1/common.json
244245 - Microsoft.Compute/CloudserviceRP/stable/2022-04-04/common.json
245246 - Microsoft.Compute/ComputeRP/stable/2022-03-01/computeRPCommon.json
246247 - Microsoft.Compute/ComputeRP/stable/2022-03-01/virtualMachineScaleSet.json
@@ -276,7 +277,10 @@ These settings apply only when `--tag=package-2022-03-03-only` is specified on t
276277
277278` ` ` yaml $(tag) == 'package-2022-03-03-only'
278279input-file:
279-
280+ - Microsoft.Compute/GalleryRP/stable/2022-03-03/galleryRPCommon.json
281+ - Microsoft.Compute/GalleryRP/stable/2022-03-03/gallery.json
282+ - Microsoft.Compute/GalleryRP/stable/2022-03-03/sharedGallery.json
283+ - Microsoft.Compute/GalleryRP/stable/2022-03-03/communityGallery.json
280284` ` `
281285
282286
You can’t perform that action at this time.
0 commit comments