Skip to content

Commit

Permalink
fix: correct the MicrosoftSharepointOnline AppFlow implementation (#22)
Browse files Browse the repository at this point in the history
This PR fixes #21 by correcting the `ConnectorLabel` (i.e. setting its value to `MicrosoftSharePointOnline`

Additionally:
- a dedicated integration test has been created for MS Sharepoint Online constructs
- a correct approach to specifying the MS Sharepoint Online source object has been implemented
  • Loading branch information
rpawlaszek authored Oct 27, 2023
1 parent c1f17de commit 975e553
Show file tree
Hide file tree
Showing 14 changed files with 844 additions and 39 deletions.
8 changes: 8 additions & 0 deletions .gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions .npmignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

69 changes: 69 additions & 0 deletions .projen/tasks.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

99 changes: 79 additions & 20 deletions API.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions package.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 975e553

Please sign in to comment.