mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
AzureMonitor: Add region params (#55763)
* Ensure region params are included * Fix betterer results change
This commit is contained in:
parent
846a4510b4
commit
53c61b49bf
@ -350,7 +350,7 @@ export default class ResourcePickerData extends DataSourceWithBackend<AzureMonit
|
||||
{
|
||||
resourceUri: `/subscriptions/${subscription.id}`,
|
||||
},
|
||||
false
|
||||
true
|
||||
);
|
||||
if (namespaces) {
|
||||
const namespaceVals = namespaces.map((namespace) => `"${namespace.value.toLocaleLowerCase()}"`);
|
||||
|
Loading…
Reference in New Issue
Block a user