Skip to content

Commit

Permalink
Set auth provider client options
Browse files Browse the repository at this point in the history
  • Loading branch information
zarvd committed May 20, 2024
1 parent 37cc8ea commit dfb4bb5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/azclient/auth.go
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,8 @@ func NewAuthProvider(armConfig *ARMClientConfig, config *AzureAuthConfig, client
NetworkClientSecretCredential: networkClientSecretCredential,
NetworkTokenCredential: networkTokenCredential,
MultiTenantCredential: multiTenantCredential,

ClientOptions: clientOption,
}, nil
}

Expand Down

0 comments on commit dfb4bb5

Please sign in to comment.