Skip to content

Commit 8a9361a

Browse files
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
1 parent a7cbe56 commit 8a9361a

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

specification/sql/resource-manager/Microsoft.Sql/preview/2024-05-01-preview/DatabaseAdvisors.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -406,9 +406,7 @@
406406
"details": {
407407
"description": "Gets additional details specific to this recommended action.",
408408
"type": "object",
409-
"additionalProperties": {
410-
"type": "object"
411-
},
409+
"additionalProperties": true,
412410
"readOnly": true
413411
}
414412
}

0 commit comments

Comments
 (0)