Skip to content

Commit 22f1554

Browse files
committed
Rerecord for sql test issue. The account name with suffix 1029 has been taken maybe due to uncleared test. Change suffix to 1030 to get recording pass.
1 parent f287523 commit 22f1554

File tree

2 files changed

+1571
-429
lines changed

2 files changed

+1571
-429
lines changed

src/ResourceManager/Sql/Commands.Sql.Test/ScenarioTests/AuditingTests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Tests that when setting the storage account property's value in a database's aud
2020
function Test-AuditingDatabaseUpdatePolicyWithStorageV2
2121
{
2222
# Setup
23-
$testSuffix = 1029
23+
$testSuffix = 1030
2424
Create-TestEnvironmentWithStorageV2 $testSuffix
2525
$params = Get-SqlAuditingTestEnvironmentParameters $testSuffix
2626

0 commit comments

Comments
 (0)