Skip to content

[Bug] Office365Outlook Connector: TypeScript Code Generation Errors #164

@Ogoben

Description

@Ogoben

Describe the bug

Office365Outlook connector has a bug pac code add-data-source generates invalid TypeScript with syntax errors.

Steps to Reproduce

  1. Run pac code add-data-source -a shared_office365 -c (Office365Outlook connector)
  2. 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)

Additional context

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions