Skip to content

Commit

Permalink
Include delete queue access policy
Browse files Browse the repository at this point in the history
  • Loading branch information
yifanz7 committed Nov 2, 2023
1 parent b91fa01 commit 06dc008
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Storage/RegressionTests/dataplane.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2054,6 +2054,8 @@ Describe "dataplane test" {
$p = Get-AzStorageQueueStoredAccessPolicy -Queue $queuename -Policy p001 -Context $ctx
$p.Policy | Should -Be "p001"

Remove-AzStorageQueueStoredAccessPolicy -Queue $queuename -Policy p001 -Context $ctx

Remove-AzStorageQueue -Name $queuename -Context $ctx -Force
$q2 = Get-AzStorageQueue -Name testq2 -Context $ctxoauth1
$q2 | Remove-AzStorageQueue -Force
Expand Down

0 comments on commit 06dc008

Please sign in to comment.