Skip to content

Commit

Permalink
Update meta data
Browse files Browse the repository at this point in the history
  • Loading branch information
diecknet authored Mar 20, 2024
1 parent 3143bcd commit 21700d4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions SimpleAzureVMStartStop.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
.DESCRIPTION
This script is intended to start or stop Azure Virtual Machines in a simple way in Azure Automation.
The script uses Azure Automation Managed Identity and the modern ("Az") Azure PowerShell Module.
Both system-assigned and user-assigned Managed Identites are supported.
Requirements:
Give the Azure Automation Managed Identity necessary rights to Start/Stop VMs in the Resource Group.
Expand All @@ -13,14 +14,15 @@
- Microsoft.Compute/virtualMachines/read
.NOTES
Version: 1.2.2
Version: 1.3.0
Author: Andreas Dieckmann
Creation Date: 2023-09-21
Last update: 2024-03-20
GitHub: https://github.com/diecknet/Simple-Azure-VM-Start-Stop
Blog: https://diecknet.de
License: MIT License
Copyright (c) 2022 Andreas Dieckmann
Copyright (c) 2024 Andreas Dieckmann and other contributors
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down

0 comments on commit 21700d4

Please sign in to comment.