Skip to content

Commit

Permalink
Publish 1.4.4 (#642)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tatsinnit authored Apr 29, 2024
1 parent 127ed98 commit ea2ff17
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## [1.4.4]

* Azure Account Sign-In Changes.
* Dependabot updates and bumps.

Thank you so much @peterbom for continued effort login improvement, thanks you so much to @qpetraroia, @hsubramanianaks for testing this and for comments, special mention to both @TylerLeonhardt and @alexweininger for collaborations. Thanks all for our other BAU contributors.

## [1.4.3]

* Retina integration with VsCode.
Expand Down
10 changes: 8 additions & 2 deletions docs/book/src/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@

3. Once the installation is complete, you'll see a section named **Azure** under **Clouds**.

4. Sign in to your Azure Account by clicking **Sign in to Azure…**
4. Sign in to your Azure Account by clicking **Sign in to Azure…**, (Afternatively, user can use `ctrl + shift + p` or `cmd + shift + p` and choose `AKS: Sign in to Azure`) screenshot below could guide the switch for account as well. If your account has access to more than one Azure tenant, you will be prompted to pick one. To change the selected tenant later, you can run `AKS: Select tenant...` from the command palette `ctrl + shift + p` or `cmd + shift + p`.

![Sign in to your Azure Account](./resources/Sign-in.png)
![Sign in to your Azure Account](./resources/Sign-in.png)

![Sign in using Command Pallete](./resources/aks-signin.png)

![Sign in Pop-Up](./resources/aks-signinpopup.png)

![Sign Into or Switch Account](./resources/aks-signintoaccountorswitchaccount.png)
Binary file added docs/book/src/resources/aks-signin.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/book/src/resources/aks-signinpopup.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.
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.4.3",
"version": "1.4.4",
"aiKey": "0c6ae279ed8443289764825290e4f9e2-1a736e7c-1324-4338-be46-fc2a58ae4d14-7255",
"publisher": "ms-kubernetes-tools",
"icon": "resources/aks-tools.png",
Expand Down

0 comments on commit ea2ff17

Please sign in to comment.