Azure / Azure/bicep

[Discussion] Should ArmClient send parameterSetName & commandName headers to ARM?

Open
#7,164 0 comments 0 reactions 0 assignees View on GitHub
discussion enhancement tech debt
Dominant language
Bicep
Stars
3.6k
Forks
830
Avg merge
1d 21m
Merged PRs (30d)
79

Description

The following two headers can be used to provide more information about the source of an HTTP request in ARM's logs:
* `x-ms-command-name`
* `x-ms-parameter-set-name`

Might be worth setting these to help understand the source of a particular request (e.g. "Insert Resource", or "Deploy to Azure" etc)

Contributor guide

Open the contributing guide

Research direction

Start by locating the ArmClient request path and verify how x-ms-command-name and x-ms-parameter-set-name are defined by Azure ARM. Determine whether values can be supplied for each request, then establish the scope and completion criteria for sending them; no files or tests are named in the issue.

Written by the indexing model from the issue text.

Assessment

Tech stack
azure
Domain
api, cloud
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.