Skip to content

Commit

Permalink
Update to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderSehr committed Oct 30, 2024
1 parent 98cc541 commit 34a898e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -213,8 +213,8 @@ function Test-VerifyKeyVault($KeyVaultResourceGroupName, $KeyVaultName, $Tags, $
$kv.EnableRbacAuthorization | Should -Be $true
$kv.EnableSoftDelete | Should -Be $EnableSoftDelete
$kv.SoftDeleteRetentionInDays | Should -Be $RetentionInDays
$kv.PublicNetworkAccess | Should -Be $PublicNetworkAccess
$kv.EnablePurgeProtection | Should -Be $false
$kv.PublicNetworkAccess | Should -Be $PublicNetworkAccess
$kv.AccessPolicies | Should -BeNullOrEmpty
$kv.NetworkAcls.DefaultAction | Should -Be 'Deny'
$kv.NetworkAcls.Bypass | Should -Be 'None'
Expand Down

0 comments on commit 34a898e

Please sign in to comment.