Skip to content

Conversation

@russrimm
Copy link
Contributor

Pull Request Checklist

  • I have read and followed the CONTRIBUTING.md guidelines.
  • My contribution adds a new instruction, prompt, agent, or skill file in the correct directory.
  • The file follows the required naming convention.
  • The content is clearly structured and follows the example format.
  • I have tested my instructions, prompt, agent, or skill with GitHub Copilot.
  • I have run npm start and verified that README.md is up to date.

Description


Type of Contribution

  • New instruction file.
  • New prompt file.
  • New agent file.
  • New collection file.
  • New skill file.
  • Update to existing instruction, prompt, agent, collection or skill.
  • Other (please specify):

Additional Notes


By submitting this pull request, I confirm that my contribution abides by the Code of Conduct and will be licensed under the MIT License.

…rove folder structure, and clarify PowerProvider implementation
Copilot AI review requested due to automatic review settings February 11, 2026 18:37
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This pull request updates the Power Apps Code Apps instructions to reflect the SDK progression from preview version 0.3.1 to general availability version 1.0.3. The changes modernize the development guidance by simplifying the PowerProvider implementation pattern, reorganizing the project structure to better separate generated code, and clarifying the current capabilities and limitations of the platform.

Changes:

  • Updated SDK version from 0.3.1 to 1.0.3 and removed "Preview" designation from Power Apps Code Apps
  • Reorganized project folder structure to use a generated/ subdirectory for PAC CLI-generated services and models
  • Simplified PowerProvider implementation by removing SDK initialization code (no longer required in v1.0)
  • Updated platform limitations to accurately reflect Dataverse solutions and Application Insights support
  • Refined troubleshooting guidance to align with v1.0 SDK behavior
  • Code quality improvements including trailing whitespace removal

@aaronpowell aaronpowell merged commit 77a979d into github:main Feb 11, 2026
16 of 18 checks passed
@aaronpowell aaronpowell mentioned this pull request Feb 11, 2026
13 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants