brian1917 / workloader

Workloader is a tool that helps manage resources in an Illumio PCE.
Apache License 2.0
28 stars 8 forks source link

option to iterate over all subscriptions #94

Open fajabird opened 1 year ago

fajabird commented 1 year ago

we have many cloud subscription under one cloud tennant

so when I run workloader azure-label it will just pull data for one of our hundrets subscriptions and I would need to create a script that will change subscription using a loop and than run workloader over and over again similar to this:

https://stackoverflow.com/questions/66667686/listing-all-virtual-machine-from-all-your-azure-subsciptions-using-cli

instead it would be more efficient if workloader could do the iteration when an option like "--all-subscriptions" has been provided