From 8b7ed0a65690148acccfe96c49463fe4c7a002aa Mon Sep 17 00:00:00 2001 From: Jose Blanquicet Date: Wed, 7 Feb 2024 12:46:55 -0500 Subject: [PATCH] docs: Add Thanks section to README Signed-off-by: Jose Blanquicet --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 789a420..9f7f361 100644 --- a/README.md +++ b/README.md @@ -138,6 +138,17 @@ roles e.g Contributor, you should have the above permissions. However, if you ar using [custom roles](https://learn.microsoft.com/en-us/azure/role-based-access-control/custom-roles-portal) for a service principal, you need to make sure that the permissions are granted. +## Thanks + +- [az](https://github.com/Azure/azure-cli): `kubectl-aks` is inspired by the + Azure CLI. +- [azure-sdk-for-net](https://github.com/Azure/azure-sdk-for-net): it is used to + interact with the Azure API. +- [krew](https://sigs.k8s.io/krew): it is used to distribute `kubectl-aks` as a + kubectl plugin. +- [InnovationEngine](https://github.com/Azure/InnovationEngine/): it is used to + ensure that the documentation is always up to date. + ## Contributing This project welcomes contributions and suggestions. Most contributions require