From 27232ffd1dca1dc0dfd6e1e7e150b1da0200ce17 Mon Sep 17 00:00:00 2001 From: Tanuj Dwivedi Date: Thu, 21 Dec 2023 10:36:51 +0530 Subject: [PATCH] chore: fix code comment --- provider/azure/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/provider/azure/config.go b/provider/azure/config.go index c148baf8a..cadcd63a2 100644 --- a/provider/azure/config.go +++ b/provider/azure/config.go @@ -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 {