Skip to content

Commit 1772169

Browse files
author
msftbot[bot]
authored
2 parents 919c8e7 + 646feef commit 1772169

File tree

1 file changed

+52
-0
lines changed

1 file changed

+52
-0
lines changed

schemas/2021-06-01/Microsoft.Marketplace.json

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -342,6 +342,37 @@
342342
},
343343
"description": "The collection details"
344344
},
345+
"NotificationsSettingsProperties": {
346+
"type": "object",
347+
"properties": {
348+
"recipients": {
349+
"oneOf": [
350+
{
351+
"type": "array",
352+
"items": {
353+
"$ref": "#/definitions/Recipient"
354+
}
355+
},
356+
{
357+
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
358+
}
359+
],
360+
"description": "Gets or sets list of notified recipients for new requests"
361+
},
362+
"sendToAllMarketplaceAdmins": {
363+
"oneOf": [
364+
{
365+
"type": "boolean"
366+
},
367+
{
368+
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
369+
}
370+
],
371+
"description": "Gets or sets whether to send email to all marketplace admins for new requests"
372+
}
373+
},
374+
"description": "Describes the json payload for notifications settings"
375+
},
345376
"OfferProperties": {
346377
"type": "object",
347378
"properties": {
@@ -497,6 +528,17 @@
497528
],
498529
"description": "Is government"
499530
},
531+
"notificationsSettings": {
532+
"oneOf": [
533+
{
534+
"$ref": "#/definitions/NotificationsSettingsProperties"
535+
},
536+
{
537+
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
538+
}
539+
],
540+
"description": "Describes the json payload for notifications settings"
541+
},
500542
"privateStoreName": {
501543
"type": "string",
502544
"description": "Private Store Name"
@@ -663,6 +705,16 @@
663705
],
664706
"description": "Microsoft.Marketplace/privateStores/requestApprovals"
665707
},
708+
"Recipient": {
709+
"type": "object",
710+
"properties": {
711+
"principalId": {
712+
"type": "string",
713+
"description": "Principal ID"
714+
}
715+
},
716+
"description": "Describes the json payload for a notified recipient for new requests"
717+
},
666718
"RequestApprovalProperties": {
667719
"type": "object",
668720
"properties": {

0 commit comments

Comments
 (0)