Skip to content

Commit 2c888f4

Browse files
authored
Make ParameterValueSpecification reference consistent (#18598)
1 parent 508692b commit 2c888f4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

specification/synapse/data-plane/Microsoft.Synapse/preview/2021-12-01-preview/linkConnections.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -899,7 +899,10 @@
899899
},
900900
"ParameterValueSpecification": {
901901
"description": "An object mapping parameter names to argument values.",
902-
"type": "object"
902+
"type": "object",
903+
"additionalProperties": {
904+
"type": "object"
905+
}
903906
}
904907
},
905908
"parameters": {

0 commit comments

Comments
 (0)