diff --git a/package-lock.json b/package-lock.json index d070a76c..3165526f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "azure-deploy", - "version": "1.0.3", + "version": "1.0.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 42d53056..07f3fc0b 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "azure-deploy", "displayName": "Deploy to Azure", "description": "Generating CI/CD pipelines to Azure from GitHub Repo and Azure Repo", - "version": "1.0.3", + "version": "1.0.4", "publisher": "ms-vscode-deploy-azure", "aiKey": "AIF-d9b70cd4-b9f9-4d70-929b-a071c400b217", "repository": { @@ -62,6 +62,13 @@ "when": "explorerResourceIsFolder == true" } ], + "view/item/context": [ + { + "command": "configure-cicd-pipeline", + "group": "deploy@1", + "when": "view == kubernetes.cloudExplorer && viewItem =~ /aks\\.cluster/i" + } + ], "commandPalette": [ { "command": "browse-cicd-pipeline",