Skip to content
Draft
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion schemas/2021-07-01/Microsoft.ContainerService.json
Original file line number Diff line number Diff line change
Expand Up @@ -2400,7 +2400,7 @@
},
"logAnalyticsWorkspaceResourceId": {
"type": "string",
"description": "Resource ID of the Log Analytics workspace to be associated with Azure Defender. When Azure Defender is enabled, this field is required and must be a valid workspace resource ID. When Azure Defender is disabled, this field should not be exists."
"description": "Resource ID of the Log Analytics workspace to be associated with Azure Defender. When Azure Defender is enabled, this field is required and must be a valid workspace resource ID. When Azure Defender is disabled, leave the field empty."
}
},
"description": "Azure Defender settings for the security profile."
Expand Down
2 changes: 1 addition & 1 deletion schemas/2021-08-01/Microsoft.ContainerService.json
Original file line number Diff line number Diff line change
Expand Up @@ -2566,7 +2566,7 @@
},
"logAnalyticsWorkspaceResourceId": {
"type": "string",
"description": "Resource ID of the Log Analytics workspace to be associated with Azure Defender. When Azure Defender is enabled, this field is required and must be a valid workspace resource ID. When Azure Defender is disabled, this field should not be exists."
"description": "Resource ID of the Log Analytics workspace to be associated with Azure Defender. When Azure Defender is enabled, this field is required and must be a valid workspace resource ID. When Azure Defender is disabled, leave the field empty."
}
},
"description": "Azure Defender settings for the security profile."
Expand Down
2 changes: 1 addition & 1 deletion schemas/2021-09-01/Microsoft.ContainerService.json
Original file line number Diff line number Diff line change
Expand Up @@ -2588,7 +2588,7 @@
},
"logAnalyticsWorkspaceResourceId": {
"type": "string",
"description": "Resource ID of the Log Analytics workspace to be associated with Azure Defender. When Azure Defender is enabled, this field is required and must be a valid workspace resource ID. When Azure Defender is disabled, this field should not be exists."
"description": "Resource ID of the Log Analytics workspace to be associated with Azure Defender. When Azure Defender is enabled, this field is required and must be a valid workspace resource ID. When Azure Defender is disabled, leave the field empty."
}
},
"description": "Azure Defender settings for the security profile."
Expand Down
2 changes: 1 addition & 1 deletion schemas/2021-10-01/Microsoft.ContainerService.json
Original file line number Diff line number Diff line change
Expand Up @@ -2648,7 +2648,7 @@
},
"logAnalyticsWorkspaceResourceId": {
"type": "string",
"description": "Resource ID of the Log Analytics workspace to be associated with Azure Defender. When Azure Defender is enabled, this field is required and must be a valid workspace resource ID. When Azure Defender is disabled, this field should not be exists."
"description": "Resource ID of the Log Analytics workspace to be associated with Azure Defender. When Azure Defender is enabled, this field is required and must be a valid workspace resource ID. When Azure Defender is disabled, leave the field empty."
}
},
"description": "Azure Defender settings for the security profile."
Expand Down
Loading