cloudbase / garm-provider-azure

Garm external provider for Azure
https://github.com/cloudbase/garm-provider-azure
Apache License 2.0
3 stars 7 forks source link

client: Fix usage of ForceDeletionTypes #5

Closed jepio closed 1 year ago

jepio commented 1 year ago

Right now garm passes the URL param "forceDeletionTypes=forceDeletionTypes=Microsoft.Compute/virtualMachines" which always errors out with:

The resource type does not support force deletion:'forceDeletionTypes=Microsoft.Compute/virtualMachines

Fix this by removing the prefix.

jepio commented 1 year ago

cc @gabriel-samfira

gabriel-samfira commented 1 year ago

thanks!