Support for MongoDB clusters / vCore (#22512)

* Initial support for MongoDB clusters / vCore

* Get cluster connection string from arm

* Preserve Azure account for any auth type

When a service has been selected through the Azure
browser, we want to preserve the Azure account
information even if a different authentication has
been selected. This allows doing ARM operations
using the signed in Azure account for any resources
including those with a different login types such
as clusters.
This commit is contained in:
Vsevolod Kukol
2023-06-08 00:38:35 +02:00
committed by GitHub
parent 346b207f4e
commit e0d5cd18b9
8 changed files with 33 additions and 12 deletions

View File

@@ -50,6 +50,7 @@ export interface DbServerGraphData extends GraphData {
properties: {
fullyQualifiedDomainName: string;
administratorLogin: string;
connectionString: string;
};
}