Skip to content

Update the msgraph-sdk-go version from v0.38.0 to v1.84.0 and added new tables Closes #7#67

Merged
misraved merged 13 commits intomainfrom
issue-7
Sep 16, 2025
Merged

Update the msgraph-sdk-go version from v0.38.0 to v1.84.0 and added new tables Closes #7#67
misraved merged 13 commits intomainfrom
issue-7

Conversation

@ParthaI
Copy link
Copy Markdown
Contributor

@ParthaI ParthaI commented Sep 8, 2025

Example query results

Results
Add example SQL query results here (please include the input queries as well)

@ParthaI ParthaI self-assigned this Sep 8, 2025
@ParthaI ParthaI marked this pull request as draft September 8, 2025 19:03
@ParthaI ParthaI requested a review from Copilot September 8, 2025 19:03
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Comment thread microsoft365/transforms.go Outdated
Comment thread microsoft365/transforms.go Outdated
Comment thread microsoft365/transforms.go Outdated
Comment thread microsoft365/table_microsoft365_user.go Outdated
@ParthaI ParthaI requested a review from misraved September 10, 2025 04:44
@ParthaI ParthaI marked this pull request as ready for review September 10, 2025 04:44
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Comment thread microsoft365/table_microsoft365_my_drive_file.go
Comment thread microsoft365/table_microsoft365_drive_file.go
Comment thread microsoft365/transforms.go
Comment thread microsoft365/transforms.go
@rajlearner17 rajlearner17 removed the request for review from misraved September 15, 2025 06:45
@ParthaI
Copy link
Copy Markdown
Contributor Author

ParthaI commented Sep 15, 2025

PR changes overview:

New Tables Added:

  • microsoft365_organization - Organization information with security settings
  • microsoft365_user - User details and registration information
  • microsoft365_group - Group management and membership data
  • microsoft365_site - SharePoint sites with metadata
  • microsoft365_list - SharePoint lists within sites

Enhancements:

  • Updated Microsoft Graph SDK from v0.38.0 to v1.84.0
  • Fixed API compatibility issues across all existing tables
  • Added comprehensive transform methods for new entities

@ParthaI ParthaI requested a review from misraved September 15, 2025 10:13
@misraved misraved merged commit 3d7e7d8 into main Sep 16, 2025
1 check passed
@misraved misraved deleted the issue-7 branch September 16, 2025 05:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add SharePoint Online (SPO) specific tables for Site, Lists, and Drives (document libraries)

3 participants