Add missing Azure SDK for Go modules to GoModulesToLookFor - #322786
Merged
joshspicer merged 7 commits intoAug 6, 2026
Conversation
Add 9 new client library modules from the Azure SDK releases page: - sdk/batch/azbatch - sdk/messaging/eventgrid/azeventgrid - sdk/messaging/eventgrid/aznamespaces - sdk/messaging/eventgrid/azsystemevents - sdk/messaging/azwebpubsub - sdk/monitor/ingestion/azlogs - sdk/monitor/query/azlogs - sdk/monitor/query/azmetrics - sdk/azidentity/cache Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Adds missing Azure SDK for Go client-library module paths to VS Code’s workspace tagging heuristics so workspaces using these newer modules are correctly detected and reported via existing workspace.go.mod.* telemetry tags.
Changes:
- Extended
GoModulesToLookForwith 9 additional Azure SDK for Go module prefixes. - Registered corresponding
workspace.go.mod.github.com/Azure/azure-sdk-for-go/...telemetry classification entries so the new tags are valid for reporting.
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
joshspicer
approved these changes
Aug 6, 2026
joshspicer
enabled auto-merge (squash)
August 6, 2026 17:46
Dmitriy Vasyura (dmitrivMS)
approved these changes
Aug 6, 2026
Connor Peet (connor4312)
approved these changes
Aug 6, 2026
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.
Add 9 new client library modules from the Azure SDK releases page: