Update the msgraph-sdk-go version from v0.38.0 to v1.84.0 and added new tables Closes #7#67
Conversation
…ed new tables Closes #7
There was a problem hiding this comment.
Pull Request Overview
Updates the Microsoft Graph SDK version from v0.38.0 to v1.84.0 and adds support for new SharePoint tables. The PR includes fixes for breaking API changes, adds new site/list/user/organization tables, and implements comprehensive transform methods for SharePoint data structures.
- Updated msgraph-sdk-go from v0.38.0 to v1.84.0 with related dependency updates
- Added new tables: microsoft365_site, microsoft365_list, and microsoft365_user
- Fixed API breaking changes throughout existing table implementations
Reviewed Changes
Copilot reviewed 25 out of 26 changed files in this pull request and generated 4 comments.
Show a summary per file
| File | Description |
|---|---|
| go.mod | Updated Microsoft Graph SDK and Azure dependencies to latest versions |
| microsoft365/utils.go | Added StringPtr utility function for pointer creation |
| microsoft365/transforms.go | Added extensive transform methods for new SharePoint entities and fixed API changes |
| microsoft365/table_microsoft365_user.go | New table for Microsoft 365 users with comprehensive user properties |
| microsoft365/table_microsoft365_site.go | New table for SharePoint sites with site-specific metadata |
| microsoft365/table_microsoft365_list.go | New table for SharePoint lists within sites |
| microsoft365/errors.go | Updated error handling for new API method names |
| microsoft365/plugin.go | Registered new tables in plugin configuration |
| Various existing table files | Updated API calls and PageIterator usage for v1.84.0 compatibility |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
There was a problem hiding this comment.
Pull Request Overview
Copilot reviewed 33 out of 34 changed files in this pull request and generated 4 comments.
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
|
PR changes overview: New Tables Added:
Enhancements:
|
…PI error when they are need to be return
Example query results
Results