diff --git a/specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2022-08-03/communityGallery.json b/specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2022-08-03/communityGallery.json index c7e4d7302585..8e90e1ce8905 100644 --- a/specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2022-08-03/communityGallery.json +++ b/specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2022-08-03/communityGallery.json @@ -286,7 +286,7 @@ "$ref": "#/definitions/CommunityGalleryIdentifier" } }, - "description": "Base information about the community gallery resource in pir." + "description": "Base information about the community gallery resource in azure compute gallery." }, "CommunityGalleryArtifactTags": { "type": "object", @@ -344,6 +344,10 @@ "description": "The link for the privacy statement of this community gallery from the gallery publisher." } }, + "required": [ + "publisherContact", + "publicNames" + ], "description": "The metadata of community gallery." }, "CommunityGallery": { diff --git a/specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2022-08-03/examples/communityGalleryExamples/CommunityGalleryImageVersion_Get.json b/specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2022-08-03/examples/communityGalleryExamples/CommunityGalleryImageVersion_Get.json index 96a30a889854..6e81a12f9b99 100644 --- a/specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2022-08-03/examples/communityGalleryExamples/CommunityGalleryImageVersion_Get.json +++ b/specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2022-08-03/examples/communityGalleryExamples/CommunityGalleryImageVersion_Get.json @@ -27,7 +27,7 @@ }, "location": "myLocation", "name": "myGalleryImageVersionName", - "type": "Microsoft.Compute/Locations/CommunityGalleryImageVersion", + "type": "Microsoft.Compute/locations/communityGalleryImageVersion", "identifier": { "uniqueId": "/CommunityGalleries/publicGalleryName/Images/myGalleryImageName/Versions/myGalleryImageVersionName" } diff --git a/specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2022-08-03/examples/communityGalleryExamples/CommunityGalleryImage_Get.json b/specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2022-08-03/examples/communityGalleryExamples/CommunityGalleryImage_Get.json index ff0c008a0a3d..62d50230d938 100644 --- a/specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2022-08-03/examples/communityGalleryExamples/CommunityGalleryImage_Get.json +++ b/specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2022-08-03/examples/communityGalleryExamples/CommunityGalleryImage_Get.json @@ -27,7 +27,7 @@ }, "location": "myLocation", "name": "myGalleryImageName", - "type": "Microsoft.Compute/Locations/CommunityGalleryImage", + "type": "Microsoft.Compute/locations/communityGalleryImage", "identifier": { "uniqueId": "/CommunityGalleries/publicGalleryName/Images/myGalleryImageName" } diff --git a/specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2022-08-03/examples/communityGalleryExamples/CommunityGallery_Get.json b/specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2022-08-03/examples/communityGalleryExamples/CommunityGallery_Get.json index 8df7b7750c04..c1390e1d83c8 100644 --- a/specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2022-08-03/examples/communityGalleryExamples/CommunityGallery_Get.json +++ b/specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2022-08-03/examples/communityGalleryExamples/CommunityGallery_Get.json @@ -10,7 +10,7 @@ "body": { "location": "myLocation", "name": "publicGalleryName", - "type": "Microsoft.Compute/Locations/CommunityGallery", + "type": "Microsoft.Compute/locations/communityGallery", "identifier": { "uniqueId": "/CommunityGalleries/publicGalleryName" }, diff --git a/specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2022-08-03/examples/galleryExamples/CommunityGallery_Get.json b/specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2022-08-03/examples/galleryExamples/CommunityGallery_Get.json index 93664484bc19..ae89f146e9d9 100644 --- a/specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2022-08-03/examples/galleryExamples/CommunityGallery_Get.json +++ b/specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2022-08-03/examples/galleryExamples/CommunityGallery_Get.json @@ -22,7 +22,7 @@ "publisherContact": "pir@microsoft.com", "eula": "eula", "publicNames": [ - "GalelryPublicName" + "GalleryPublicName" ], "communityGalleryEnabled": true }