Update to SDK v0.10.0-preview.1, add 5 new connector samples#42
Merged
Conversation
- 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>
Co-authored-by: Dobby <dobby@microsoft.com>
There was a problem hiding this comment.
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.Sdkto0.10.0-preview.1and 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.templatewith 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. |
Co-authored-by: Dobby <dobby@microsoft.com>
Co-authored-by: Dobby <dobby@microsoft.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Azuremonitorlogs -> AzureMonitorLogs
UniversalPrint
Co-authored-by: Dobby dobby@microsoft.com