Skip to content

Commit a2140e7

Browse files
grizzlytheodoreTheodore Chang
andauthored
add community gallery image identifier (#23820)
Co-authored-by: Theodore Chang <[email protected]>
1 parent 89af33c commit a2140e7

File tree

1 file changed

+18
-1
lines changed
  • specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2022-03-03

1 file changed

+18
-1
lines changed

specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2022-03-03/communityGallery.json

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@
373373
"description": "The end of life date of the gallery image definition. This property can be used for decommissioning purposes. This property is updatable."
374374
},
375375
"identifier": {
376-
"$ref": "./galleryRPCommon.json#/definitions/GalleryImageIdentifier"
376+
"$ref": "#/definitions/CommunityGalleryImageIdentifier"
377377
},
378378
"recommended": {
379379
"$ref": "./galleryRPCommon.json#/definitions/RecommendedMachineConfiguration"
@@ -482,6 +482,23 @@
482482
}
483483
},
484484
"description": "Describes the properties of a gallery image version."
485+
},
486+
"CommunityGalleryImageIdentifier": {
487+
"properties": {
488+
"publisher": {
489+
"type": "string",
490+
"description": "The name of the gallery image definition publisher."
491+
},
492+
"offer": {
493+
"type": "string",
494+
"description": "The name of the gallery image definition offer."
495+
},
496+
"sku": {
497+
"type": "string",
498+
"description": "The name of the gallery image definition SKU."
499+
}
500+
},
501+
"description": "This is the community gallery image definition identifier."
485502
}
486503
},
487504
"parameters": {

0 commit comments

Comments
 (0)