-
Notifications
You must be signed in to change notification settings - Fork 59
docs(Kiota): Add Link to Microsoft docs for kiota with DI #2832
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
base: main
Are you sure you want to change the base?
Conversation
|
@Jen-Uno do you have a state for me of this PR? Tasks open? |
|
@Jen-Uno @booskander is there a state update for this PR? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR adds documentation links to Microsoft's learning resources for using Kiota with dependency injection. It enhances the existing Kiota documentation by providing additional references to official Microsoft tutorials and sample repositories.
- Added link to Microsoft's Kiota dependency injection tutorial
- Added reference to Microsoft's Kiota samples repository
|
@Jen-Uno is there some state update here? Something to do for me to finish this up? |
|
@booskander @kazo0 this PR might slipped through the cracks to be reviewed. It's still looking for Review, would somone mind to check? its just few lines 👍 |
2cccd8a to
657d423
Compare
|
🤔 why did rebase -i source those commits from copilot that are not mine...? |
657d423 to
33f3cf7
Compare
GitHub Issue (If applicable): closes #
PR Type
What kind of change does this PR introduce?
What is the current behavior?
Learning content to Kiota could be more
What is the new behavior?
Added Link to Microsoft learn Tutorial and sample repo for How to use Kiota Client in a DI app
PR Checklist
Please check if your PR fulfills the following requirements:
Screenshots Compare Test Runresults.Other information
As normal and one of the reasons I am preffering to research in uno docs when it comes to extensions, the Microsoft docs are specialized introducing us to how that will be done in a non uno extensions using app, for a asp.net app, but that tells also some way to use that in the non documented server project we might get from template.
Maybe this azure auth tutorial could also be usefull... https://github.com/microsoft/kiota-samples/blob/main/get-started/azure-auth/dotnet/src/Program.cs
Internal Issue (If applicable):