theforeman / foreman_azure_rm

Adds Azure Resource Manager as a compute resource for The Foreman
GNU General Public License v3.0
9 stars 24 forks source link

Fixes #28972 - Migration to fix casing to AzureRm #73

Closed apuntamb closed 4 years ago

apuntamb commented 4 years ago

For the older compute resource created with AzureRM as the provider or ForemanAzureRM as the type, it doesn't load the new model that has been renamed in #58 to AzureRm. Hence, adding this migration that will handle the issue of Uninitialized constant error.

ShimShtein commented 4 years ago

Merged, thanks @apuntamb!