-
Notifications
You must be signed in to change notification settings - Fork 114
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
Update Kiota API to 26.0.5 #154
Conversation
I'm going to update the out-of-date action bits to the latest and see what, if anything, breaks. |
Nice! @NikiforovAll Let me know if there's anything disagreeable in this PR and I'll do my best to correct. |
@Persistent13 Could you please update the version of the Kitoa package manually? |
Also, kiota CLI has been installed as |
Also, please make changes from #148 to this PR |
First and foremost, thank you for the contribution |
@NikiforovAll I've updated the kiota versions and re-ran the generation command. I used 1.14.0 as that was newer, if you'd like me to use 1.13.1 explicitly, please let me know. I updated the nuget package version to 26.0.5. Please let me know if there's anything else. |
Thank you for your contribution. Did you run dotnet tool install --local Microsoft.OpenApi.Kiota --version 1.20.0 Also, it would be great to test the generated SDK manually to make sure everything works. What do you think? |
Yes, I did run it with the cached version. Apologies! I think the new push should have corrected this. I won't be able to test it my time tonight, but I should be able to tomorrow. I'll update with my findings then. |
I appreciate your work! |
@NikiforovAll Sorry for the delay, I had some stuff that took my time away from this. From what I can see, it all works fine. I tried out the newer organization APIs as well and didn't run into any issues. I could create and delete orgs without issue after enabling the feature for a given realm. |
closes: #148