Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove deprecated starter workflow commands #722

Merged
merged 1 commit into from
Jun 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
49 changes: 4 additions & 45 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -200,10 +200,6 @@
"command": "aks.installAzureServiceOperator",
"title": "Install Azure Service Operator"
},
{
"command": "aks.configureStarterWorkflow",
"title": "Starter Workflow (deprecated)"
},
{
"command": "aks.aksCRUDDiagnostics",
"title": "Create, Upgrade, Delete and Scale"
Expand All @@ -228,18 +224,6 @@
"command": "aks.aksKnownIssuesAvailabilityPerformanceDiagnostics",
"title": "Known Issues, Availability and Performance"
},
{
"command": "aks.configureHelmStarterWorkflow",
"title": "Helm Workflow (deprecated)"
},
{
"command": "aks.configureKomposeStarterWorkflow",
"title": "Kompose Workflow (deprecated)"
},
{
"command": "aks.configureKustomizeStarterWorkflow",
"title": "Kustomize Workflow (deprecated)"
},
{
"command": "aks.attachAcrToCluster",
"title": "Attach ACR to Cluster",
Expand Down Expand Up @@ -380,11 +364,6 @@
},
{
"submenu": "aks.automatedDeploymentsSubMenu",
"when": "view == kubernetes.cloudExplorer && viewItem =~ /aks\\.cluster/i && workspaceFolderCount >= 1",
"group": "9@1"
},
{
"submenu": "aks.ghWorkflowSubMenu",
"when": "view == kubernetes.cloudExplorer && viewItem =~ /aks\\.cluster/i",
"group": "9@1"
},
Expand Down Expand Up @@ -455,29 +434,13 @@
},
{
"command": "aks.draftDeployment",
"group": "navigation"
"group": "navigation",
"when": "workspaceFolderCount >= 1"
},
{
"command": "aks.draftWorkflow",
"group": "navigation"
}
],
"aks.ghWorkflowSubMenu": [
{
"command": "aks.configureHelmStarterWorkflow",
"group": "navigation"
},
{
"command": "aks.configureKomposeStarterWorkflow",
"group": "navigation"
},
{
"command": "aks.configureKustomizeStarterWorkflow",
"group": "navigation"
},
{
"command": "aks.configureStarterWorkflow",
"group": "navigation"
"group": "navigation",
"when": "workspaceFolderCount >= 1"
}
],
"aks.networkTroubleshootingSubMenu": [
Expand Down Expand Up @@ -518,10 +481,6 @@
"id": "aks.automatedDeploymentsSubMenu",
"label": "Automated Deployments"
},
{
"id": "aks.ghWorkflowSubMenu",
"label": "Create GitHub Workflow (deprecated)"
},
{
"id": "aks.managedClusterOperationSubMenu",
"label": "Managed Cluster Operations"
Expand Down
126 changes: 0 additions & 126 deletions resources/yaml/azure-kubernetes-service-helm.yml

This file was deleted.

121 changes: 0 additions & 121 deletions resources/yaml/azure-kubernetes-service-kompose.yml

This file was deleted.

Loading
Loading