You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: specification/automation/resource-manager/Microsoft.Automation/preview/2023-05-15-preview/dscCompilationJob.json
+26-5Lines changed: 26 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -584,12 +584,33 @@
584
584
"x-nullable": true,
585
585
"description": "Gets or sets the summary."
586
586
},
587
+
"value": {
588
+
"$ref": "#/definitions/JobStreamValue",
589
+
"x-ms-client-flatten": true,
590
+
"description": "Job Stream Value"
591
+
}
592
+
},
593
+
"x-ms-client-flatten": true,
594
+
"description": "Definition of the job stream."
595
+
},
596
+
"JobStreamValue":{
597
+
"type": "object",
598
+
"properties": {
587
599
"value": {
588
-
"type": "object",
589
-
"additionalProperties": {
590
-
"type": "object"
591
-
},
592
-
"description": "Gets or sets the values of the job stream."
600
+
"type": "string",
601
+
"description": "Gets or sets the id of the job stream."
602
+
},
603
+
"PSComputerName": {
604
+
"type": "string",
605
+
"description": "Gets or sets the stream text."
606
+
},
607
+
"PSShowComputerName": {
608
+
"type": "boolean",
609
+
"description": "If a new build version of NodeConfiguration is required."
0 commit comments