Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Import-D365AadUser: User principal name as email and removal of AzureAD dependency #860

Merged
merged 13 commits into from
Nov 10, 2024

Conversation

FH-Inway
Copy link
Member

@FH-Inway FH-Inway commented Oct 3, 2024

This pull request includes two changes, one functional and one infrastructure.

The functional change is described in #856 : It adds the -EmailValue parameter so that the email of the imported user can either be the email (existing behavior) or the user principal name. - f4c758c

The infrastructure change is described in #856 and #744: It removes AzureAd as a dependency of the module. Instead, Az.Accounts (which is an implicit dependency from the Az.Storage dependency) is used for authentication with Azure Entra (formerly Active Directory). Other AzureAd cmdlet calls have been removed by calls to the Microsoft Graph Rest API.
This change also introduces the $Script:TenantId variable, which could also be used by other cmdlets that require the tenant. - 26b2eac

resolves #856
resolves #744

This pull request was automatically created by the d365fo.tools-Generate-Text action'
@FH-Inway FH-Inway added the enhancement New feature or request label Nov 8, 2024
@FH-Inway FH-Inway merged commit 3b2542b into master Nov 10, 2024
9 checks passed
@FH-Inway FH-Inway deleted the test-import-d365aaduserv2 branch November 10, 2024 10:20
@FH-Inway FH-Inway added the 0.7.18 Release 0.7.18 label Nov 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0.7.18 Release 0.7.18 enhancement New feature or request
Projects
None yet
2 participants