mirror of
https://github.com/grafana/grafana.git
synced 2024-12-28 18:01:40 -06:00
Azure Monitor: changed ARG API version to 2021-06-01-preview (#38951)
* changed ARG API version to 2021-06-01-preview * Fixing lint error
This commit is contained in:
parent
1a566bef47
commit
aa45eebf3d
@ -37,7 +37,7 @@ type AzureResourceGraphQuery struct {
|
||||
TimeRange backend.TimeRange
|
||||
}
|
||||
|
||||
const argAPIVersion = "2021-03-01"
|
||||
const argAPIVersion = "2021-06-01-preview"
|
||||
const argQueryProviderName = "/providers/Microsoft.ResourceGraph/resources"
|
||||
|
||||
func (e *AzureResourceGraphDatasource) resourceRequest(rw http.ResponseWriter, req *http.Request, cli *http.Client) {
|
||||
|
Loading…
Reference in New Issue
Block a user