Skip to content

Commit

Permalink
#8187884: Swagger Correctness: MICROSOFT.PORTAL(Azure Portal (IbizaFx…
Browse files Browse the repository at this point in the history
…)) (Azure#11494)

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

* Update examples

* Fix Linter error on integer format

* Fix Prettier

* Fix Linter error

Co-authored-by: Alex Kachanov <alkac@corp.microsoft.com>
  • Loading branch information
2 people authored and giromm2ms committed Dec 20, 2020
1 parent fdc8f87 commit 25d9bf9
Show file tree
Hide file tree
Showing 10 changed files with 44 additions and 8 deletions.
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

0 comments on commit 25d9bf9

Please sign in to comment.