Rename the detachDatabaseAccount command (#2415)

to match attachDatabaseAccount

Fixes #2281
This commit is contained in:
Vsevolod Kukol 2024-11-20 14:10:15 +01:00 коммит произвёл GitHub
Родитель e2f9b39a94
Коммит 5f9b4db192
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 5 добавлений и 5 удалений

Просмотреть файл

@ -265,11 +265,6 @@
"title": "Create Server...",
"icon": "$(add)"
},
{
"category": "Cosmos DB",
"command": "azureDatabases.detachDatabaseAccount",
"title": "Detach"
},
{
"category": "Azure Databases",
"command": "azureDatabases.loadMore",
@ -298,6 +293,11 @@
"title": "Attach Database Account...",
"icon": "$(plug)"
},
{
"category": "Cosmos DB",
"command": "azureDatabases.detachDatabaseAccount",
"title": "Detach Database Account..."
},
{
"category": "Cosmos DB",
"command": "cosmosDB.attachEmulator",