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