-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Description
Describe the bug
User attempted to enable the Compliance Profile Security (CSP) tag on PCI workspaces. They have an existing automation process designed to uplift workspaces and enable CSP. However, when running this process on certain workspaces, the enhanced security compliance profile is not available. The user's uplift automation, which works well in QA and Englab subscriptions, struggles with some subscriptions. While the CSP tag updates correctly in a few subscriptions, it fails to do so in others, particularly in Dev, PAT, and Prod environments.
Related command
az resource update --name {adb_workspace_name} --resource-group {adb_resource_group_name} --resource-type Microsoft.Databricks/workspaces --set properties.enhancedSecurityCompliance.complianceSecurityProfile.value=Enabled properties.enhancedSecurityCompliance.complianceSecurityProfile.complianceStandards="['PCI_DSS']" properties.enhancedSecurityCompliance.automaticClusterUpdate.value=Enabled properties.enhancedSecurityCompliance.enhancedSecurityMonitoring.value=Enabled --api-version 2024-09-01-preview
Errors
N/A
Issue script & Debug output
N/A
Expected behavior
CSP tag is updated.
Environment Summary
Databricks CLI version - 1.0.1 and azure CLI version - 2.65.0
Additional context
No response