Skip to content
Merged
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 @@ -42,7 +42,7 @@
"Operations"
],
"summary": "List available operations.",
"description": "List the available operations supported by the Microsoft.EventGrid resource provider.",
"description": "List the available operations supported by the resource provider.",
"operationId": "Operations_List",
"consumes": [],
"produces": [
Expand Down Expand Up @@ -93,7 +93,7 @@
"default": {
"description": "Error response describing why the operation failed.",
"schema": {
"$ref": "#/definitions/ErrorResponse"
"$ref": "../2020-03-01-preview/componentLinkedStorageAccounts_API.json#/definitions/ErrorResponse"
}
},
"200": {
Expand All @@ -117,20 +117,6 @@
}
},
"definitions": {
"ErrorResponse": {
"description": "Describes the format of an error response.",
"type": "object",
"properties": {
"code": {
"description": "Error code",
"type": "string"
},
"message": {
"description": "Error message indicating why the operation failed.",
"type": "string"
}
}
},
"LiveTokenResponse": {
"type": "object",
"properties": {
Expand All @@ -150,7 +136,7 @@
"description": "A collection of operations",
"type": "array",
"items": {
"$ref": "#/definitions/Operation"
"$ref": "#/definitions/OperationLive"
}
},
"nextLink": {
Expand All @@ -159,7 +145,7 @@
}
}
},
"Operation": {
"OperationLive": {
"description": "Represents an operation returned by the GetOperations request",
"type": "object",
"properties": {
Expand Down