1 implementation of PrincipalType
Aspire.Hosting.Azure (1)
AzureResourcePreparer.cs (1)
347public BicepValue<RoleManagementPrincipalType> PrincipalType => getPrincipalType.Value;
3 references to PrincipalType
Aspire.Hosting.Azure (1)
AzureProvisioningResource.cs (1)
50var principalType = roleAssignmentContext.PrincipalType;
Aspire.Hosting.Azure.PostgreSQL (1)
AzurePostgresFlexibleServerResource.cs (1)
130var principalType = ConvertPrincipalTypeDangerously(roleAssignmentContext.PrincipalType);
Aspire.Hosting.Azure.Sql (1)
AzureSqlServerResource.cs (1)
177scriptResource.EnvironmentVariables.Add(new EnvironmentVariable() { Name = "PRINCIPALTYPE", Value = roleAssignmentContext.PrincipalType });