[jclouds/jclouds] Removes check for group name when deleting (#1202)

2018-05-03 Thread Daniel Estévez
This currently fails if you use a securityGroup with Upper case letters in your subscription. Naming check shouldn't be needed in a delete operation. You can view, comment on, or merge this pull request online at: https://github.com/jclouds/jclouds/pull/1202 -- Commit Summary -- * Removes

[jclouds/jclouds] Protects from NPE since SecurityGroup.getLocation() is nullable (#1201)

2018-05-03 Thread Daniel Estévez
Right now running the AzureComputeSecurityGroupExtensionLiveTest will fail with a NPE if you have any securityGroup in you subscription in any location not included in Set locations You can view, comment on, or merge this pull request online at: https://github.com/jclouds/jclouds/pull/1201