Skip to content

Commit 430f891

Browse files
authored
Added DefaultStorageFirewall parameter in Update-AzDatabricksWorkspace (Azure#25400)
1 parent 12adbe3 commit 430f891

File tree

5 files changed

+681
-692
lines changed

5 files changed

+681
-692
lines changed

src/Databricks/Databricks.Autorest/custom/Update-AzDatabricksWorkspace.ps1

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -486,6 +486,10 @@ function Update-AzDatabricksWorkspace {
486486
{
487487
$workspace.ComplianceSecurityProfileValue = $ComplianceSecurityProfileValue
488488
}
489+
if ($hasDefaultStorageFirewall)
490+
{
491+
$workspace.DefaultStorageFirewall = $DefaultStorageFirewall
492+
}
489493
if ($hasAsJob) {
490494
$PSBoundParameters.Add('AsJob', $true)
491495
}

0 commit comments

Comments
 (0)