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