Hello
When getting a generic resource by Id, it ignores the provider and uses only resource group name and object name, thus when there are 2 (or more) objects with same name (but different provider type) the wrong object is returned (first result?)
Issue is at:
https://github.com/Azure/azure-sdk-for-java/blame/master/azure-mgmt-resources/src/main/java/com/microsoft/azure/management/resources/fluentcore/arm/collection/implementation/GroupableResourcesImpl.java#L52
Hello
When getting a generic resource by Id, it ignores the provider and uses only resource group name and object name, thus when there are 2 (or more) objects with same name (but different provider type) the wrong object is returned (first result?)
Issue is at:
https://github.com/Azure/azure-sdk-for-java/blame/master/azure-mgmt-resources/src/main/java/com/microsoft/azure/management/resources/fluentcore/arm/collection/implementation/GroupableResourcesImpl.java#L52