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