Test teams api drift - #30
Conversation
|
Warning Review limit reachedNext included review available in 16 minutes. View limit detailsLimit details: You’ve used the included review currently available. You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository. Review configuration: ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (2)
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (3)
Included review availability: Your plan provides up to 1 included review per hour; 0 remain after this review. 📝 WalkthroughWalkthroughThe drift workflow now targets an additional branch. The Teams Apps package property and API usage fixture now use version ChangesTeams Apps drift fixture
Estimated code review effort: 1 (Trivial) | ~3 minutes Merge Risk: ⚪ Minimal · up to This PR makes localized test-fixture and workflow-target changes, with no actionable merge-blocking risk remaining after normal checks and review. Poem
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 inconclusive)
✅ Passed checks (4 passed)
Full details: Docstring CoverageExplanation No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. Docstring coverage is scoped to functions touched by this diff. Analyzed 0 functions across 0 files. (3 skipped: 3 unsupported.) ✨ Finishing Touches 💡 1🛠️ Fix failing CI checks 💡
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Pull request overview
This PR updates the Teams API drift test inputs by switching the declared Microsoft.Teams.Apps version to a local “drift fixture” build.
Changes:
- Updated the Teams API usage manifest to declare a drift-fixture version.
- Updated central package management to use a drift-fixture version for
Microsoft.Teams.Apps.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| scripts/TeamsApiDrift/teams-api-usage.json | Changes the drift manifest’s declaredVersion value used during usage validation. |
| Directory.Packages.props | Changes the centrally-managed Microsoft.Teams.Apps version property used for restores/builds. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
| <Xunit_v3_PackageVersion>3.0.1</Xunit_v3_PackageVersion> | ||
| <Microsoft_Teams_Apps_PkgVer Condition="'$(Microsoft_Teams_Apps_PkgVer)' == ''">2.1.0</Microsoft_Teams_Apps_PkgVer> | ||
| <Xunit_v3_PackageVersion>3.0.1</Xunit_v3_PackageVersion> | ||
| <Microsoft_Teams_Apps_PkgVer Condition="'$(Microsoft_Teams_Apps_PkgVer)' == ''"><Microsoft_Teams_Apps_PkgVer>2.1.0-driftfixture.20260827.1</Microsoft_Teams_Apps_PkgVer></Microsoft_Teams_Apps_PkgVer> |
| "schemaVersion": 1, | ||
| "package": "Microsoft.Teams.Apps", | ||
| "declaredVersion": "2.1.0", | ||
| "declaredVersion": "2.1.0-driftfixture.20260827.1", |
778cb54 to
1532e62
Compare
Teams API drift analysisCompared
|
7458721 to
4ccf53a
Compare
minor
Test