Skip to content

Commit

Permalink
Fixing additionalProperties to use {} instead of object (Azure#24396)
Browse files Browse the repository at this point in the history
  • Loading branch information
moadus authored and harryli0108 committed Jul 28, 2023
1 parent b819b39 commit 342c3c1
Showing 1 changed file with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -255,9 +255,7 @@
"$ref": "#/definitions/k8stransparentDataEncryption"
}
},
"additionalProperties": {
"type": "object"
}
"additionalProperties": {}
},
"K8sActiveDirectory": {
"type": "object",
Expand Down Expand Up @@ -315,9 +313,7 @@
"$ref": "#/definitions/K8sNetworkSettings"
}
},
"additionalProperties": {
"type": "object"
}
"additionalProperties": {}
},
"K8sNetworkSettings": {
"type": "object",
Expand Down

0 comments on commit 342c3c1

Please sign in to comment.