Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
2.0.0
Description
When launching a VM with the Azurecompute-arm module, if no region is specified the provisioning fails.
Jclouds attempts to list the hardware profiles here. This then calls the code here which, if no region is specified, requests hardware profiles from all regions. Unfortunately the IDs returned are the same from all regions, leading to conflicting objects in the Map.
Attachments
Issue Links
- depends upon
-
JCLOUDS-1273 Cannot work with multiple resource groups in Azure ARM
- Resolved