[monitor-trace-association] Add preview extension for Microsoft.Monitor/traceAssociations (draft) - #10167
Draft
bragi92 wants to merge 1 commit into
Draft
[monitor-trace-association] Add preview extension for Microsoft.Monitor/traceAssociations (draft)#10167bragi92 wants to merge 1 commit into
bragi92 wants to merge 1 commit into
Conversation
…or/traceAssociations (draft) Adds `az monitor trace-association` create/update/show/delete/list for Microsoft.Monitor/traceAssociations, API version 2026-01-01-preview. DRAFT: command bodies call ARM directly (send_raw_request) as a functional prototype; to be replaced by aaz-dev-generated code once the spec is published to the public Azure/azure-rest-api-specs repo (currently only in azure-rest-api-specs-pr #27737). Do not merge until the public spec lands. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: fe50b7ed-a3b8-4f18-85e2-a20194432da9
|
Azure Pipelines: There may be pipelines that require an authorized user to comment /azp run to run. |
Member
|
/azp run |
|
Azure Pipelines: Successfully started running 2 pipeline(s). |
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.
Draft — do not merge (blocked on public REST API spec)
Adds a new preview extension
monitor-trace-associationforMicrosoft.Monitor/traceAssociations(API version2026-01-01-preview).az monitor trace-associationmaps a scope (Application Insights component, resource group, or subscription) to an Azure Monitor Workspace for trace routing. Singletondefault; multi-homing via scope inheritance.Commands
create— PUT (CreateOrUpdate)update— GET + merge + PUTshow— GETdelete— DELETElist— GET (ListByScope)Args:
--resource-uri/--scope(required),--azure-monitor-workspace-resource-id/--amw-id(required on create),--name/-n(defaultdefault).Status / why this is a draft
azure-rest-api-specs-pr(PR #27737); it is not yet in publicAzure/azure-rest-api-specs. A 120-day ARM lease is holding the API version (expires ~Sept 2026).send_raw_request. They will be replaced by aaz-dev-generated code (with the matchingAzure/aazcommand-model PR) once the swagger is published publicly.isPreview: true.Validation done locally
python -m py_compilepasses for all modules.az extension add, and verified-hfor the group and every command: command tree, required args, defaults, and examples all render.TODO before ready-for-review
azure-rest-api-specsPR merged (port from-pr#27737).Azure/aazcommand-model PR.aaz/code.Co-authored with GitHub Copilot CLI.