Skip to content

Commit

Permalink
Merge pull request #14022 from v-barshana/v-barshanaa/azure-quickstar…
Browse files Browse the repository at this point in the history
…t-templates-databricks-all-in-one-template-for-privateendpoint-cmk-all-forms-latest-apiversion-update

Databricks-all-in-one-template-for-privateendpoint-cmk-all-forms - Updated latest API version
  • Loading branch information
alex-frankel committed May 13, 2024
2 parents f4fe809 + 24a6c4b commit e05042c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,7 @@
},
{
"type": "Microsoft.Databricks/workspaces",
"apiVersion": "2023-02-01",
"apiVersion": "2024-05-01",
"name": "[parameters('workspaceName')]",
"location": "[parameters('location')]",
"dependsOn": [
Expand Down Expand Up @@ -499,8 +499,8 @@
"properties": {
"accessPolicies": [
{
"objectId": "[reference(resourceId('Microsoft.Databricks/workspaces', parameters('workspaceName')), '2023-02-01').storageAccountIdentity.principalId]",
"tenantId": "[reference(resourceId('Microsoft.Databricks/workspaces', parameters('workspaceName')), '2023-02-01').storageAccountIdentity.tenantId]",
"objectId": "[reference(resourceId('Microsoft.Databricks/workspaces', parameters('workspaceName')), '2024-05-01').storageAccountIdentity.principalId]",
"tenantId": "[reference(resourceId('Microsoft.Databricks/workspaces', parameters('workspaceName')), '2024-05-01').storageAccountIdentity.tenantId]",
"permissions": {
"keys": [
"get",
Expand Down Expand Up @@ -538,8 +538,8 @@
"properties": {
"accessPolicies": [
{
"objectId": "[reference(resourceId('Microsoft.Databricks/workspaces', parameters('workspaceName')), '2023-02-01').managedDiskIdentity.principalId]",
"tenantId": "[reference(resourceId('Microsoft.Databricks/workspaces', parameters('workspaceName')), '2023-02-01').managedDiskIdentity.tenantId]",
"objectId": "[reference(resourceId('Microsoft.Databricks/workspaces', parameters('workspaceName')), '2024-05-01').managedDiskIdentity.principalId]",
"tenantId": "[reference(resourceId('Microsoft.Databricks/workspaces', parameters('workspaceName')), '2024-05-01').managedDiskIdentity.tenantId]",
"permissions": {
"keys": [
"get",
Expand Down Expand Up @@ -572,7 +572,7 @@
"resources": [
{
"type": "Microsoft.Databricks/workspaces",
"apiVersion": "2023-02-01",
"apiVersion": "2024-05-01",
"name": "[parameters('workspaceName')]",
"location": "[resourceGroup().location]",
"sku": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"itemDisplayName": "Deploy an Azure Databricks Workspace with PE,CMK all forms",
"description": "This template allows you to create an Azure Databricks workspace with PrivateEndpoint and managed services and CMK with DBFS encryption.",
"summary": "Deploy an Azure Databricks Workspace with PrivateEndpoint, managed services, CMK and DBFS.",
"githubUsername": "ganeshsapaharam",
"dateUpdated": "2023-04-03",
"githubUsername": "v-barshana",
"dateUpdated": "2024-05-09",
"tags": {
"resource": "Azure Databricks",
"level": "Intermediate"
Expand Down

0 comments on commit e05042c

Please sign in to comment.