ekristen / azure-nuke

Remove all resources from an Azure Tenant and it's Subscriptions.
https://ekristen.github.io/azure-nuke/
MIT License
34 stars 8 forks source link

feat: allow filtering by subscriptions #29

Closed ekristen closed 1 year ago

ekristen commented 1 year ago

Allows filtering to a specific subscription using the --subscription-id CLI argument (it may be provided more than once) or via the AZURE_SUBSCRIPTION_ID environment variable.

Resolves #24