Skip to content

Commit

Permalink
Added DefaultStorageFirewall parameter in Update-AzDatabricksWorkspace (
Browse files Browse the repository at this point in the history
  • Loading branch information
v-vyedavelly authored Jun 28, 2024
1 parent 12adbe3 commit 430f891
Show file tree
Hide file tree
Showing 5 changed files with 681 additions and 692 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -486,6 +486,10 @@ function Update-AzDatabricksWorkspace {
{
$workspace.ComplianceSecurityProfileValue = $ComplianceSecurityProfileValue
}
if ($hasDefaultStorageFirewall)
{
$workspace.DefaultStorageFirewall = $DefaultStorageFirewall
}
if ($hasAsJob) {
$PSBoundParameters.Add('AsJob', $true)
}
Expand Down
Loading

0 comments on commit 430f891

Please sign in to comment.