7 references to None
Aspire.Hosting.Azure.ContainerApps (7)
AzureContanierAppsInfrastructure.cs (7)
494if (secretType != SecretType.None) 522SecretType.None => new ContainerAppEnvironmentVariable { Name = kv.Key, Value = argValue }, 619private async Task<(object, SecretType)> ProcessValueAsync(object value, DistributedApplicationExecutionContext executionContext, CancellationToken cancellationToken, SecretType secretType = SecretType.None, object? parent = null) 694var finalSecretType = SecretType.None; 700if (secret != SecretType.None) 762private ProvisioningParameter AllocateParameter(IManifestExpressionProvider parameter, Type? type = null, SecretType secretType = SecretType.None) 778_provisioningParameters[parameterName] = provisioningParameter = new ProvisioningParameter(parameterName, type ?? typeof(string)) { IsSecure = secretType != SecretType.None };