Skip to content

Commit

Permalink
Add additionalProperties to Microsoft.ResourceGraph/resourcesHistory (#…
Browse files Browse the repository at this point in the history
…21088)

* Additional Properties

* Not anonymous

* PrettierCheck
  • Loading branch information
dhu5432 authored Jan 5, 2023
1 parent 76f3342 commit 21a14e3
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"200": {
"description": "OK",
"schema": {
"type": "object"
"$ref": "#/definitions/ResourcesHistoryResult"
}
},
"default": {
Expand All @@ -81,6 +81,10 @@
}
},
"definitions": {
"ResourcesHistoryResult": {
"type": "object",
"additionalProperties": {}
},
"ResourcesHistoryRequest": {
"description": "Describes a history request to be executed.",
"type": "object",
Expand Down

0 comments on commit 21a14e3

Please sign in to comment.