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 08:00:16 -07:00 committed by GitHub
parent 1a566bef47
commit aa45eebf3d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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) {