2 references to UserPrincipalId
Aspire.Hosting.Azure (1)
AzurePublishingContext.cs (1)
199
if (parameter.Key == AzureBicepResource.KnownParameters.
UserPrincipalId
&& parameter.Value is null)
Aspire.Hosting.Azure.AppService (1)
AzureAppServiceEnvironmentExtensions.cs (1)
44
var userPrincipalId = new ProvisioningParameter(AzureBicepResource.KnownParameters.
UserPrincipalId
, typeof(string));