Skip to content

Commit

Permalink
remove test record contains storage account keys (#25664)
Browse files Browse the repository at this point in the history
  • Loading branch information
VeryEarly authored Jul 29, 2024
1 parent e4b4f2d commit 475411b
Show file tree
Hide file tree
Showing 9 changed files with 4 additions and 2,665 deletions.
25 changes: 0 additions & 25 deletions src/Resources/Policy.Autorest/Az.Policy.sln

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# setup the Pester environment for policy backcompat tests
. (Join-Path $PSScriptRoot 'Common.ps1') 'Backcompat-PolicyDefinitionCRUDAtManagementGroup'

Describe 'Backcompat-PolicyDefinitionCRUDAtManagementGroup' {
Describe 'Backcompat-PolicyDefinitionCRUDAtManagementGroup' -Tag 'LiveOnly' {

BeforeAll {
# setup
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# setup the Pester environment for policy backcompat tests
. (Join-Path $PSScriptRoot 'Common.ps1') 'Backcompat-PolicyDefinitionCRUDAtSubscription'

Describe 'Backcompat-PolicyDefinitionCRUDAtSubscription' {
Describe 'Backcompat-PolicyDefinitionCRUDAtSubscription' -Tag 'LiveOnly' {

BeforeAll {
# setup
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# setup the Pester environment for policy tests
. (Join-Path $PSScriptRoot 'Common.ps1') 'PolicyDefinitionCRUDAtManagementGroup'

Describe 'PolicyDefinitionCRUDAtManagementGroup' {
Describe 'PolicyDefinitionCRUDAtManagementGroup' -Tag 'LiveOnly' {

BeforeAll {
# setup
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# setup the Pester environment for policy tests
. (Join-Path $PSScriptRoot 'Common.ps1') 'PolicyDefinitionCRUDAtSubscription'

Describe 'PolicyDefinitionCRUDAtSubscription' {
Describe 'PolicyDefinitionCRUDAtSubscription' -Tag 'LiveOnly' {

BeforeAll {
# setup
Expand Down

0 comments on commit 475411b

Please sign in to comment.