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

Fixes regression on passing custom baseurl (beta) #601

Merged
merged 1 commit into from
Jan 16, 2023

Conversation

andrueastman
Copy link
Member

@andrueastman andrueastman commented Jan 16, 2023

This PR closes microsoftgraph/msgraph-sdk-dotnet#1613

It addresses a regression introduced by adding the baseurl to the PathParameters collection of the GraphServiceClient that prevented the correct propagation of custom base urls passed to the constructor.
This PR therefore ensures the RequestAdapter is properly initialized with the custom base url to ensure the correct url is passed to the PathParameters collection.

Microsoft Reviewers: Open in CodeFlow

@andrueastman andrueastman merged commit 56a022d into feature/5.0 Jan 16, 2023
@andrueastman andrueastman deleted the fixBaseUrlConstructor branch January 16, 2023 13:38
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

Successfully merging this pull request may close these issues.

2 participants