Skip to content

Commit 8627b08

Browse files
Merge pull request #7145 from microsoft/yuwei/bugfix-202211
update message
2 parents aab2d32 + 95959ab commit 8627b08

File tree

2 files changed

+1
-3
lines changed
  • Utils/azure-toolkit-ide-libs

2 files changed

+1
-3
lines changed

Utils/azure-toolkit-ide-libs/azure-toolkit-ide-appservice-lib/src/main/java/com/microsoft/azure/toolkit/ide/appservice/function/coretools/FunctionsCoreToolsManager.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ private void cacheReleaseInfoFromFeed() {
7676
});
7777
}
7878

79-
@AzureOperation(name = "function.download_func_core_tools", type = AzureOperation.Type.ACTION)
8079
private void doDownloadReleaseTools(@Nullable ReleaseInfo releaseInfo, String downloadDirPath) {
8180
if (Objects.isNull(releaseInfo)) {
8281
return;

Utils/azure-toolkit-ide-libs/azure-toolkit-ide-common-lib/src/main/resources/bundles/com/microsoft/azure/toolkit/operation.properties

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,7 @@ cosmos.open_data_explorer.account=open Azure Cosmos DB Account ({0}) in data exp
450450
database.try_ultimate=try IntelliJ Ultimate Edition
451451
function.config_core_tools=configure Azure Functions Core Tools in IDE
452452
function.create_app.group=create function app in resource group ({0})
453-
function.download_core_tools=download and install Azure Functions Core Tools
453+
function.download_core_tools=download Azure Functions Core Tools
454454
function.refresh_functions.app=refresh functions in function app
455455
function.swap_deployment.deployment|app=swap deployment slot({0}) of Function App({1}) for production
456456
function.trigger_func.trigger=trigger function({0})
@@ -520,7 +520,6 @@ webapp.reopen_creation_dialog=reopen Azure Web App creation dialog
520520
function.start_remote_debugging=start remote debugging for selected app
521521
function.enable_remote_debugging_notification=enable remote debugging
522522
function.retry_with_free_port=retry with free port
523-
function.download_func_core_tools=download Azure Functions Core Tools
524523
kubernetes.set_kube_config=set kubeconfig file for your project
525524
kubernetes.open_kubernetes_plugin=open tool window of Kubernetes plugin
526525
kubernetes.install_kubernetes_plugin=install Kubernetes plugin to connect Azure Kubernetes service

0 commit comments

Comments
 (0)