Update Power Apps Code App scaffolding prompt

This commit is contained in:
Troy Simeon Taylor 2025-09-25 11:06:32 -04:00 committed by GitHub
parent 1f01098c26
commit be70cee629
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,5 +1,6 @@
---
mode: 'agent'
tools: ['changes', 'codebase', 'editFiles', 'problems', 'search']
description: 'Scaffold a complete Power Apps Code App project with PAC CLI setup, SDK integration, and connector configuration'
---
@ -144,3 +145,4 @@ const photoData = await Office365UsersService.UserPhoto_V2(profile.data.id);
6. Best practices implementation examples
Ensure the generated project follows Microsoft's official Power Apps Code Apps documentation and samples from https://github.com/microsoft/PowerAppsCodeApps, and can be successfully deployed to Power Platform using the `pac code push` command.