Skip to content
Merged
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 @@ -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"
}
Expand Down Expand Up @@ -697,7 +697,7 @@
"$ref": "#/definitions/OpenShiftManagedClusterAuthProfile",
"description": "Configures OpenShift authentication."
},
"monitorProfile":{
"monitorProfile": {
"$ref": "#/definitions/OpenShiftManagedClusterMonitorProfile",
"description": "Configures Log Analytics integration."
}
Expand Down