diff --git a/specification/containerservice/resource-manager/Microsoft.ContainerService/preview/2019-09-30/openShiftManagedClusters.json b/specification/containerservice/resource-manager/Microsoft.ContainerService/preview/2019-09-30/openShiftManagedClusters.json index 2963d2e6c482..182a9619d34f 100644 --- a/specification/containerservice/resource-manager/Microsoft.ContainerService/preview/2019-09-30/openShiftManagedClusters.json +++ b/specification/containerservice/resource-manager/Microsoft.ContainerService/preview/2019-09-30/openShiftManagedClusters.json @@ -632,13 +632,13 @@ }, "description": "Defines all possible authentication profiles for the OpenShift cluster." }, - "OpenShiftManagedClusterMonitorProfile":{ + "OpenShiftManagedClusterMonitorProfile": { "properties": { - "workspaceResourceID":{ + "workspaceResourceID": { "type": "string", "description": "Azure Resource Manager Resource ID for the Log Analytics workspace to integrate with." }, - "enabled":{ + "enabled": { "type": "boolean", "description": "If the Log analytics integration should be turned on or off" } @@ -697,7 +697,7 @@ "$ref": "#/definitions/OpenShiftManagedClusterAuthProfile", "description": "Configures OpenShift authentication." }, - "monitorProfile":{ + "monitorProfile": { "$ref": "#/definitions/OpenShiftManagedClusterMonitorProfile", "description": "Configures Log Analytics integration." }