a interum solution for managing the local admin password on azure vms by automatically cycling password with Azure Keyvault.
- Checks to see if Vault Secrets will expire (to disable the rotation of a password simply remove it and in turn restore it.)
- Creates a new super secret password that noone knows and stores it within keyvault.
- Attempts to change the users password
- [maybe do some cleanup later of old secret versions]
- relax a little.