File tree Expand file tree Collapse file tree 1 file changed +52
-0
lines changed
Expand file tree Collapse file tree 1 file changed +52
-0
lines changed Original file line number Diff line number Diff line change 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" : {
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"
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" : {
You can’t perform that action at this time.
0 commit comments