Breaking Change Notice: Generated File Path & Naming Updates in Power Apps CLI v1.50 #149
jordanchodakWork
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Breaking Change Notice: Generated File Path & Naming Updates in Power Apps CLI v1.50
Version 1.50 of the Power Apps CLI updates the directory layout and naming conventions of files generated by
pac code add-data-source. These changes affect import paths and may break existing builds after upgrading.Who Is Affected
Projects that:
Key Changes
dataSourcesInfo.tsrelocated.power/appschemas/dataSourcesInfo.ts.power/schemas/appschemas/dataSourcesInfo.tsaccountsModel.ts,accountsService.tsAccountsModel.ts,AccountsService.tsExample Command
Directory Layout Comparison
Before (v1.47 and older)
After (v1.50 and newer)
Symptoms If Not Updated
Recommended Upgrade Steps
pac code add-data-sourcecommands).npm run build) to surface missing modules early.Notes
Next Steps / Reporting Issues
If you encounter unexpected regressions, include in your issue:
Beta Was this translation helpful? Give feedback.
All reactions