Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
"location": "myLocation",
"name": "myGalleryImageName",
"type": "Microsoft.Compute/Locations/CommunityGalleryImage",
"type": "Microsoft.Compute/locations/communityGalleryImage",
"identifier": {
"uniqueId": "/CommunityGalleries/publicGalleryName/Images/myGalleryImageName"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"body": {
"location": "myLocation",
"name": "publicGalleryName",
"type": "Microsoft.Compute/Locations/CommunityGallery",
"type": "Microsoft.Compute/locations/communityGallery",
"identifier": {
"uniqueId": "/CommunityGalleries/publicGalleryName"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"publisherContact": "pir@microsoft.com",
"eula": "eula",
"publicNames": [
"GalelryPublicName"
"GalleryPublicName"
],
"communityGalleryEnabled": true
}
Expand Down