Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Descriptions update for AKS July API #15074

Merged
merged 1 commit into from
Jul 6, 2021
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 @@ -4938,10 +4938,10 @@
"properties": {
"azureDefender": {
"$ref": "#/definitions/ManagedClusterSecurityProfileAzureDefender",
"description": "Azure Defender settings for the Security Profile."
"description": "Azure Defender settings for the security profile."
}
},
"description": "Security Profile for the container service cluster."
"description": "Security profile for the container service cluster."
},
"ManagedClusterSecurityProfileAzureDefender": {
"type": "object",
Expand All @@ -4952,10 +4952,10 @@
},
"logAnalyticsWorkspaceResourceId": {
"type": "string",
"description": "Resource Id of the Log Analytics workspace for Azure Defender to be associated with. This field is required and must be valid workspace resource id in case the Azure Defender settings are enabled and must be empty or not exists in case it is disabled"
"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."
"description": "Azure Defender settings for the security profile."
}
},
"parameters": {
Expand Down