4 references to Normal
Aspire.Hosting.Azure.AppContainers (4)
BaseContainerAppContext.cs (4)
238
var st = param.Secret ? SecretType.
Normal
: secretType;
321
? SecretType.
Normal
350
finalSecretType = SecretType.
Normal
;
466
SecretType.
Normal
or SecretType.KeyVault => new ContainerAppEnvironmentVariable { Name = kv.Key, SecretRef = (string)val },