4 references to None
Aspire.Hosting.Azure.AppService (4)
AzureAppServiceWebsiteContext.cs (4)
109
private (object, SecretType) ProcessValue(object value, SecretType secretType = SecretType.
None
, object? parent = null)
170
var finalSecretType = SecretType.
None
;
175
if (secret != SecretType.
None
)
344
private ProvisioningParameter AllocateParameter(IManifestExpressionProvider parameter, SecretType secretType = SecretType.
None
)