Skip to content

Commit 342c3c1

Browse files
moadusharryli0108
authored andcommitted
Fixing additionalProperties to use {} instead of object (Azure#24396)
1 parent b819b39 commit 342c3c1

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

specification/azurearcdata/resource-manager/Microsoft.AzureArcData/preview/2023-01-15-preview/sqlManagedInstances.json

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -255,9 +255,7 @@
255255
"$ref": "#/definitions/k8stransparentDataEncryption"
256256
}
257257
},
258-
"additionalProperties": {
259-
"type": "object"
260-
}
258+
"additionalProperties": {}
261259
},
262260
"K8sActiveDirectory": {
263261
"type": "object",
@@ -315,9 +313,7 @@
315313
"$ref": "#/definitions/K8sNetworkSettings"
316314
}
317315
},
318-
"additionalProperties": {
319-
"type": "object"
320-
}
316+
"additionalProperties": {}
321317
},
322318
"K8sNetworkSettings": {
323319
"type": "object",

0 commit comments

Comments
 (0)