chore: update pac CLI to 2.10.1 - #1430
Merged
Jayanth Reddy Bujula (jbujula) merged 1 commit intoJul 29, 2026
Merged
Conversation
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 5a0fd990-27f4-4a2a-8df7-3b81302917c1
Rishabh Jain (MrRishabhJain)
requested review from
Brad Flood (brflood) and
Jayanth Reddy Bujula (jbujula)
July 28, 2026 13:11
3 tasks
Jayanth Reddy Bujula (jbujula)
approved these changes
Jul 29, 2026
Jayanth Reddy Bujula (jbujula)
enabled auto-merge (squash)
July 29, 2026 18:17
6 tasks
Jayanth Reddy Bujula (jbujula)
deleted the
users/rishjain/cli-version-2.10.1
branch
July 29, 2026 18:43
Rishabh Jain (MrRishabhJain)
added a commit
that referenced
this pull request
Jul 29, 2026
Cherry-pick of the pac CLI 2.10.1 bump from #1430 onto release/stable. nuget.json: Microsoft.PowerApps.CLI and Microsoft.PowerApps.CLI.Core.linux-x64 2.7.4 -> 2.10.1 extension/overview.md: {{NextReleaseVersion}} entry updated to pac CLI 2.10
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
2.7.4to2.10.1Business impact
PPBT
2.0.150still embeds PAC CLI2.7.4, so Azure DevOps customers cannot consume the M2M deletion fix released in PAC CLI2.10.1.Without this bump, cross-environment Power Pages ALM deployments can complete while obsolete relationships remain in QA or Production. For example, removing a table-permission-to-web-role association in source does not remove it from the target, leaving silent configuration drift and requiring manual remediation. This can also retain an outdated security association after a deployment that otherwise appears successful.
An on-demand PPBT release is required because publishing the standalone PAC CLI package does not update the PAC binary bundled in PPBT tasks.
Changes
nuget.json: update bothMicrosoft.PowerApps.CLIandMicrosoft.PowerApps.CLI.Core.linux-x64to2.10.1extension/overview.md: update the next-release PAC CLI entry to2.10.1@microsoft/powerplatform-cli-wrapper: unchangedValidation
2.10.1packages are published on NuGetnpm installcompleted with the locked wrapper dependency (0.1.135)20.20.22.10.12.10.1+g52c3983Release safety
This PR intentionally changes only two files. The paired
release/stablePR will cherry-pick only this commit; it will not merge all ofmainintorelease/stable(the source of the earlier conflict/rework).CC Jayanth Reddy Bujula (@jbujula) Priyanshu Agrawal (@priyanshu92)
CI infrastructure blocker
GitHub Actions is currently blocked before build by repository infrastructure unrelated to this two-file change:
GPR_ACCESS_TOKENcannot authenticate to@microsoft/powerplatform-cli-wrapper@0.1.135(npm E401)The local validation above completed compile, lint, NuGet restore, unit tests, and VSIX packaging successfully. Per the release workflow, the paired
release/stablePR will be created after the main PR check is green; a maintainer needs to refresh the package token (and separately move CodeQL to v3) first.