Skip to main content

๐Ÿง  Azure Databricks Workspace Allow Public Network Access is not disabled - prod.logic.yaml๐ŸŸข

Usesโ€‹

Test Results ๐ŸŸขโ€‹

Generated at: 2026-02-10T22:33:27.767741247Z Open

ResultIdCondition IndexCondition TextRuntime Error
๐ŸŸข001โœ”๏ธ 99โœ”๏ธ isDisappeared(CA10Z1__disappearanceTime__c)โœ”๏ธ null
๐ŸŸข002โœ”๏ธ 199โœ”๏ธ extract('CA10Z1__publicNetworkAccess__c').isEmpty()โœ”๏ธ null
๐ŸŸข003โœ”๏ธ 299โœ”๏ธ extract('CA10Z1__publicNetworkAccess__c') == 'Enabled'โœ”๏ธ null
๐ŸŸข004โœ”๏ธ 399โœ”๏ธ extract('CA10Z1__publicNetworkAccess__c') == 'Disabled'โœ”๏ธ null
๐ŸŸข005โœ”๏ธ 400โœ”๏ธ otherwiseโœ”๏ธ null

Generation Bundleโ€‹

FileMD5
Open/ce/ca/azure/databricks/public-network-access/policy.yaml2833643EA2509B51D05139275E87AF6A
Open/ce/ca/azure/databricks/public-network-access/prod.logic.yamlB5E37A9E759CA84A1FC6AAB17677604D
Open/ce/ca/azure/databricks/public-network-access/test-data.json968EA1AAC2D0686805D8528953B91F67
Open/types/CA10Z1__CaAzureDatabricksWorkspace__c/object.extracts.yaml512495ACDA70E3546508F36E8A6F8AAE

Available Commandsโ€‹

repo-manager policies generate FULL /ce/ca/azure/databricks/public-network-access/prod.logic.yaml
repo-manager policies generate DEBUG /ce/ca/azure/databricks/public-network-access/prod.logic.yaml
repo-manager policies generate CAPTURE_TEST_DATA /ce/ca/azure/databricks/public-network-access/prod.logic.yaml
repo-manager policies generate TESTS /ce/ca/azure/databricks/public-network-access/prod.logic.yaml
# Execute tests
repo-manager policies test /ce/ca/azure/databricks/public-network-access/prod.logic.yaml

Contentโ€‹

Open File

---
inputType: "CA10Z1__CaAzureDatabricksWorkspace__c"
testData:
- file: "test-data.json"
importExtracts:
- file: "/types/CA10Z1__CaAzureDatabricksWorkspace__c/object.extracts.yaml"
conditions:
- status: "INCOMPLIANT"
currentStateMessage: "Allow public network access is not configured on the Databricks workspace."
remediationMessage: "Disable allow public network access on the Azure Databricks workspace."
check:
IS_EMPTY:
arg:
EXTRACT: "CA10Z1__publicNetworkAccess__c"
- status: "INCOMPLIANT"
currentStateMessage: "Allow public network access is enabled on the Databricks workspace."
remediationMessage: "Disable allow public network access on the Azure Databricks workspace."
check:
IS_EQUAL:
left:
EXTRACT: "CA10Z1__publicNetworkAccess__c"
right:
TEXT: "Enabled"
- status: "COMPLIANT"
currentStateMessage: "Allow public network access is disabled on the Databricks workspace."
check:
IS_EQUAL:
left:
EXTRACT: "CA10Z1__publicNetworkAccess__c"
right:
TEXT: "Disabled"
otherwise:
status: "UNDETERMINED"
currentStateMessage: "Unexpected value in the field."