Skip to content

Commit 63d7c10

Browse files
DorothySun216giromm2ms
authored andcommitted
Schema Change for New Event Grid Events Emitting from Service Bus (Azure#11935)
* draft for schema changes * Revert "draft for schema changes" This reverts commit 04faa0d. * schema change * modify existing swagger
1 parent 5767018 commit 63d7c10

File tree

1 file changed

+60
-0
lines changed
  • specification/eventgrid/data-plane/Microsoft.ServiceBus/stable/2018-01-01

1 file changed

+60
-0
lines changed

specification/eventgrid/data-plane/Microsoft.ServiceBus/stable/2018-01-01/ServiceBus.json

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,66 @@
6666
"type": "string"
6767
}
6868
}
69+
},
70+
"ServiceBusActiveMessagesAvailablePeriodicNotificationsEventData": {
71+
"description": "Schema of the Data property of an EventGridEvent for a Microsoft.ServiceBus.ActiveMessagesAvailablePeriodicNotifications event.",
72+
"type": "object",
73+
"properties": {
74+
"namespaceName": {
75+
"description": "The namespace name of the Microsoft.ServiceBus resource.",
76+
"type": "string"
77+
},
78+
"requestUri": {
79+
"description": "The endpoint of the Microsoft.ServiceBus resource.",
80+
"type": "string"
81+
},
82+
"entityType": {
83+
"description": "The entity type of the Microsoft.ServiceBus resource. Could be one of 'queue' or 'subscriber'.",
84+
"type": "string"
85+
},
86+
"queueName": {
87+
"description": "The name of the Microsoft.ServiceBus queue. If the entity type is of type 'subscriber', then this value will be null.",
88+
"type": "string"
89+
},
90+
"topicName": {
91+
"description": "The name of the Microsoft.ServiceBus topic. If the entity type is of type 'queue', then this value will be null.",
92+
"type": "string"
93+
},
94+
"subscriptionName": {
95+
"description": "The name of the Microsoft.ServiceBus topic's subscription. If the entity type is of type 'queue', then this value will be null.",
96+
"type": "string"
97+
}
98+
}
99+
},
100+
"ServiceBusDeadletterMessagesAvailablePeriodicNotificationsEventData": {
101+
"description": "Schema of the Data property of an EventGridEvent for a Microsoft.ServiceBus.DeadletterMessagesAvailablePeriodicNotifications event.",
102+
"type": "object",
103+
"properties": {
104+
"namespaceName": {
105+
"description": "The namespace name of the Microsoft.ServiceBus resource.",
106+
"type": "string"
107+
},
108+
"requestUri": {
109+
"description": "The endpoint of the Microsoft.ServiceBus resource.",
110+
"type": "string"
111+
},
112+
"entityType": {
113+
"description": "The entity type of the Microsoft.ServiceBus resource. Could be one of 'queue' or 'subscriber'.",
114+
"type": "string"
115+
},
116+
"queueName": {
117+
"description": "The name of the Microsoft.ServiceBus queue. If the entity type is of type 'subscriber', then this value will be null.",
118+
"type": "string"
119+
},
120+
"topicName": {
121+
"description": "The name of the Microsoft.ServiceBus topic. If the entity type is of type 'queue', then this value will be null.",
122+
"type": "string"
123+
},
124+
"subscriptionName": {
125+
"description": "The name of the Microsoft.ServiceBus topic's subscription. If the entity type is of type 'queue', then this value will be null.",
126+
"type": "string"
127+
}
128+
}
69129
}
70130
}
71131
}

0 commit comments

Comments
 (0)