5 references to UserPrincipalId
Aspire.Hosting.Azure (2)
AzurePublishingContext.cs (1)
285
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)
69
var userPrincipalId = new ProvisioningParameter(AzureBicepResource.KnownParameters.
UserPrincipalId
, typeof(string)) { Value = new BicepValue<string>(string.Empty) };
Aspire.Hosting.Azure.AppService (1)
AzureAppServiceEnvironmentExtensions.cs (1)
58
var userPrincipalId = new ProvisioningParameter(AzureBicepResource.KnownParameters.
UserPrincipalId
, typeof(string)) { Value = new BicepValue<string>(string.Empty) };
Aspire.Hosting.Foundry (1)
Project\ProjectBuilderExtension.cs (1)
222
var userPrincipalId = new ProvisioningParameter(AzureBicepResource.KnownParameters.
UserPrincipalId
, typeof(string)) { Value = new BicepValue<string>(string.Empty) };