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

fix: Guid is an alias to primitive type string #5740

Conversation

markovav-official
Copy link
Contributor

Hello!
After my PR microsoft/kiota#5734 I realized that there is no need for the createGuidFromDiscriminatorValue function (which causes an error in the generated client), since Guid is now an alias to string. So I made it so that Guid is parsed as its alias primitive.

@markovav-official markovav-official requested a review from a team as a code owner November 7, 2024 18:44
@andrueastman andrueastman merged commit 2b04b18 into microsoft:main Nov 8, 2024
207 checks passed
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