6 references to GetSecret
Aspire.Hosting.Azure.Tests (6)
AzureAppServiceTests.cs (1)
94.WithEnvironment("SECRET_VALUE", existingKv.GetSecret("secret"));
AzureContainerAppsTests.cs (3)
437.WithEnvironment("TOP_SECRET2", kv.GetSecret("secret")) 438.WithEnvironment("EXISTING_TOP_SECRET", existingKv.GetSecret("secret")); 734.WithEnvironment("SECRET_VALUE", existingKv.GetSecret("secret"));
AzureDeployerTests.cs (1)
1051var secret = keyVault.GetSecret("test-secret");
AzureKeyVaultTests.cs (1)
202var secret = kv.GetSecret("mySecret");