I noticed that Azure's Java SDK has several maven dependencies which seem to be targeting the same thing, for instance, the following artifact ids:
- azure-management-storage:0.8.0
- azure-mgmt-storage:0.8.0
- azure-svc-mgmt-storage:0.8.0
It's the same with network and compute.
Does anyone know what's the difference between those?
Thanks!