mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
* Ensure region params are included
* Fix betterer results change
(cherry picked from commit 53c61b49bf
)
Co-authored-by: Andreas Christou <andreas.christou@grafana.com>
This commit is contained in:
parent
ff550df32f
commit
d097fb2e28
@ -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