mirror of https://github.com/grafana/grafana.git
				
				
				
			Azure Monitor: Fix typo that may cause an API request to fail (#88320)
Fix typo
This commit is contained in:
		
							parent
							
								
									b926b6336d
								
							
						
					
					
						commit
						0b2fab9967
					
				| 
						 | 
				
			
			@ -164,7 +164,7 @@ export default class Datasource extends DataSourceWithBackend<AzureMonitorQuery,
 | 
			
		|||
  getMetricNamespaces(subscriptionId: string, resourceGroup?: string) {
 | 
			
		||||
    let url = `/subscriptions/${subscriptionId}`;
 | 
			
		||||
    if (resourceGroup) {
 | 
			
		||||
      url += `/resourceGroups/${resourceGroup};`;
 | 
			
		||||
      url += `/resourceGroups/${resourceGroup}`;
 | 
			
		||||
    }
 | 
			
		||||
    return this.azureMonitorDatasource.getMetricNamespaces({ resourceUri: url }, true);
 | 
			
		||||
  }
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue