3 references to Normal
Aspire.Hosting.Azure.AppContainers (3)
ContainerAppContext.cs (3)
545var st = param.Secret ? SecretType.Normal : secretType; 613finalSecretType = SecretType.Normal; 774SecretType.Normal or SecretType.KeyVault => new ContainerAppEnvironmentVariable { Name = kv.Key, SecretRef = (string)val },