-
Notifications
You must be signed in to change notification settings - Fork 36
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
Using Middleware #38
Using Middleware #38
Conversation
Document how to implement Middleware into Kiota
Improve wording
Learn Build status updates of commit b529d09: 💡 Validation status: suggestions
OpenAPI/kiota/middleware.md
For more details, please refer to the build report. Note: Your PR may contain errors or warnings or suggestions unrelated to the files you changed. This happens when external dependencies like GitHub alias, Microsoft alias, cross repo links are updated. Please use these instructions to resolve them. For any questions, please:
|
@microsoft-github-policy-service agree [company="{Fluent Money}"] |
Add Middleware to Concept page
Learn Build status updates of commit 0ae0cfc: 💡 Validation status: suggestions
OpenAPI/kiota/middleware.md
For more details, please refer to the build report. Note: Your PR may contain errors or warnings or suggestions unrelated to the files you changed. This happens when external dependencies like GitHub alias, Microsoft alias, cross repo links are updated. Please use these instructions to resolve them. For any questions, please:
|
Learn Build status updates of commit d7686e0:
|
File | Status | Preview URL | Details |
---|---|---|---|
OpenAPI/kiota/middleware.md | Details | ||
OpenAPI/kiota/index.yml | ✅Succeeded |
OpenAPI/kiota/middleware.md
- Line 2, Column 1: [Warning: ms-author-missing - See documentation]
Missing required attribute: 'ms.author'. Add the current author's Microsoft alias.
For more details, please refer to the build report.
Note: Your PR may contain errors or warnings or suggestions unrelated to the files you changed. This happens when external dependencies like GitHub alias, Microsoft alias, cross repo links are updated. Please use these instructions to resolve them.
For any questions, please:
- Try searching the learn.microsoft.com contributor guides
- Post your question in the Learn support channel
@microsoft-github-policy-service agree company="Fluent Money" |
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.
Thanks for the contribution. Let's start with a couple of linting aspects.
Learn Build status updates of commit 5d51774:
|
File | Status | Preview URL | Details |
---|---|---|---|
OpenAPI/kiota/middleware.md | Details | ||
OpenAPI/kiota/index.yml | ✅Succeeded |
OpenAPI/kiota/middleware.md
- Line 51, Column 1: [Warning: code-block-unclosed - See documentation]
Unclosed code block. Code blocks must begin and end with triple backticks (```).
For more details, please refer to the build report.
Note: Your PR may contain errors or warnings or suggestions unrelated to the files you changed. This happens when external dependencies like GitHub alias, Microsoft alias, cross repo links are updated. Please use these instructions to resolve them.
For any questions, please:
- Try searching the learn.microsoft.com contributor guides
- Post your question in the Learn support channel
Signed-off-by: Vincent Biret <vibiret@microsoft.com>
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.
thank you so much for the contribution!
Learn Build status updates of commit 3d25edb: ✅ Validation status: passed
For more details, please refer to the build report. For any questions, please:
|
Add documentation showing how to implement Middleware when using Kiota.