Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
"assignmentHash": null,
"latestReportId": null,
"lastComplianceStatusChecked": null,
"resourceType": null,
"context": "Azure policy",
"guestConfiguration": {
"kind": null,
Expand Down Expand Up @@ -67,6 +68,7 @@
"assignmentHash": null,
"latestReportId": null,
"lastComplianceStatusChecked": null,
"resourceType": null,
"context": "Azure policy",
"guestConfiguration": {
"kind": null,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
"assignmentHash": null,
"latestReportId": null,
"lastComplianceStatusChecked": null,
"resourceType": null,
"context": "Azure policy",
"guestConfiguration": {
"kind": null,
Expand Down Expand Up @@ -67,6 +68,7 @@
"assignmentHash": null,
"latestReportId": null,
"lastComplianceStatusChecked": null,
"resourceType": null,
"context": "Azure policy",
"guestConfiguration": {
"kind": null,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1058,6 +1058,12 @@
},
"description": "The list of VM Compliance data for VMSS"
},
"resourceType": {
"type": "string",
"readOnly": true,
"description": "Type of the resource - VMSS / VM",
"x-nullable": true
},
"parameterHash": {
"type": "string",
"readOnly": true,
Expand Down