Skip to content

Commit

Permalink
Merge pull request #14011 from v-barshana/v-barshanaa/azure-quickstar…
Browse files Browse the repository at this point in the history
…t-templates-databricks-workspace-latest-apiversion-npip-update

Databricks-workspace - Updated latest API version, NPIP default value to true
  • Loading branch information
alex-frankel committed May 14, 2024
2 parents ecffe75 + bf6153a commit bc7a971
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@description('Specifies whether to deploy Azure Databricks workspace with Secure Cluster Connectivity (No Public IP) enabled or not')
param disablePublicIp bool = false
param disablePublicIp bool = true

@description('The name of the Azure Databricks workspace to create.')
param workspaceName string
Expand All @@ -18,7 +18,7 @@ var managedResourceGroupName = 'databricks-rg-${workspaceName}-${uniqueString(wo
var trimmedMRGName = substring(managedResourceGroupName, 0, min(length(managedResourceGroupName), 90))
var managedResourceGroupId = '${subscription().id}/resourceGroups/${trimmedMRGName}'

resource workspace 'Microsoft.Databricks/workspaces@2023-02-01' = {
resource workspace 'Microsoft.Databricks/workspaces@2024-05-01' = {
name: workspaceName
location: location
sku: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"itemDisplayName": "Deploy an Azure Databricks Workspace",
"description": "This template allows you to create an Azure Databricks workspace.",
"summary": "Deploy an Azure Databricks workspace.",
"githubUsername": "sunainakrishnamoorthy",
"githubUsername": "v-barshana",
"docOwner": "mamccrea",
"dateUpdated": "2023-04-01"
"dateUpdated": "2024-05-13"
}

0 comments on commit bc7a971

Please sign in to comment.