Skip to content

Commit 3e62451

Browse files
anuchandyjnlycklama
authored andcommitted
ServiceBus: correcting the order of forwardDeadLetteredMessagesTo (#26163)
1 parent 687719a commit 3e62451

File tree

1 file changed

+8
-8
lines changed
  • specification/servicebus/data-plane/Microsoft.ServiceBus/stable/2021-05

1 file changed

+8
-8
lines changed

specification/servicebus/data-plane/Microsoft.ServiceBus/stable/2021-05/servicebus.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -786,14 +786,6 @@
786786
"entityAvailabilityStatus": {
787787
"$ref": "#/definitions/EntityAvailabilityStatus"
788788
},
789-
"enableExpress": {
790-
"description": "A value that indicates whether Express Entities are enabled. An express queue holds a message in memory temporarily before writing it to persistent storage.",
791-
"type": "boolean",
792-
"xml": {
793-
"name": "EnableExpress",
794-
"namespace": "http://schemas.microsoft.com/netservices/2010/10/servicebus/connect"
795-
}
796-
},
797789
"forwardDeadLetteredMessagesTo": {
798790
"description": "The name of the recipient entity to which all the dead-lettered messages of this subscription are forwarded to.",
799791
"type": "string",
@@ -802,6 +794,14 @@
802794
"namespace": "http://schemas.microsoft.com/netservices/2010/10/servicebus/connect"
803795
}
804796
},
797+
"enableExpress": {
798+
"description": "A value that indicates whether Express Entities are enabled. An express queue holds a message in memory temporarily before writing it to persistent storage.",
799+
"type": "boolean",
800+
"xml": {
801+
"name": "EnableExpress",
802+
"namespace": "http://schemas.microsoft.com/netservices/2010/10/servicebus/connect"
803+
}
804+
},
805805
"maxMessageSizeInKilobytes": {
806806
"description": "The maximum size in kilobytes of message payload that can be accepted by the queue.",
807807
"type": "integer",

0 commit comments

Comments
 (0)