Skip to content
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Set the additionalProperties type to string for DatabaseAdvisors API (#…
…29823)

* Set the new additionalProperties type to string

* Remove the required type for additionalProperties, just keep them true
  • Loading branch information
UrosKrsticMIPerf authored Jul 23, 2024
commit 8a9361aae4351dd00446f5644f94869c15660a2e
Original file line number Diff line number Diff line change
Expand Up @@ -406,9 +406,7 @@
"details": {
"description": "Gets additional details specific to this recommended action.",
"type": "object",
"additionalProperties": {
"type": "object"
},
"additionalProperties": true,
"readOnly": true
}
}
Expand Down