Skip to content

Commit

Permalink
arm: Add header constant for "X-Ms-Identity-Url"
Browse files Browse the repository at this point in the history
The URL to the data plane of MSI for the given resource.
  • Loading branch information
Matthew Barnes authored and SudoBrendan committed Dec 17, 2024
1 parent 7a54ad7 commit e63e010
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/api/arm/headers.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,5 @@ const (
HeaderNameCorrelationRequestID = "X-Ms-Correlation-Request-Id"
HeaderNameReturnClientRequestID = "X-Ms-Return-Client-Request-Id"
HeaderNameARMResourceSystemData = "X-Ms-Arm-Resource-System-Data"
HeaderNameIdentityURL = "X-Ms-Identity-Url"
)

0 comments on commit e63e010

Please sign in to comment.