4 references to Normal
Aspire.Hosting.Azure.AppService (4)
AzureAppServiceWebsiteContext.cs (4)
221
var st = param.Secret ? SecretType.
Normal
: secretType;
297
? SecretType.
Normal
324
finalSecretType = SecretType.
Normal
;
922
return parameter.AsProvisioningParameter(Infra, isSecure: secretType == SecretType.
Normal
);