Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@
],
"responses": {
"201": {
"description": "Created and an async operation is excuting in background to make the new key to take effect. The response contains new keys and a Location header to query the async operation result.",
"description": "Created and an async operation is executing in background to make the new key to take effect. The response contains new keys and a Location header to query the async operation result.",
"schema": {
"$ref": "#/definitions/SignalRKeys"
}
Expand Down Expand Up @@ -266,7 +266,7 @@
],
"responses": {
"200": {
"description": "Success. The response describe the corresponding SingalR service.",
"description": "Success. The response describe the corresponding SignalR service.",
"schema": {
"$ref": "#/definitions/SignalRResource"
}
Expand Down Expand Up @@ -315,7 +315,7 @@
}
},
"202": {
"description": "Accepted. The response indicates the exiting SingalR service is now updating and contains a Location header to query the operation result.."
"description": "Accepted. The response indicates the exiting SignalR service is now updating and contains a Location header to query the operation result.."
}
},
"x-ms-long-running-operation": true,
Expand Down Expand Up @@ -391,13 +391,13 @@
],
"responses": {
"200": {
"description": "Success. The response describes a SingalR service which is not up-to-date.",
"description": "Success. The response describes a SignalR service which is not up-to-date.",
"schema": {
"$ref": "#/definitions/SignalRResource"
}
},
"202": {
"description": "Accepted. The response indicates the exiting SingalR service is now updating and contains a Location header to query the operation result.."
"description": "Accepted. The response indicates the exiting SignalR service is now updating and contains a Location header to query the operation result.."
}
},
"x-ms-long-running-operation": true,
Expand Down Expand Up @@ -675,7 +675,7 @@
"readOnly": true
},
"name": {
"description": "The name of the resouce.",
"description": "The name of the resource.",
"type": "string",
"readOnly": true
},
Expand Down Expand Up @@ -727,7 +727,7 @@
"readOnly": true
},
"name": {
"description": "The name of the resouce.",
"description": "The name of the resource.",
"type": "string",
"readOnly": true
},
Expand Down Expand Up @@ -976,7 +976,7 @@
"type": "object",
"properties": {
"value": {
"description": "The indentifier of the usage.",
"description": "The identifier of the usage.",
"type": "string"
},
"localizedValue": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@
],
"responses": {
"201": {
"description": "Created and an async operation is excuting in background to make the new key to take effect. The response contains new keys and a Location header to query the async operation result.",
"description": "Created and an async operation is executing in background to make the new key to take effect. The response contains new keys and a Location header to query the async operation result.",
"schema": {
"$ref": "#/definitions/SignalRKeys"
}
Expand Down Expand Up @@ -266,7 +266,7 @@
],
"responses": {
"200": {
"description": "Success. The response describe the corresponding SingalR service.",
"description": "Success. The response describe the corresponding SignalR service.",
"schema": {
"$ref": "#/definitions/SignalRResource"
}
Expand Down Expand Up @@ -315,7 +315,7 @@
}
},
"202": {
"description": "Accepted. The response indicates the exiting SingalR service is now updating and contains a Location header to query the operation result.."
"description": "Accepted. The response indicates the exiting SignalR service is now updating and contains a Location header to query the operation result.."
}
},
"x-ms-long-running-operation": true,
Expand Down Expand Up @@ -391,13 +391,13 @@
],
"responses": {
"200": {
"description": "Success. The response describes a SingalR service which is not up-to-date.",
"description": "Success. The response describes a SignalR service which is not up-to-date.",
"schema": {
"$ref": "#/definitions/SignalRResource"
}
},
"202": {
"description": "Accepted. The response indicates the exiting SingalR service is now updating and contains a Location header to query the operation result.."
"description": "Accepted. The response indicates the exiting SignalR service is now updating and contains a Location header to query the operation result.."
}
},
"x-ms-long-running-operation": true,
Expand Down Expand Up @@ -675,7 +675,7 @@
"readOnly": true
},
"name": {
"description": "The name of the resouce.",
"description": "The name of the resource.",
"type": "string",
"readOnly": true
},
Expand Down Expand Up @@ -727,7 +727,7 @@
"readOnly": true
},
"name": {
"description": "The name of the resouce.",
"description": "The name of the resource.",
"type": "string",
"readOnly": true
},
Expand Down Expand Up @@ -976,7 +976,7 @@
"type": "object",
"properties": {
"value": {
"description": "The indentifier of the usage.",
"description": "The identifier of the usage.",
"type": "string"
},
"localizedValue": {
Expand Down