diff --git a/specification/guestconfiguration/resource-manager/Microsoft.GuestConfiguration/stable/2018-11-20/examples/createOrUpdateGuestConfigurationAssignment.json b/specification/guestconfiguration/resource-manager/Microsoft.GuestConfiguration/stable/2018-11-20/examples/createOrUpdateGuestConfigurationAssignment.json index 1a3a7f075bf6..5629dab279e2 100644 --- a/specification/guestconfiguration/resource-manager/Microsoft.GuestConfiguration/stable/2018-11-20/examples/createOrUpdateGuestConfigurationAssignment.json +++ b/specification/guestconfiguration/resource-manager/Microsoft.GuestConfiguration/stable/2018-11-20/examples/createOrUpdateGuestConfigurationAssignment.json @@ -38,6 +38,7 @@ "assignmentHash": null, "latestReportId": null, "lastComplianceStatusChecked": null, + "resourceType": null, "context": "Azure policy", "guestConfiguration": { "kind": null, @@ -67,6 +68,7 @@ "assignmentHash": null, "latestReportId": null, "lastComplianceStatusChecked": null, + "resourceType": null, "context": "Azure policy", "guestConfiguration": { "kind": null, diff --git a/specification/guestconfiguration/resource-manager/Microsoft.GuestConfiguration/stable/2018-11-20/examples/createOrUpdateGuestConfigurationHCRPAssignment.json b/specification/guestconfiguration/resource-manager/Microsoft.GuestConfiguration/stable/2018-11-20/examples/createOrUpdateGuestConfigurationHCRPAssignment.json index 8af99ac345bc..7a897ef1dbc4 100644 --- a/specification/guestconfiguration/resource-manager/Microsoft.GuestConfiguration/stable/2018-11-20/examples/createOrUpdateGuestConfigurationHCRPAssignment.json +++ b/specification/guestconfiguration/resource-manager/Microsoft.GuestConfiguration/stable/2018-11-20/examples/createOrUpdateGuestConfigurationHCRPAssignment.json @@ -38,6 +38,7 @@ "assignmentHash": null, "latestReportId": null, "lastComplianceStatusChecked": null, + "resourceType": null, "context": "Azure policy", "guestConfiguration": { "kind": null, @@ -67,6 +68,7 @@ "assignmentHash": null, "latestReportId": null, "lastComplianceStatusChecked": null, + "resourceType": null, "context": "Azure policy", "guestConfiguration": { "kind": null, diff --git a/specification/guestconfiguration/resource-manager/Microsoft.GuestConfiguration/stable/2018-11-20/guestconfiguration.json b/specification/guestconfiguration/resource-manager/Microsoft.GuestConfiguration/stable/2018-11-20/guestconfiguration.json index e73d4ddccbba..1bcd96d293aa 100644 --- a/specification/guestconfiguration/resource-manager/Microsoft.GuestConfiguration/stable/2018-11-20/guestconfiguration.json +++ b/specification/guestconfiguration/resource-manager/Microsoft.GuestConfiguration/stable/2018-11-20/guestconfiguration.json @@ -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,