AzureMonitor: Use auth middleware for QueryData requests (#35343)

This commit is contained in:
Andres Martinez Gotor
2021-06-11 17:02:24 +02:00
committed by GitHub
parent 36c997a625
commit 7109285ac9
26 changed files with 1274 additions and 647 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ package pluginproxy
import "time"
type accessTokenProvider interface {
getAccessToken() (string, error)
GetAccessToken() (string, error)
}
var (