diff --git a/CHANGELOG.md b/CHANGELOG.md index 0bbfc2cd..27b44c80 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/docs/book/src/installation.md b/docs/book/src/installation.md index 0cc26af8..d56d980a 100644 --- a/docs/book/src/installation.md +++ b/docs/book/src/installation.md @@ -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) \ No newline at end of file +![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) diff --git a/docs/book/src/resources/aks-signin.png b/docs/book/src/resources/aks-signin.png new file mode 100644 index 00000000..ba14b898 Binary files /dev/null and b/docs/book/src/resources/aks-signin.png differ diff --git a/docs/book/src/resources/aks-signinpopup.png b/docs/book/src/resources/aks-signinpopup.png new file mode 100644 index 00000000..5ebb1d1c Binary files /dev/null and b/docs/book/src/resources/aks-signinpopup.png differ diff --git a/docs/book/src/resources/aks-signintoaccountorswitchaccount.png b/docs/book/src/resources/aks-signintoaccountorswitchaccount.png new file mode 100644 index 00000000..bf1b504b Binary files /dev/null and b/docs/book/src/resources/aks-signintoaccountorswitchaccount.png differ diff --git a/package-lock.json b/package-lock.json index a14efb8e..29fa9274 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vscode-aks-tools", - "version": "1.4.3", + "version": "1.4.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "vscode-aks-tools", - "version": "1.4.3", + "version": "1.4.4", "license": "MIT", "dependencies": { "@azure/arm-authorization": "^9.0.0", diff --git a/package.json b/package.json index 31bc5d2d..24921c1b 100644 --- a/package.json +++ b/package.json @@ -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",