4 references to Normal
Aspire.Hosting.Azure.AppService (4)
AzureAppServiceWebsiteContext.cs (4)
187
var st = param.Secret ? SecretType.
Normal
: secretType;
263
? SecretType.
Normal
290
finalSecretType = SecretType.
Normal
;
888
return parameter.AsProvisioningParameter(Infra, isSecure: secretType == SecretType.
Normal
);