4 references to Normal
Aspire.Hosting.Azure.AppService (4)
AzureAppServiceWebsiteContext.cs (4)
160
var st = param.Secret ? SecretType.
Normal
: secretType;
230
? SecretType.
Normal
257
finalSecretType = SecretType.
Normal
;
804
return parameter.AsProvisioningParameter(Infra, isSecure: secretType == SecretType.
Normal
);