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:
jcolladokuri
2021-09-09 17:00:16 +02:00
committed by GitHub
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) {