Skip to content

Commit

Permalink
Merge pull request #4131 from tanujd11/patch-1
Browse files Browse the repository at this point in the history
chore: fix code comment
  • Loading branch information
k8s-ci-robot committed Dec 22, 2023
2 parents 0f5ff5f + 27232ff commit 7bbdbee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion provider/azure/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ func getConfig(configFile, resourceGroup, userAssignedIdentityClientID string) (
return cfg, nil
}

// getAccessToken retrieves Azure API access token.
// getCredentials retrieves Azure API credentials.
func getCredentials(cfg config) (azcore.TokenCredential, *arm.ClientOptions, error) {
cloudCfg, err := getCloudConfiguration(cfg.Cloud)
if err != nil {
Expand Down

0 comments on commit 7bbdbee

Please sign in to comment.