mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2026-01-10 13:08:20 +00:00
Hide Azure Synapse Link button for Serverless accounts (#121)
This commit is contained in:
@@ -246,6 +246,11 @@ export class CommandBarComponentButtonFactory {
|
||||
if (config.platform === Platform.Emulator) {
|
||||
return null;
|
||||
}
|
||||
|
||||
if (container.isServerlessEnabled()) {
|
||||
return null;
|
||||
}
|
||||
|
||||
if (
|
||||
container.databaseAccount &&
|
||||
container.databaseAccount() &&
|
||||
|
||||
Reference in New Issue
Block a user