chaostoolkit-incubator / chaostoolkit-azure

Chaos Toolkit Extension for Azure
https://chaostoolkit.org/
Apache License 2.0
22 stars 28 forks source link

Violating the DRY principle #100

Closed bugra-derre closed 4 years ago

bugra-derre commented 4 years ago

The VMSS and the Machine actions are both utilizing its own run_command feature.

It would be benefitial to have a centralized spot to run command - because maintaing will be easier.