7 references to None
Aspire.Hosting.Azure.AppContainers (7)
ContainerAppContext.cs (7)
483
private (object, SecretType) ProcessValue(object value, SecretType secretType = SecretType.
None
, object? parent = null)
565
var finalSecretType = SecretType.
None
;
571
if (secret != SecretType.
None
)
615
private ProvisioningParameter AllocateParameter(IManifestExpressionProvider parameter, SecretType secretType = SecretType.
None
)
617
return parameter.AsProvisioningParameter(Infra, isSecure: secretType != SecretType.
None
);
691
if (secretType != SecretType.
None
)
733
SecretType.
None
=> new ContainerAppEnvironmentVariable { Name = kv.Key, Value = argValue },