-
Notifications
You must be signed in to change notification settings - Fork 78
Open
Labels
Description
Describe the bug
Office365Outlook connector has a bug pac code add-data-source generates invalid TypeScript with syntax errors.
Steps to Reproduce
- Run pac code add-data-source -a shared_office365 -c (Office365Outlook connector)
- Observe TypeScript compilation errors in [Office365OutlookModel.ts]
Expected behavior
- Generated TypeScript code should compile without errors
Actual behavior
- Generated code has syntax errors (octal literals in timezone strings, [object Object] enum keys)
Screenshots or Error Messages
Network Payload (actual):
Environment information
Framework, build tool or relevant package used: React 18.3.1, Vite 7.3.0, TypeScript strict mode
Any connection/components: Office365Outlook (shared_office365 connector), Office 365 Users
SDK: @microsoft/power-apps (latest from npm)