Migrate to Grafana Azure SDK (#47232)

This commit is contained in:
Sergey Kostrukov
2022-04-04 02:23:13 -07:00
committed by GitHub
parent a55274a72d
commit 5675496f6b
31 changed files with 51 additions and 1222 deletions

View File

@@ -4,11 +4,12 @@ import (
"context"
"strings"
"github.com/grafana/grafana-azure-sdk-go/azcredentials"
"github.com/grafana/grafana-azure-sdk-go/azsettings"
"github.com/grafana/grafana-azure-sdk-go/aztokenprovider"
"github.com/grafana/grafana/pkg/plugins"
"github.com/grafana/grafana/pkg/setting"
"github.com/grafana/grafana/pkg/tsdb/azuremonitor/azcredentials"
"github.com/grafana/grafana/pkg/tsdb/azuremonitor/azsettings"
"github.com/grafana/grafana/pkg/tsdb/azuremonitor/aztokenprovider"
)
type azureAccessTokenProvider struct {