5 references to WithRecipeEnvironmentSecret
Aspire.Hosting.Radius.Tests (5)
Publishing\SecretStoreConsumerBicepTests.cs (1)
28.WithRecipeEnvironmentSecret("DB_PASSWORD", store, "password");
Secrets\SecretStoreConsumerTests.cs (2)
26.WithRecipeEnvironmentSecret("DB_PASSWORD", store, "password"); 50Assert.Throws<ArgumentException>(() => env.WithRecipeEnvironmentSecret("VAR", store, " "));
Secrets\SecretStoreValidationTests.cs (2)
299env.WithRecipeEnvironmentSecret("DB_PASSWORD", store, "missing"); 330env.WithRecipeEnvironmentSecret("DB_PASSWORD", store, "password");