[v9.3.x] AzureMonitor: Set Logs portal URL from resource URI (#60640)

AzureMonitor: Set Logs portal URL from resource URI (#60583)

Set URL based off of resource URI

(cherry picked from commit f3f043e097)

Co-authored-by: Andreas Christou <andreas.christou@grafana.com>
This commit is contained in:
Grot (@grafanabot)
2022-12-22 07:06:02 -05:00
committed by GitHub
co-authored by Andreas Christou
parent 17637cea7c
commit 386016ccb9
3 changed files with 7 additions and 17 deletions
@@ -247,7 +247,7 @@ func Test_executeQueryErrorWithDifferentLogAnalyticsCreds(t *testing.T) {
func Test_setAdditionalFrameMeta(t *testing.T) {
t.Run("it should not error with an empty response", func(t *testing.T) {
frame := data.NewFrame("test")
err := setAdditionalFrameMeta(frame, "", "", "")
err := setAdditionalFrameMeta(frame, "", "")
require.NoError(t, err)
})
}