Skip to content

Commit

Permalink
fix: Added --skipApiVersionCheck to Azurite (#431) [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
samtrion authored Sep 12, 2024
1 parent bad8131 commit 87ca519
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public sealed class AzuriteAccess : IAsyncLifetime, IAsyncDisposable
"Eby8vdM02xNOcqFlqUwJPLlmEtlCDXJ1OUzFT50uSRZ6IFsuFq2UVErCz4I6tq/K1SZFPTOtr/KBHBeksoGMGw==";

private readonly AzuriteContainer _container = new AzuriteBuilder()
.WithImage("mcr.microsoft.com/azure-storage/azurite:latest")
.WithCommand("--skipApiVersionCheck")
.Build();

public string ConnectionString => _container.GetConnectionString();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public sealed class AzuriteAccess : IAsyncLifetime, IAsyncDisposable
"Eby8vdM02xNOcqFlqUwJPLlmEtlCDXJ1OUzFT50uSRZ6IFsuFq2UVErCz4I6tq/K1SZFPTOtr/KBHBeksoGMGw==";

private readonly AzuriteContainer _container = new AzuriteBuilder()
.WithImage("mcr.microsoft.com/azure-storage/azurite:latest")
.WithCommand("--skipApiVersionCheck")
.Build();

public string ConnectionString => _container.GetConnectionString();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public sealed class AzuriteAccess : IAsyncLifetime, IAsyncDisposable
"Eby8vdM02xNOcqFlqUwJPLlmEtlCDXJ1OUzFT50uSRZ6IFsuFq2UVErCz4I6tq/K1SZFPTOtr/KBHBeksoGMGw==";

private readonly AzuriteContainer _container = new AzuriteBuilder()
.WithImage("mcr.microsoft.com/azure-storage/azurite:latest")
.WithCommand("--skipApiVersionCheck")
.Build();

public string ConnectionString => _container.GetConnectionString();
Expand Down

0 comments on commit 87ca519

Please sign in to comment.