Skip to content

Commit 29ba28e

Browse files
idear1203Dongwei Wang
andauthored
[Synapse] - Monitoring API should allow sparkJobDefinition and pipeline to be null (#11165)
Co-authored-by: Dongwei Wang <[email protected]>
1 parent d43b10e commit 29ba28e

File tree

1 file changed

+3
-1
lines changed
  • specification/synapse/data-plane/Microsoft.Synapse/preview/2019-11-01-preview

1 file changed

+3
-1
lines changed

specification/synapse/data-plane/Microsoft.Synapse/preview/2019-11-01-preview/monitoring.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,10 +162,12 @@
162162
}
163163
},
164164
"sparkJobDefinition": {
165-
"type": "string"
165+
"type": "string",
166+
"x-nullable": true
166167
},
167168
"pipeline": {
168169
"uniqueItems": false,
170+
"x-nullable": true,
169171
"type": "array",
170172
"items": {
171173
"$ref": "#/definitions/SparkJob"

0 commit comments

Comments
 (0)