Skip to content

Update to SDK v0.10.0-preview.1, add 5 new connector samples#42

Merged
daviburg merged 4 commits into
mainfrom
feature/sdk-v0.10.0-preview.1
May 12, 2026
Merged

Update to SDK v0.10.0-preview.1, add 5 new connector samples#42
daviburg merged 4 commits into
mainfrom
feature/sdk-v0.10.0-preview.1

Conversation

@daviburg
Copy link
Copy Markdown
Member

  • SDK version: 0.9.0-preview.1 -> 0.10.0-preview.1
  • Fix PascalCase renames: Office365users -> Office365Users,
    Azuremonitorlogs -> AzureMonitorLogs
  • New samples: ExcelOnline, AzureEventGrid, Yammer, Wdatp (Defender ATP),
    UniversalPrint
  • All 5 connectors E2E validated via sdk-test-gateway-prod

Co-authored-by: Dobby dobby@microsoft.com

- SDK version: 0.9.0-preview.1 -> 0.10.0-preview.1
- Fix PascalCase renames: Office365users -> Office365Users,
  Azuremonitorlogs -> AzureMonitorLogs
- New samples: ExcelOnline, AzureEventGrid, Yammer, Wdatp (Defender ATP),
  UniversalPrint
- All 5 connectors E2E validated via sdk-test-gateway-prod

Co-authored-by: Dobby <dobby@microsoft.com>
Copilot AI review requested due to automatic review settings May 12, 2026 18:43
@daviburg daviburg requested a review from a team as a code owner May 12, 2026 18:43
@daviburg daviburg self-assigned this May 12, 2026
Co-authored-by: Dobby <dobby@microsoft.com>
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 DirectConnector Azure Functions samples to Azure.Connectors.Sdk 0.10.0-preview.1, aligns samples with SDK PascalCase namespace/client renames, and adds new end-to-end validated connector sample functions.

Changes:

  • Bumps Azure.Connectors.Sdk to 0.10.0-preview.1 and updates Office365Users/AzureMonitorLogs namespace + client renames.
  • Adds 5 new connector sample function classes (ExcelOnline, AzureEventGrid, Yammer, Wdatp, UniversalPrint) and registers them in DI.
  • Extends local.settings.json.template with configuration stubs for the new connectors.

Reviewed changes

Copilot reviewed 11 out of 11 changed files in this pull request and generated 5 comments.

Show a summary per file
File Description
DirectConnector/YammerFunctions.cs Adds Yammer sample function for listing networks.
DirectConnector/WdatpFunctions.cs Adds WDATP (Defender for Endpoint) sample function using pageable enumeration.
DirectConnector/UniversalPrintFunctions.cs Adds Universal Print sample function for listing shares.
DirectConnector/ExcelOnlineFunctions.cs Adds Excel Online sample function for getting workbook tables.
DirectConnector/AzureEventGridFunctions.cs Adds Azure Event Grid sample functions for listing topic types/subscriptions.
DirectConnector/Program.cs Registers new connector clients and fixes SDK casing changes for existing registrations.
DirectConnector/Office365UsersFunctions.cs Updates namespaces/types to new Office365Users casing.
DirectConnector/AzureLogAnalyticsFunctions.cs Updates namespaces/types to new AzureMonitorLogs casing.
DirectConnector/local.settings.json.template Adds config entries for the 5 new connectors.
DirectConnector/DirectConnector.csproj Updates Azure.Connectors.Sdk package version.

Comment thread DirectConnector/ExcelOnlineFunctions.cs Outdated
Comment thread DirectConnector/ExcelOnlineFunctions.cs
Comment thread DirectConnector/AzureEventGridFunctions.cs Outdated
Comment thread DirectConnector/YammerFunctions.cs Outdated
Comment thread DirectConnector/UniversalPrintFunctions.cs Outdated
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 11 out of 11 changed files in this pull request and generated 1 comment.

Comment thread DirectConnector/ExcelOnlineFunctions.cs Outdated
Co-authored-by: Dobby <dobby@microsoft.com>
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 11 out of 11 changed files in this pull request and generated no new comments.

@daviburg daviburg merged commit 07900e3 into main May 12, 2026
11 checks passed
@daviburg daviburg deleted the feature/sdk-v0.10.0-preview.1 branch May 12, 2026 19:34
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.

2 participants