Skip to content

Commit 3e259d8

Browse files
author
Sushil Upadhyay
committed
Testing
1 parent e63adcf commit 3e259d8

File tree

2 files changed

+99
-6
lines changed

2 files changed

+99
-6
lines changed

specification/automation/resource-manager/Microsoft.Automation/preview/2023-05-15-preview/dscCompilationJob.json

Lines changed: 26 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -584,12 +584,33 @@
584584
"x-nullable": true,
585585
"description": "Gets or sets the summary."
586586
},
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": {
587599
"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."
610+
},
611+
"PSSourceJobInstanceId": {
612+
"type": "string",
613+
"description": "Gets or sets the stream text."
593614
}
594615
},
595616
"x-ms-client-flatten": true,

specification/automation/resource-manager/Microsoft.Automation/preview/2023-05-15-preview/dscNode.json

Lines changed: 73 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -564,7 +564,7 @@
564564
"200": {
565565
"description": "OK",
566566
"schema": {
567-
"type": "object"
567+
"$ref": "#/definitions/DscNodeReportContent"
568568
}
569569
},
570570
"default": {
@@ -1013,6 +1013,78 @@
10131013
}
10141014
},
10151015
"description": "The response model for the list dsc nodes operation."
1016+
},
1017+
"DscNodeReportContent": {
1018+
"properties": {
1019+
"JobId": {
1020+
"type": "string",
1021+
"description": "Gets or sets the end time of the node report."
1022+
},
1023+
"OperationType": {
1024+
"type": "string",
1025+
"description": "Gets or sets the lastModifiedTime of the node report."
1026+
},
1027+
"NodeName": {
1028+
"type": "string",
1029+
"description": "Gets or sets the start time of the node report."
1030+
},
1031+
"IpAddress": {
1032+
"type": "string",
1033+
"description": "Gets or sets the type of the node report."
1034+
},
1035+
"LCMVersion": {
1036+
"type": "string",
1037+
"description": "Gets or sets the id of the node report."
1038+
},
1039+
"ReportFormatVersion": {
1040+
"type": "string",
1041+
"description": "Gets or sets the status of the node report."
1042+
},
1043+
"StartTime": {
1044+
"type": "string",
1045+
"format": "date-time",
1046+
"description": "Gets or sets the start time of the node report."
1047+
},
1048+
"Errors": {
1049+
"type": "array",
1050+
"items": {
1051+
"$ref": "#/definitions/DscReportError"
1052+
},
1053+
"x-ms-identifiers": [
1054+
"errorMessage",
1055+
"resourceId"
1056+
],
1057+
"description": "Gets or sets the errors for the node report."
1058+
},
1059+
"StatusData": {
1060+
"type": "array",
1061+
"items": {
1062+
"type": "string"
1063+
},
1064+
"description": "Gets or sets the resource for the node report."
1065+
},
1066+
"AdditionalData": {
1067+
"type": "array",
1068+
"items": {
1069+
"$ref": "#/definitions/AddtionalReport"
1070+
},
1071+
"description": "Gets or sets the resource for the node report."
1072+
}
1073+
},
1074+
"description": "Definition of the dsc node report type."
1075+
},
1076+
"AddtionalReport": {
1077+
"properties": {
1078+
"Key": {
1079+
"type": "string",
1080+
"description": "Gets or sets the end time of the node report."
1081+
},
1082+
"value": {
1083+
"type": "string",
1084+
"description": "Gets or sets the lastModifiedTime of the node report."
1085+
}
1086+
},
1087+
"description": "Definition of the dsc node report type."
10161088
}
10171089
},
10181090
"parameters": {}

0 commit comments

Comments
 (0)