From 3143bcd446388c416aac45bebf3fab71d21632db Mon Sep 17 00:00:00 2001 From: Andreas Dieckmann <54552094+diecknet@users.noreply.github.com> Date: Wed, 20 Mar 2024 12:02:44 +0100 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 948b1c3..ea21206 100644 --- a/README.md +++ b/README.md @@ -3,10 +3,13 @@ A simple PowerShell script to start/stop Azure Virtual Machines. For use with Azure Automation and a Managed Identity. The Managed Identity needs the permissions according to [`CustomRoleDefinition.json`](CustomRoleDefinition.json). +Tested with PowerShell 5.1 as a runtime. + ## Features - Starts/Stops one specific VM or all VMs in a Resource Group - Uses the modern ("Az") Azure PowerShell module (instead of the old AzureRm module) - Uses Managed Identity instead of RunAs Accounts +- Supports System-Assigned and User-Assigned Managed Identities (thanks @SanderBlom) - Simple - Free