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

Entra Exporter fails with latest mggraph release 2.11.0 #60

Open
c-baumgartner opened this issue Dec 11, 2023 · 3 comments
Open

Entra Exporter fails with latest mggraph release 2.11.0 #60

c-baumgartner opened this issue Dec 11, 2023 · 3 comments

Comments

@c-baumgartner
Copy link

Hi,

the latest mggraph release 2.11.0 breaks the Entra Export because of URL Encoding special characters:

microsoftgraph/msgraph-sdk-powershell#2455

You are encoding parts of the URI already. Because of this you are passing an URI string to Invoke-MgGraphRequest that contains a '%'.

As a temporary workaround I have pinned my Powershell Module for mggraph to 2.9.1 (I think also 2.10.0 should work) and this fixes the broken Entra export.

@modestas-j
Copy link

Hello,

looks like we are having similar issue and problem remains even while using mggraph 2.9.1.

OnpKG2nRBY

Any help would be appreciated.

@modestas-j
Copy link

Hello,

looks like we are having similar issue and problem remains even while using mggraph 2.9.1.

OnpKG2nRBY

Any help would be appreciated.

The problem above has been resolved by excluding the following objects from the export:

EntitlementManagement
Governance

@SamErde
Copy link
Contributor

SamErde commented May 31, 2024

Has this been fixed as of Microsoft.Graph v2.19.0? I don't have these objects in my test tenant yet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants