diff --git a/schemas/2020-04-01-preview/Microsoft.ChangeAnalysis.json b/schemas/2020-04-01-preview/Microsoft.ChangeAnalysis.json index 2c7d6548f7..597d63bc20 100644 --- a/schemas/2020-04-01-preview/Microsoft.ChangeAnalysis.json +++ b/schemas/2020-04-01-preview/Microsoft.ChangeAnalysis.json @@ -25,6 +25,10 @@ ], "description": "The identity block returned by ARM resource that supports managed identity." }, + "location": { + "type": "string", + "description": "The location where the resource is to be deployed." + }, "name": { "oneOf": [ { @@ -79,6 +83,21 @@ "AzureMonitorWorkspaceProperties": { "type": "object", "properties": { + "includeChangeDetails": { + "oneOf": [ + { + "type": "string", + "enum": [ + "None", + "Include", + "Exclude" + ] + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ] + }, "workspaceId": { "type": "string", "description": "The Azure Monitor workspace ID - the unique identifier for the Log Analytics workspace."