Skip to main content

๐Ÿง  Azure Databricks Workspace does not use private endpoint connections - prod.logic.yaml๐ŸŸข

Usesโ€‹

Test Results ๐ŸŸขโ€‹

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

ResultIdCondition IndexCondition TextRuntime Error
๐ŸŸข001โœ”๏ธ 99โœ”๏ธ isDisappeared(CA10Z1__disappearanceTime__c)โœ”๏ธ null
๐ŸŸข002โœ”๏ธ 199โœ”๏ธ CA10Z1__Azure_Private_Endpoint_Connections__r.has(COMPLIANT)โœ”๏ธ null
๐ŸŸข003โœ”๏ธ 200โœ”๏ธ otherwiseโœ”๏ธ null

Generation Bundleโ€‹

FileMD5
Open/ce/ca/azure/databricks/private-endpoint-connection/policy.yaml4FAA0D9E578571C3EA99674AF9CECD80
Open/ce/ca/azure/databricks/private-endpoint-connection/prod.logic.yamlCDD308C9E70A25ABB68378DC9C43942B
Open/ce/ca/azure/databricks/private-endpoint-connection/test-data.jsonF1C497E62893BF5A681BF95BB50DBDBB
Open/types/CA10Z1__CaAzureDatabricksWorkspace__c/object.extracts.yaml512495ACDA70E3546508F36E8A6F8AAE
Open/types/CA10Z1__CaAzurePrivateEndpointConnection__c/object.extracts.yaml5CD7A50D4A2794C12C5D70767988C700

Available Commandsโ€‹

repo-manager policies generate FULL /ce/ca/azure/databricks/private-endpoint-connection/prod.logic.yaml
repo-manager policies generate DEBUG /ce/ca/azure/databricks/private-endpoint-connection/prod.logic.yaml
repo-manager policies generate CAPTURE_TEST_DATA /ce/ca/azure/databricks/private-endpoint-connection/prod.logic.yaml
repo-manager policies generate TESTS /ce/ca/azure/databricks/private-endpoint-connection/prod.logic.yaml
# Execute tests
repo-manager policies test /ce/ca/azure/databricks/private-endpoint-connection/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: "COMPLIANT"
currentStateMessage: "The Databricks workspace has an approved private endpoint connection."
check:
RELATED_LIST_HAS:
status: "COMPLIANT"
relationshipName: "CA10Z1__Azure_Private_Endpoint_Connections__r"
otherwise:
status: "INCOMPLIANT"
currentStateMessage: "The Databricks workspace does not have an approved private endpoint connection."
relatedLists:
- relationshipName: "CA10Z1__Azure_Private_Endpoint_Connections__r"
recordTypes:
- "privateEndpointOnDatabricksWorkspace"
importExtracts:
- file: "/types/CA10Z1__CaAzurePrivateEndpointConnection__c/object.extracts.yaml"
conditions:
- status: "COMPLIANT"
currentStateMessage: "The private endpoint connection state is Approved."
check:
IS_EQUAL:
left:
EXTRACT: "CA10Z1__serviceConnectionStatus__c"
right:
TEXT: "Approved"
otherwise:
status: "INCOMPLIANT"
currentStateMessage: "The private endpoint connection state is not Approved."