Azure Monitor: Bump core plugin version (#46776)

* Azure Monitor: Bump core plugin version

* Remove updated, update learn more link
pull/46811/head
Shirley 3 years ago committed by GitHub
parent c717320942
commit 499445a5f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      pkg/tests/api/plugins/data/expectedListResp.json
  2. 5
      public/app/plugins/datasource/grafana-azure-monitor-datasource/plugin.json

@ -86,7 +86,7 @@
"links": [ "links": [
{ {
"name": "Learn more", "name": "Learn more",
"url": "https://github.com/grafana/azure-monitor-datasource" "url": "https://grafana.com/docs/grafana/latest/datasources/azuremonitor/"
}, },
{ {
"name": "Apache License", "name": "Apache License",
@ -112,8 +112,8 @@
"path": "public/app/plugins/datasource/grafana-azure-monitor-datasource/img/azure_monitor_cpu.png" "path": "public/app/plugins/datasource/grafana-azure-monitor-datasource/img/azure_monitor_cpu.png"
} }
], ],
"version": "0.3.0", "version": "1.0.0",
"updated": "2018-12-06" "updated": ""
}, },
"dependencies": { "dependencies": {
"grafanaDependency": "", "grafanaDependency": "",
@ -1553,4 +1553,4 @@
"signatureType": "", "signatureType": "",
"signatureOrg": "" "signatureOrg": ""
} }
] ]

@ -40,7 +40,7 @@
"large": "img/logo.jpg" "large": "img/logo.jpg"
}, },
"links": [ "links": [
{ "name": "Learn more", "url": "https://github.com/grafana/azure-monitor-datasource" }, { "name": "Learn more", "url": "https://grafana.com/docs/grafana/latest/datasources/azuremonitor/" },
{ "name": "Apache License", "url": "https://github.com/grafana/azure-monitor-datasource/blob/master/LICENSE" } { "name": "Apache License", "url": "https://github.com/grafana/azure-monitor-datasource/blob/master/LICENSE" }
], ],
"screenshots": [ "screenshots": [
@ -48,8 +48,7 @@
{ "name": "Azure Monitor Network", "path": "img/azure_monitor_network.png" }, { "name": "Azure Monitor Network", "path": "img/azure_monitor_network.png" },
{ "name": "Azure Monitor CPU", "path": "img/azure_monitor_cpu.png" } { "name": "Azure Monitor CPU", "path": "img/azure_monitor_cpu.png" }
], ],
"version": "0.3.0", "version": "1.0.0"
"updated": "2018-12-06"
}, },
"dependencies": { "dependencies": {

Loading…
Cancel
Save