We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aedc362 commit 5e35d39Copy full SHA for 5e35d39
2 files changed
endtoendtests/e2e-test-setup.ps1
@@ -7,7 +7,7 @@ param(
7
[string]$ContainerName="app",
8
[switch]$NoSetup=$false,
9
[switch]$NoValidation=$false,
10
- [string]$AzuriteVersion="3.34.0",
+ [string]$AzuriteVersion="3.35.0",
11
[int]$Sleep=30
12
)
13
samples-azure-functions/e2e-test-setup.ps1
0 commit comments