Skip to content

Commit

Permalink
Publish 1.3.13 (#218)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tatsinnit authored Jul 21, 2023
1 parent 6b943e0 commit 729d185
Show file tree
Hide file tree
Showing 9 changed files with 23 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## [1.3.13]

* Enabling create cluster.
* Add webview component for detectors.
* Fix spelling of "snapshot" in menus.

Thank you so much to @FineTralfazz, @rzhang628, @peterbom, @gambtho and @qpetraroia.

## [1.3.12]

* Remove unnecessary kubelogin download.
Expand Down
12 changes: 12 additions & 0 deletions docs/book/src/features/show-properties-azureportal-start-stop.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,18 @@ Right click on your AKS cluster and click on **Show Properties** to display the

Right click on your AKS sunscription and click on **Create cluster from Azure Portal** to easily navigate to AKS create cluster page in Azure Portal.

### Create cluster

Right click on your AKS subscription and click on **Create Cluster** and select **Create Standard Cluster** which will start a 2-step wizard for you to enter a valid cluster name and select an existing resource group. The VS Code experience will then notify user with the deployment progress and present you with the **Navigate to Portal** link when it completes successfully.

![Step 1: Create Cluster Name](../resources/vscode-create-cluster-step-1.png)

![Step 2: Select ResourceGroup Name](../resources/vscode-create-cluster-step-2.png)

![Creation message notification](../resources/vscode-creating-notification.png)

![Successful Creation](../resources/vscode-creation-successful.png)

### Start or Stop AKS cluster

Right click on your AKS cluster and click on **Show Properties** to display the AKS cluster properties, within the page there will be **Stop/Start Cluster** button to perform the start or stop the cluster operation.
Expand Down
Binary file modified docs/book/src/resources/right-click-subscription.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vscode-aks-tools",
"displayName": "Azure Kubernetes Service",
"description": "Display Azure Kubernetes Services within VS Code",
"version": "1.3.12",
"version": "1.3.13",
"aiKey": "AIF-d9b70cd4-b9f9-4d70-929b-a071c400b217",
"publisher": "ms-kubernetes-tools",
"icon": "resources/aks-tools.png",
Expand Down

0 comments on commit 729d185

Please sign in to comment.