Skip to content

Commit 29ad93a

Browse files
Update Azurite version to 3.20.1 for testing (#94)
1 parent 9b0909f commit 29ad93a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

samples-azure-functions/e2e-test.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ param(
99
[string]$ContainerName="app",
1010
[switch]$NoSetup=$false,
1111
[switch]$NoValidation=$false,
12-
[string]$AzuriteVersion="3.15.0",
12+
[string]$AzuriteVersion="3.20.1",
1313
[int]$Sleep=30
1414
)
1515

@@ -92,4 +92,4 @@ try {
9292
throw
9393
}
9494

95-
Write-Host "Success!" -ForegroundColor Green
95+
Write-Host "Success!" -ForegroundColor Green

0 commit comments

Comments
 (0)