Skip to content

Commit

Permalink
chore: Add a comment for az pipelines magic string (#5396)
Browse files Browse the repository at this point in the history
  • Loading branch information
JorTurFer committed Jan 18, 2024
1 parent c2c2d25 commit b58ca96
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/scalers/azure_pipelines_scaler.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ type JobRequests struct {
}

const (
// "499b84ac-1321-427f-aa17-267ca6975798" is the azure id for DevOps resource
// https://learn.microsoft.com/en-gb/azure/devops/integrate/get-started/authentication/service-principal-managed-identity?view=azure-devops
devopsResource = "499b84ac-1321-427f-aa17-267ca6975798/.default"
)

Expand Down

0 comments on commit b58ca96

Please sign in to comment.