Skip to content

Remove deprecated Azure Log Analytics connector#92

Merged
daviburg merged 3 commits intomainfrom
feature/remove-loganalytics
May 5, 2026
Merged

Remove deprecated Azure Log Analytics connector#92
daviburg merged 3 commits intomainfrom
feature/remove-loganalytics

Conversation

@daviburg
Copy link
Copy Markdown
Member

@daviburg daviburg commented May 5, 2026

Summary

Remove the deprecated Azure Log Analytics connector (azureloganalytics) from the SDK.

The Azure Log Analytics connector and all its user-facing operations are deprecated by Microsoft. The generated client contained only internal discovery methods (ListSubscriptions, ListResourceGroups, ListWorkspaceNames, ListArmQueryResultsSchema) — hidden helpers with no user-facing API surface. Users should use the Azure Monitor Logs connector instead.

Changes

  • Deleted AzureloganalyticsExtensions.cs (generated client) and AzureloganalyticsClientTests.cs (tests)
  • Removed Azureloganalytics from ConnectorNames.cs and ManagedConnectors.cs
  • Updated CHANGELOG.md, README.md, ROADMAP.md, connection-setup SKILL.md

Related PRs

Validation

  • dotnet build — 0 errors, 0 warnings
  • dotnet test — 202 passed, 0 failed (ConnectorNames_AllConstantsAreRegistered sync test passes)

The Azure Log Analytics connector and all its user-facing operations are deprecated by Microsoft. The generated client contained only internal discovery methods (ListSubscriptions, ListResourceGroups, ListWorkspaceNames, ListArmQueryResultsSchema) with no user-facing API surface. Use Azure Monitor Logs connector instead.

Co-authored-by: Dobby <dobby@microsoft.com>
Copilot AI review requested due to automatic review settings May 5, 2026 05:54
@daviburg daviburg requested a review from a team as a code owner May 5, 2026 05:54
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

Removes the deprecated Azure Log Analytics generated connector from the SDK so the public typed-client surface, connector registries, tests, and documentation match the set of currently supported connectors.

Changes:

  • Deleted the generated Azureloganalytics client and its dedicated unit tests.
  • Removed azureloganalytics from connector registries/constants used by SDK consumers.
  • Updated release/docs metadata to reflect the connector’s removal and deprecation status.

Reviewed changes

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

Show a summary per file
File Description
tests/Microsoft.Azure.Connectors.Sdk.Tests/AzureloganalyticsClientTests.cs Removes test coverage for the deleted connector client.
src/Microsoft.Azure.Connectors.Sdk/Generated/ManagedConnectors.cs Removes the connector from the generated available-connectors registry.
src/Microsoft.Azure.Connectors.Sdk/Generated/ConnectorNames.cs Removes the public SDK constant for the connector name.
src/Microsoft.Azure.Connectors.Sdk/Generated/AzureloganalyticsExtensions.cs Deletes the generated Azure Log Analytics client and related types.
ROADMAP.md Marks Azure Log Analytics as deprecated in roadmap tracking.
README.md Removes the connector from the validated connectors table.
CHANGELOG.md Records the connector removal in unreleased notes.
.github/skills/connection-setup/SKILL.md Updates the connector-name list used by the connection setup skill.

Comment thread CHANGELOG.md
Comment thread .github/skills/connection-setup/SKILL.md Outdated
Comment thread src/Microsoft.Azure.Connectors.Sdk/Generated/ConnectorNames.cs
… connector list

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 5 out of 8 changed files in this pull request and generated 3 comments.

Comment thread .github/skills/connection-setup/SKILL.md Outdated
Comment thread CHANGELOG.md Outdated
Comment thread ROADMAP.md Outdated
@daviburg daviburg self-assigned this May 5, 2026
…notes

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 5 out of 8 changed files in this pull request and generated no new comments.

@daviburg daviburg merged commit 88e21e1 into main May 5, 2026
14 checks passed
@daviburg daviburg deleted the feature/remove-loganalytics branch May 5, 2026 07:08
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