Skip to content

Commit

Permalink
[Hub Generated] Review request for Microsoft.Portal to add version pr…
Browse files Browse the repository at this point in the history
…eview/2015-08-01-preview (#12732)

* Fixing properties in dashboard parts

* Updating Dashboard part metadata

* Updating based on prettier fixes

Co-authored-by: Himanshu Chandel <hich@microsoft.com>
  • Loading branch information
msHich and mshimanshuchandel authored Apr 27, 2021
1 parent 2d46d39 commit 603b744
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -395,6 +395,11 @@
},
"description": "List of dashboards."
},
"DashboardPartMetadata": {
"description": "A dashboard part metadata.",
"type": "object",
"additionalProperties": true
},
"DashboardParts": {
"type": "object",
"description": "A dashboard part.",
Expand Down Expand Up @@ -438,11 +443,7 @@
}
},
"metadata": {
"description": "The dashboard part's metadata.",
"type": "object",
"additionalProperties": {
"type": "object"
}
"$ref": "#/definitions/DashboardPartMetadata"
}
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -395,6 +395,11 @@
},
"description": "List of dashboards."
},
"DashboardPartMetadata": {
"description": "A dashboard part metadata.",
"type": "object",
"additionalProperties": true
},
"DashboardParts": {
"type": "object",
"description": "A dashboard part.",
Expand Down Expand Up @@ -438,11 +443,7 @@
}
},
"metadata": {
"description": "The dashboard part's metadata.",
"type": "object",
"additionalProperties": {
"type": "object"
}
"$ref": "#/definitions/DashboardPartMetadata"
}
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -401,6 +401,11 @@
},
"description": "List of dashboards."
},
"DashboardPartMetadata": {
"description": "A dashboard part metadata.",
"type": "object",
"additionalProperties": true
},
"DashboardParts": {
"type": "object",
"description": "A dashboard part.",
Expand Down Expand Up @@ -448,11 +453,7 @@
}
},
"metadata": {
"description": "The dashboard part's metadata.",
"type": "object",
"additionalProperties": {
"type": "object"
}
"$ref": "#/definitions/DashboardPartMetadata"
}
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -460,6 +460,7 @@
"type"
],
"description": "A dashboard part metadata.",
"additionalProperties": true,
"properties": {
"type": {
"type": "string",
Expand Down

0 comments on commit 603b744

Please sign in to comment.