AgenticAI sample now contains expeted manifest for use with A365 Skill - #904
Merged
tracyboehrer (tracyboehrer) merged 5 commits intoJul 17, 2026
Merged
Conversation
tracyboehrer (tracyboehrer)
requested review from
a team,
Cecilia Avila (ceciliaavila) and
Joel Mut (sw-joelmut)
as code owners
July 14, 2026 20:05
tracyboehrer (tracyboehrer)
enabled auto-merge
July 14, 2026 20:05
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the AgenticAI sample’s configuration and Teams manifest assets to align with an Agentic (A365) “blueprint”/template-based packaging flow.
Changes:
- Switched the AgenticAI Teams manifest to devPreview schema features (agentic user templates, agentic-only functions, webApplicationInfo, updated placeholders).
- Updated sample configuration placeholders and simplified auth/connection settings for the agentic scenario.
- Added Teams manifest icon assets and a manifest-local
.gitignorefor packaged artifacts.
Reviewed changes
Copilot reviewed 5 out of 7 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| src/samples/AgenticAI/README.md | Updates configuration guidance/placeholders for the agentic setup. |
| src/samples/AgenticAI/appsettings.json | Aligns runtime configuration (connections, logging, observability placeholders) to the agentic setup. |
| src/samples/AgenticAI/manifest/manifest.json | Updates Teams manifest to devPreview + agentic template wiring. |
| src/samples/AgenticAI/manifest/agenticUserTemplateManifest.json | Adds the agentic user template manifest referenced by the Teams manifest. |
| src/samples/AgenticAI/manifest/.gitignore | Ignores locally generated packaged manifest .zip artifacts. |
| src/samples/AgenticAI/manifest/color.png | Adds Teams app icon (color). |
| src/samples/AgenticAI/manifest/outline.png | Adds Teams app icon (outline). |
Comments suppressed due to low confidence (1)
src/samples/AgenticAI/manifest/manifest.json:4
- The manifest uses the vdevPreview schema but is missing the required "manifestVersion" field. In this repo, other devPreview manifests include it (e.g., src/samples/Authorization/SidecarAuth/manifest/manifest.json sets "manifestVersion": "devPreview"), and omitting it can cause Teams/packaging validation failures.
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
MattB (MattB-msft)
approved these changes
Jul 16, 2026
Member
|
/azp run |
|
Azure Pipelines: Successfully started running 1 pipeline(s). |
tracyboehrer (tracyboehrer)
deleted the
users/tracyboehrer/agentic-ai-manifest
branch
July 17, 2026 00:17
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.
No description provided.