diff --git a/specification/monitor/resource-manager/Microsoft.Insights/stable/2019-03-01/actionGroups_API.json b/specification/monitor/resource-manager/Microsoft.Insights/stable/2019-03-01/actionGroups_API.json index 2d4abcb438fb..37a6c7dd628d 100644 --- a/specification/monitor/resource-manager/Microsoft.Insights/stable/2019-03-01/actionGroups_API.json +++ b/specification/monitor/resource-manager/Microsoft.Insights/stable/2019-03-01/actionGroups_API.json @@ -335,7 +335,7 @@ } }, "definitions": { - "Resource": { + "AzureResource": { "properties": { "id": { "type": "string", @@ -352,6 +352,16 @@ "readOnly": true, "description": "Azure resource type" }, + "kind": { + "type": "string", + "readOnly": true, + "description": "Azure resource kind" + }, + "identity": { + "type": "string", + "readOnly": true, + "description": "Azure resource identity" + }, "location": { "type": "string", "description": "Resource location", @@ -377,7 +387,7 @@ "description": "An action group resource.", "allOf": [ { - "$ref": "#/definitions/Resource" + "$ref": "#/definitions/AzureResource" } ], "properties": { diff --git a/specification/monitor/resource-manager/Microsoft.Insights/stable/2019-06-01/actionGroups_API.json b/specification/monitor/resource-manager/Microsoft.Insights/stable/2019-06-01/actionGroups_API.json index 3a132ee2cbff..519fa09d498a 100644 --- a/specification/monitor/resource-manager/Microsoft.Insights/stable/2019-06-01/actionGroups_API.json +++ b/specification/monitor/resource-manager/Microsoft.Insights/stable/2019-06-01/actionGroups_API.json @@ -335,7 +335,7 @@ } }, "definitions": { - "Resource": { + "AzureResource": { "properties": { "id": { "type": "string", @@ -352,6 +352,16 @@ "readOnly": true, "description": "Azure resource type" }, + "kind": { + "type": "string", + "readOnly": true, + "description": "Azure resource kind" + }, + "identity": { + "type": "string", + "readOnly": true, + "description": "Azure resource identity" + }, "location": { "type": "string", "description": "Resource location", @@ -377,7 +387,7 @@ "description": "An action group resource.", "allOf": [ { - "$ref": "#/definitions/Resource" + "$ref": "#/definitions/AzureResource" } ], "properties": {