Skip to main content

🧠 Azure Databricks Workspace is not deployed in a customer-managed virtual network (VNet) - prod.logic.yaml🟒

Uses​

Test Results πŸŸ’β€‹

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

ResultIdCondition IndexCondition TextRuntime Error
🟒001βœ”οΈ 99βœ”οΈ isDisappeared(CA10Z1__disappearanceTime__c)βœ”οΈ null
🟒002βœ”οΈ 199βœ”οΈ extract('caJsonText__parametersJsonCustomVirtualNetworkValue__c').isEmpty()βœ”οΈ null
🟒003βœ”οΈ 199βœ”οΈ extract('caJsonText__parametersJsonCustomVirtualNetworkValue__c').isEmpty()βœ”οΈ null
🟒004βœ”οΈ 199βœ”οΈ extract('caJsonText__parametersJsonCustomVirtualNetworkValue__c').isEmpty()βœ”οΈ null
🟒005βœ”οΈ 299βœ”οΈ extract('caJsonText__parametersJsonCustomVirtualNetworkValue__c').isNotEmpty()βœ”οΈ null

Generation Bundle​

FileMD5
Open/ce/ca/azure/databricks/customer-managed-virtual-network/policy.yaml74E59B4178BC06543ED8D7ADE3E294A7
Open/ce/ca/azure/databricks/customer-managed-virtual-network/prod.logic.yamlF1ABD43E55A689AD829361F5365FEF64
Open/ce/ca/azure/databricks/customer-managed-virtual-network/test-data.json2C838A9C6E91A402ADCED8CF48344C05
Open/types/CA10Z1__CaAzureDatabricksWorkspace__c/object.extracts.yaml512495ACDA70E3546508F36E8A6F8AAE

Available Commands​

repo-manager policies generate FULL /ce/ca/azure/databricks/customer-managed-virtual-network/prod.logic.yaml
repo-manager policies generate DEBUG /ce/ca/azure/databricks/customer-managed-virtual-network/prod.logic.yaml
repo-manager policies generate CAPTURE_TEST_DATA /ce/ca/azure/databricks/customer-managed-virtual-network/prod.logic.yaml
repo-manager policies generate TESTS /ce/ca/azure/databricks/customer-managed-virtual-network/prod.logic.yaml
# Execute tests
repo-manager policies test /ce/ca/azure/databricks/customer-managed-virtual-network/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: "The Databricks workspace is not deployed in a customer-managed virtual network."
remediationMessage: "Delete the existing Databricks workspace and deploying a new Azure Databricks workspace in a custom virtual network."
check:
IS_EMPTY:
arg:
EXTRACT: "caJsonText__parametersJsonCustomVirtualNetworkValue__c"
- status: "COMPLIANT"
currentStateMessage: "The Databricks workspace is deployed in a customer-managed virtual network."
check:
NOT_EMPTY:
arg:
EXTRACT: "caJsonText__parametersJsonCustomVirtualNetworkValue__c"
otherwise:
status: "UNDETERMINED"
currentStateMessage: "Unexpected value in the field."