Adding azure resource provider for mysql flexible server (#20529)

This commit is contained in:
rishky-msft
2022-09-07 22:24:18 +05:30
committed by GitHub
parent cbd3cccf68
commit 5c620264c4
8 changed files with 179 additions and 3 deletions

View File

@@ -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']
]);
/**