Skip to content

Commit

Permalink
commit-initiative-definition
Browse files Browse the repository at this point in the history
  • Loading branch information
pkorolo committed Sep 5, 2023
1 parent b4d4ff9 commit 274b87c
Showing 1 changed file with 41 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,15 @@
"description": "Private DNS Zone Identifier"
}
},
"azureDatabricksPrivateDnsZoneId": {
"type": "string",
"defaultValue": "",
"metadata": {
"displayName": "azureDatabricksPrivateDnsZoneId",
"strongType": "Microsoft.Network/privateDnsZones",
"description": "Private DNS Zone Identifier"
}
},
"azureHDInsightPrivateDnsZoneId": {
"type": "string",
"defaultValue": "",
Expand Down Expand Up @@ -662,6 +671,38 @@
},
"groupNames": []
},
{
"policyDefinitionReferenceId": "DINE-Private-DNS-Azure-Databrics-UI-Api",
"policyDefinitionId": "/providers/Microsoft.Authorization/policyDefinitions/0eddd7f3-3d9b-4927-a07a-806e8ac9486c",
"parameters": {
"privateDnsZoneId": {
"value": "[[parameters('azureDatabricksPrivateDnsZoneId')]"
},
"groupId": {
"value": "databricks_ui_api"
},
"effect": {
"value": "[[parameters('effect')]"
}
},
"groupNames": []
},
{
"policyDefinitionReferenceId": "DINE-Private-DNS-Azure-Databrics-Browser-AuthN",
"policyDefinitionId": "/providers/Microsoft.Authorization/policyDefinitions/0eddd7f3-3d9b-4927-a07a-806e8ac9486c",
"parameters": {
"privateDnsZoneId": {
"value": "[[parameters('azureDatabricksPrivateDnsZoneId')]"
},
"groupId": {
"value": "browser_authentication"
},
"effect": {
"value": "[[parameters('effect')]"
}
},
"groupNames": []
},
{
"policyDefinitionReferenceId": "DINE-Private-DNS-Azure-HDInsight",
"policyDefinitionId": "/providers/Microsoft.Authorization/policyDefinitions/43d6e3bd-fc6a-4b44-8b4d-2151d8736a11",
Expand Down

0 comments on commit 274b87c

Please sign in to comment.