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 @@ -320,15 +320,15 @@
"properties": {
"publisherUri": {
"type": "string",
"description": "The publisher uri of this community gallery."
"description": "The publisher URI of this community gallery."
},
"publisherContact": {
"type": "string",
"description": "The publisher contact of this community gallery."
},
"eula": {
"type": "string",
"description": "The eula of this community gallery."
"description": "The end-user license agreement for this community gallery."
},
"publicNames": {
"type": "array",
Expand All @@ -339,7 +339,7 @@
},
"privacyStatementUri": {
"type": "string",
"description": "The privacyStatementUri of this community gallery."
"description": "The link for the privacy statement of this community gallery from the gallery publisher."
}
},
"description": "The metadata of community gallery."
Expand Down Expand Up @@ -387,7 +387,7 @@
},
"nextLink": {
"type": "string",
"description": "The uri to fetch the next page of community gallery images. Call ListNext() with this to fetch the next page of community gallery images."
"description": "The URI to fetch the next page of community gallery images. Call ListNext() with this to fetch the next page of community gallery images."
}
},
"required": [
Expand Down Expand Up @@ -478,11 +478,11 @@
},
"privacyStatementUri": {
"type": "string",
"description": "Privacy statement uri for the current community gallery image."
"description": "Privacy statement URI for the current community gallery image."
},
"eula": {
"type": "string",
"description": "End-user license agreement for the current community gallery image."
"description": "The end-user license agreement for the current community gallery image."
},
"disclaimer": {
"$ref": "#/definitions/CommunityGalleryDisclaimer"
Expand Down Expand Up @@ -512,7 +512,7 @@
},
"nextLink": {
"type": "string",
"description": "The uri to fetch the next page of community gallery image versions. Call ListNext() with this to fetch the next page of community gallery image versions."
"description": "The URI to fetch the next page of community gallery image versions. Call ListNext() with this to fetch the next page of community gallery image versions."
}
},
"required": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"artifactTags": {
"ShareTag-CommunityGallery": "CommunityGallery"
},
"disclaimer": "https://aka.ms/community-gallery-disclaimer"
"disclaimer": "https://test-uri.com"
},
"location": "myLocation",
"name": "myGalleryImageVersionName",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"artifactTags": {
"ShareTag-CommunityGallery": "CommunityGallery"
},
"disclaimer": "https://aka.ms/community-gallery-disclaimer"
"disclaimer": "https://test-uri.com"
},
"location": "myLocation",
"name": "myGalleryImageVersionName",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@
"offer": "myOfferName",
"sku": "mySkuName"
},
"privacyStatementUri": "https://www.microsoft.com/en-us/",
"eula": "https://www.microsoft.com/en-us/",
"privacyStatementUri": "https://test-uri.com",
"eula": "https://test-uri.com",
"artifactTags": {
"ShareTag-CommunityGallery": "CommunityGallery"
},
"disclaimer": "https://aka.ms/community-gallery-disclaimer"
"disclaimer": "https://test-uri.com"
},
"location": "myLocation",
"name": "myGalleryImageName",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"artifactTags": {
"ShareTag-CommunityGallery": "CommunityGallery"
},
"disclaimer": "https://aka.ms/community-gallery-disclaimer"
"disclaimer": "https://test-uri.com"
},
"location": "myLocation",
"name": "myGalleryImageName",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@
"artifactTags": {
"ShareTag-CommunityGallery": "CommunityGallery"
},
"disclaimer": "https://aka.ms/community-gallery-disclaimer",
"disclaimer": "https://test-uri.com",
"communityMetadata": {
"publisherUri": "http://microsoft.com",
"publisherContact": "sig@microsoft.com",
"eula": "http://microsoft.com",
"publisherUri": "https://test-uri.com",
"publisherContact": "sameple@email.com",
"eula": "https://test-uri.com",
"publicNames": [
"prefix-xxxxx"
],
"privacyStatementUri": "http://microsoft.com"
"privacyStatementUri": "https://test-uri.com"
}
}
}
Expand Down