Skip to content
This repository has been archived by the owner on Jan 8, 2024. It is now read-only.

Commit

Permalink
plugin/azure-aci: Provide logger to authenticate function.
Browse files Browse the repository at this point in the history
  • Loading branch information
paladin-devops committed Jun 2, 2023
1 parent 3e81e19 commit 1aa0706
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builtin/azure/aci/platform.go
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ func (p *Platform) Deploy(
},
}

auth, err := deployment.authenticate(ctx)
auth, err := deployment.authenticate(ctx, log)
if err != nil {
return nil, status.Error(
codes.Unauthenticated,
Expand Down

0 comments on commit 1aa0706

Please sign in to comment.