Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# AzurePowerTools

Here a little script that will completely delete all resources of every resources group inside a specific subscription. To be able to execute this script you will need Azure [PowerShell cmdlets](https://docs.microsoft.com/en-us/powershell/azureps-cmdlets-docs/).
Here a little script that will completely delete all resources of every resources group inside a specific subscription. To be able to execute this script you will need Azure [PowerShell cmdlets](https://docs.microsoft.com/powershell/azureps-cmdlets-docs/?WT.mc_id=dotnet-0000-frbouche).

The script asks you to login-in then list all the subscriptions that this account has access. Once you specify which one, it will list all the resource grouped by resource group. Then as a final warning, it will require one last validation before nuking everything.

Expand Down