Skip to content

Commit

Permalink
Merge pull request #4 from conniey/alphabetise_methods
Browse files Browse the repository at this point in the history
Sort method names.
  • Loading branch information
YijunXieMS authored Jun 3, 2020
2 parents 095dbf6 + 3f20506 commit 825e668
Showing 1 changed file with 156 additions and 156 deletions.
312 changes: 156 additions & 156 deletions sdk/servicebus/azure-servicebus/swagger/servicebus-swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,15 @@
}
],
"parameters": {
"ApiVersion": {
"name": "api-version",
"in": "query",
"type": "string",
"default": "2017-04",
"description": "Specifies the version of the REST protocol used for processing the request. This is required when using shared key authorization.",
"minLength": 1,
"x-ms-parameter-location": "client"
},
"Endpoint": {
"in": "path",
"name": "endpoint",
Expand All @@ -54,18 +63,71 @@
"type": "boolean",
"default": false,
"x-ms-parameter-location": "method"
},
"ApiVersion": {
"name": "api-version",
"in": "query",
"type": "string",
"default": "2017-04",
"description": "Specifies the version of the REST protocol used for processing the request. This is required when using shared key authorization.",
"minLength": 1,
"x-ms-parameter-location": "client"
}
},
"definitions": {
"AccessRights": {
"description": "Access rights of the entity",
"type": "string",
"xml":{
"namespace": "http://schemas.microsoft.com/netservices/2010/10/servicebus/connect"
},
"enum": [
"Manage",
"Send",
"Listen"
]
},
"AuthorizationRule": {
"description": "Authorization rule of an entity",
"type": "object",
"xml": {
"namespace": "http://schemas.microsoft.com/netservices/2010/10/servicebus/connect"
},
"properties": {
"ClaimType":{
"type": "string",
"xml": {
"namespace": "http://schemas.microsoft.com/netservices/2010/10/servicebus/connect"
}
},
"CreatedTime":{
"type": "string",
"format": "date-time",
"xml": {
"namespace": "http://schemas.microsoft.com/netservices/2010/10/servicebus/connect"
}
},
"KeyName":{
"type": "string",
"xml": {
"namespace": "http://schemas.microsoft.com/netservices/2010/10/servicebus/connect"
}
},
"ModifiedTime":{
"type": "string",
"format": "date-time",
"xml": {
"namespace": "http://schemas.microsoft.com/netservices/2010/10/servicebus/connect"
}
},
"Rights": {
"description": "Access rights of the entity",
"type": "array",
"xml": {
"wrapped": true,
"namespace": "http://schemas.microsoft.com/netservices/2010/10/servicebus/connect"
},
"items": {
"type": "string",
"xml": {
"name": "AccessRights",
"namespace": "http://schemas.microsoft.com/netservices/2010/10/servicebus/connect"
}
}
}
}
},
"CreateQueueBody": {
"description": "The request body for creating a queue.",
"type": "object",
Expand Down Expand Up @@ -128,67 +190,6 @@
}
}
},
"MessageCountDetails": {
"description": "Details about the message counts in queue.",
"type": "object",
"properties": {
"ActiveMessageCount": {
"description": "Number of active messages in the queue, topic, or subscription.",
"type": "integer",
"xml": {
"prefix": "d2p1",
"namespace": "http://schemas.microsoft.com/netservices/2011/06/servicebus"
}
},
"DeadLetterMessageCount": {
"description": "Number of messages that are dead lettered.",
"type": "integer",
"xml": {
"prefix": "d2p1",
"namespace": "http://schemas.microsoft.com/netservices/2011/06/servicebus"
}
},
"ScheduledMessageCount": {
"description": "Number of scheduled messages.",
"type": "integer",
"xml": {
"prefix": "d2p1",
"namespace": "http://schemas.microsoft.com/netservices/2011/06/servicebus"
}
},
"TransferDeadLetterMessageCount": {
"description": "Number of messages transferred into dead letters.",
"type": "integer",
"xml": {
"prefix": "d2p1",
"namespace": "http://schemas.microsoft.com/netservices/2011/06/servicebus"
}
},
"TransferMessageCount": {
"description": "Number of messages transferred to another queue, topic, or subscription.",
"type": "integer",
"xml": {
"prefix": "d2p1",
"namespace": "http://schemas.microsoft.com/netservices/2011/06/servicebus"
}
}
},
"xml": {
"namespace": "http://schemas.microsoft.com/netservices/2011/06/servicebus"
}
},
"AccessRights": {
"description": "Access rights of the entity",
"type": "string",
"xml":{
"namespace": "http://schemas.microsoft.com/netservices/2010/10/servicebus/connect"
},
"enum": [
"Manage",
"Send",
"Listen"
]
},
"EntityAvailabilityStatus": {
"description": "Availibility status of the entity",
"type": "string",
Expand Down Expand Up @@ -221,112 +222,53 @@
"Unknown"
]
},
"QueueRuntimeInfo":{
"description": "Service Bus queue metrics.",
"MessageCountDetails": {
"description": "Details about the message counts in queue.",
"type": "object",
"xml": {
"namespace": "http://schemas.microsoft.com/netservices/2010/10/servicebus/connect"
},
"properties": {
"QueueName": {
"description": "Name of the queue",
"type": "string"
},
"AccessedAt": {
"description": "Last time a message was sent, or the last time there was a receive request to this queue.",
"type": "string",
"format": "date-time",
"xml": {
"namespace": "http://schemas.microsoft.com/netservices/2010/10/servicebus/connect"
}
},
"CreatedAt": {
"description": "The exact time the queue was created.",
"type": "string",
"format": "date-time",
"ActiveMessageCount": {
"description": "Number of active messages in the queue, topic, or subscription.",
"type": "integer",
"xml": {
"namespace": "http://schemas.microsoft.com/netservices/2010/10/servicebus/connect"
"prefix": "d2p1",
"namespace": "http://schemas.microsoft.com/netservices/2011/06/servicebus"
}
},
"UpdatedAt": {
"description": "The exact time a message was updated in the queue.",
"type": "string",
"format": "date-time",
"DeadLetterMessageCount": {
"description": "Number of messages that are dead lettered.",
"type": "integer",
"xml": {
"namespace": "http://schemas.microsoft.com/netservices/2010/10/servicebus/connect"
"prefix": "d2p1",
"namespace": "http://schemas.microsoft.com/netservices/2011/06/servicebus"
}
},
"SizeInBytes": {
"description": "The size of the queue, in bytes.",
"ScheduledMessageCount": {
"description": "Number of scheduled messages.",
"type": "integer",
"xml": {
"namespace": "http://schemas.microsoft.com/netservices/2010/10/servicebus/connect"
"prefix": "d2p1",
"namespace": "http://schemas.microsoft.com/netservices/2011/06/servicebus"
}
},
"MessageCount": {
"description": "The number of messages in the queue.",
"TransferDeadLetterMessageCount": {
"description": "Number of messages transferred into dead letters.",
"type": "integer",
"xml": {
"namespace": "http://schemas.microsoft.com/netservices/2010/10/servicebus/connect"
"prefix": "d2p1",
"namespace": "http://schemas.microsoft.com/netservices/2011/06/servicebus"
}
},
"MessageCountDetails": {
"$ref": "#/definitions/MessageCountDetails",
"TransferMessageCount": {
"description": "Number of messages transferred to another queue, topic, or subscription.",
"type": "integer",
"xml": {
"name": "CountDetails",
"namespace": "http://schemas.microsoft.com/netservices/2010/10/servicebus/connect"
"prefix": "d2p1",
"namespace": "http://schemas.microsoft.com/netservices/2011/06/servicebus"
}
}
}
},
"AuthorizationRule": {
"description": "Authorization rule of an entity",
"type": "object",
"xml": {
"namespace": "http://schemas.microsoft.com/netservices/2010/10/servicebus/connect"
},
"properties": {
"ClaimType":{
"type": "string",
"xml": {
"namespace": "http://schemas.microsoft.com/netservices/2010/10/servicebus/connect"
}
},
"CreatedTime":{
"type": "string",
"format": "date-time",
"xml": {
"namespace": "http://schemas.microsoft.com/netservices/2010/10/servicebus/connect"
}
},
"KeyName":{
"type": "string",
"xml": {
"namespace": "http://schemas.microsoft.com/netservices/2010/10/servicebus/connect"
}
},
"ModifiedTime":{
"type": "string",
"format": "date-time",
"xml": {
"namespace": "http://schemas.microsoft.com/netservices/2010/10/servicebus/connect"
}
},
"Rights": {
"description": "Access rights of the entity",
"type": "array",
"xml": {
"wrapped": true,
"namespace": "http://schemas.microsoft.com/netservices/2010/10/servicebus/connect"
},
"items": {
"type": "string",
"xml": {
"name": "AccessRights",
"namespace": "http://schemas.microsoft.com/netservices/2010/10/servicebus/connect"
}
}
}
"xml": {
"namespace": "http://schemas.microsoft.com/netservices/2011/06/servicebus"
}
},
"QueueDescription": {
Expand Down Expand Up @@ -478,6 +420,64 @@
}
}
},
"QueueRuntimeInfo":{
"description": "Service Bus queue metrics.",
"type": "object",
"xml": {
"namespace": "http://schemas.microsoft.com/netservices/2010/10/servicebus/connect"
},
"properties": {
"QueueName": {
"description": "Name of the queue",
"type": "string"
},
"AccessedAt": {
"description": "Last time a message was sent, or the last time there was a receive request to this queue.",
"type": "string",
"format": "date-time",
"xml": {
"namespace": "http://schemas.microsoft.com/netservices/2010/10/servicebus/connect"
}
},
"CreatedAt": {
"description": "The exact time the queue was created.",
"type": "string",
"format": "date-time",
"xml": {
"namespace": "http://schemas.microsoft.com/netservices/2010/10/servicebus/connect"
}
},
"UpdatedAt": {
"description": "The exact time a message was updated in the queue.",
"type": "string",
"format": "date-time",
"xml": {
"namespace": "http://schemas.microsoft.com/netservices/2010/10/servicebus/connect"
}
},
"SizeInBytes": {
"description": "The size of the queue, in bytes.",
"type": "integer",
"xml": {
"namespace": "http://schemas.microsoft.com/netservices/2010/10/servicebus/connect"
}
},
"MessageCount": {
"description": "The number of messages in the queue.",
"type": "integer",
"xml": {
"namespace": "http://schemas.microsoft.com/netservices/2010/10/servicebus/connect"
}
},
"MessageCountDetails": {
"$ref": "#/definitions/MessageCountDetails",
"xml": {
"name": "CountDetails",
"namespace": "http://schemas.microsoft.com/netservices/2010/10/servicebus/connect"
}
}
}
},
"ServiceBusManagementError": {
"description": "The error response from Service Bus.",
"type": "object",
Expand Down

0 comments on commit 825e668

Please sign in to comment.