Merged
Conversation
…tions and template substitution
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
Code Coverage Report
|
Contributor
There was a problem hiding this comment.
Pull request overview
This PR adds comprehensive documentation for workflow concepts (Conditions, Preconditions, Template Substitution, and Context Resolvers) and documents Context Resolver capabilities across all providers.
Changes:
- Added four new workflow concept documentation files explaining Conditions, Preconditions, Template Substitution, and Context Resolvers with examples and troubleshooting guidance
- Restructured existing workflow documentation to reference the new concept pages and improve the overall information architecture
- Added Context Resolver capability documentation to all provider reference pages (Mock, AD, Entra ID, Exchange Online, DirectorySync)
- Updated sidebar navigation to include the new documentation pages
Reviewed changes
Copilot reviewed 12 out of 12 changed files in this pull request and generated 6 comments.
Show a summary per file
| File | Description |
|---|---|
| website/sidebars.js | Added navigation entries for new workflow concept pages (conditions, templates, context-resolver) |
| docs/use/workflows/templates.md | New comprehensive guide on template substitution with syntax, examples, and validation rules |
| docs/use/workflows/conditions.md | New guide explaining Conditions DSL for planning-time step applicability |
| docs/use/workflows/context-resolver.md | New guide on Context Resolvers for populating request context during planning |
| docs/use/workflows/preconditions.md | Restructured with improved organization, troubleshooting section, and cross-references to related concepts |
| docs/use/workflows.md | Restructured with new sections on Plan vs Execute, Context Resolvers, Template Substitution, and updated cross-references |
| docs/reference/providers/provider-mock.md | Added Context Resolvers section documenting IdLE.Identity.Read and IdLE.Entitlement.List capabilities |
| docs/reference/providers/provider-exchangeonline.md | Added Context Resolvers section noting this provider doesn't support resolver capabilities |
| docs/reference/providers/provider-entraID.md | Added Context Resolvers section documenting IdLE.Identity.Read and IdLE.Entitlement.List capabilities with Entra-specific attributes |
| docs/reference/providers/provider-directorysync-entraconnect.md | Added Context Resolvers section noting this provider doesn't support resolver capabilities |
| docs/reference/providers/provider-ad.md | Added Context Resolvers section documenting IdLE.Identity.Read and IdLE.Entitlement.List capabilities with AD-specific attributes |
| docs/reference/providers/_provider-name_template.md | Updated template to include Context Resolvers documentation section with examples |
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
blindzero
commented
Feb 27, 2026
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Update of provider and workflow docs
Motivation
Why is this change needed? What problem does it solve?
Type of Change
Please select the relevant option:
Changes
Testing
Describe how this change was tested.