Steve Schilinski
Steve Schilinski
@stmax82 in this case it is going to be the API version for the resource you want to delete. For example, if the resource is a VM then you need...

This will show the latest version that is RELEASED. You can find older version and all version here for compute as an example: https://github.com/Azure/azure-rest-api-specs/tree/master/specification/compute/resource-manager/Microsoft.Compute/stable
Is it a Azure Monitor Workbook resource you are trying to delete?
@scrofungulus Thank you for your request. A work around is to pip install the CLI if you have python already installed: pip install azure-cli It is recommend you do this...