Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#8187884: Swagger Correctness: MICROSOFT.PORTAL(Azure Portal (IbizaFx)) #11494

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 @@ -13,6 +13,7 @@
"enforcePrivateMarkdownStorage": true
}
}
}
},
"404": {}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
"anotherKey": "anotherValue"
}
}
}
},
"404": {}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@
"anotherKey": "anotherValue2"
}
}
}
},
"404": {}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,9 @@
"$ref": "#/definitions/Dashboard"
}
},
"404": {
"description": "Not found. Dashboard with provided id doesn't exist."
},
"default": {
"description": "Error response describing why the operation failed.",
"schema": {
Expand Down Expand Up @@ -268,6 +271,9 @@
"$ref": "#/definitions/Dashboard"
}
},
"404": {
"description": "Not found. Dashboard with provided id doesn't exist."
},
"default": {
"description": "Error response describing why the operation failed.",
"schema": {
Expand Down Expand Up @@ -414,18 +420,22 @@
"properties": {
"x": {
"type": "integer",
"format": "int32",
"description": "The dashboard's part x coordinate."
},
"y": {
"type": "integer",
"format": "int32",
"description": "The dashboard's part y coordinate."
},
"rowSpan": {
"type": "integer",
"format": "int32",
"description": "The dashboard's part row span."
},
"colSpan": {
"type": "integer",
"format": "int32",
"description": "The dashboard's part column span."
},
"metadata": {
Expand Down Expand Up @@ -456,6 +466,7 @@
"properties": {
"order": {
"type": "integer",
"format": "int32",
"description": "The lens order."
},
"parts": {
Expand Down Expand Up @@ -630,7 +641,8 @@
"properties": {
"code": {
"description": "Service specific error code which serves as the substatus for the HTTP error code.",
"type": "string",
"type": "integer",
"format": "int32",
"readOnly": true
},
"message": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,9 @@
"$ref": "#/definitions/Configuration"
}
},
"404": {
"description": "Not found. Tenant configuration wasn't created yet."
},
"default": {
"description": "Error response describing why the operation failed.",
"schema": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"enforcePrivateMarkdownStorage": true
}
}
}
},
"404": {}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
"anotherKey": "anotherValue"
}
}
}
},
"404": {}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@
"anotherKey": "anotherValue2"
}
}
}
},
"404": {}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,9 @@
"$ref": "#/definitions/Dashboard"
}
},
"404": {
"description": "Not found. Dashboard with provided id doesn't exist."
},
"default": {
"description": "Error response describing why the operation failed.",
"schema": {
Expand Down Expand Up @@ -268,6 +271,9 @@
"$ref": "#/definitions/Dashboard"
}
},
"404": {
"description": "Not found. Dashboard with provided id doesn't exist."
},
"default": {
"description": "Error response describing why the operation failed.",
"schema": {
Expand Down Expand Up @@ -414,18 +420,22 @@
"properties": {
"x": {
"type": "integer",
"format": "int32",
"description": "The dashboard's part x coordinate."
},
"y": {
"type": "integer",
"format": "int32",
"description": "The dashboard's part y coordinate."
},
"rowSpan": {
"type": "integer",
"format": "int32",
"description": "The dashboard's part row span."
},
"colSpan": {
"type": "integer",
"format": "int32",
"description": "The dashboard's part column span."
},
"metadata": {
Expand Down Expand Up @@ -526,6 +536,7 @@
"properties": {
"order": {
"type": "integer",
"format": "int32",
"description": "The lens order."
},
"parts": {
Expand Down Expand Up @@ -700,7 +711,8 @@
"properties": {
"code": {
"description": "Service specific error code which serves as the substatus for the HTTP error code.",
"type": "string",
"type": "integer",
"format": "int32",
"readOnly": true
},
"message": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,9 @@
"$ref": "#/definitions/Configuration"
}
},
"404": {
"description": "Not found. Tenant configuration wasn't created yet."
},
"default": {
"description": "Error response describing why the operation failed.",
"schema": {
Expand Down