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 #28172 - No validation for region in CR create #48

Closed apuntamb closed 4 years ago

apuntamb commented 4 years ago

As per our documentation and azure-sdk standards, we use lowercased region for any action in AzureRM provisioning. Hence, this PR fixes the validation for region while creating compute resource through CLI.

ShimShtein commented 4 years ago

Merged, thanks @apuntamb