chore: fix code comment

This commit is contained in:
Tanuj Dwivedi 2023-12-21 10:36:51 +05:30 committed by GitHub
parent bccffdf44a
commit 27232ffd1d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 {