mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-04 01:25:38 -05:00
Adding azure resource provider for mysql flexible server (#20529)
This commit is contained in:
@@ -28,7 +28,8 @@ export const ConnectionProviderAndExtensionMap = new Map<string, string>([
|
||||
['PGSQL', 'microsoft.azuredatastudio-postgresql'],
|
||||
['KUSTO', 'microsoft.kusto'],
|
||||
['LOGANALYTICS', 'microsoft.azuremonitor'],
|
||||
['COSMOSDB_MONGO', 'microsoft.azure-cosmosdb-ads-extension']
|
||||
['COSMOSDB_MONGO', 'microsoft.azure-cosmosdb-ads-extension'],
|
||||
['MySQL', 'microsoft.azuredatastudio-mysql']
|
||||
]);
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user