ソースを参照

remove todo comment

Alexander Belanger 4 年 前
コミット
106e99f0b8
1 ファイル変更0 行追加1 行削除
  1. 0 1
      internal/registry/registry.go

+ 0 - 1
internal/registry/registry.go

@@ -361,7 +361,6 @@ func (r *Registry) GetACRCredentials(repo repository.Repository) (string, string
 			return "", "", err
 		}
 
-		// TODO: CALL GENERATE CREDENTIALS ENDPOINT
 		registriesClient, err := armcontainerregistry.NewRegistriesClient(az.AzureSubscriptionID, cred, nil)
 
 		if err != nil {