Description of problem: The Azure API does not expose the used or free disk space. Without this value, the UI displays a 0% value for used provisioned disk space which is incorrect. This should not be displayed if it is not available from the Provider. Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. Add an Azure provider 2. Select any instance 3. Click on Containers 4. View the details of a disk 5. Percent Used Provisioned Space: 0.0% Expected results: If the Provider does not return the used/free space, then do not display anything. Additional info: Refer to BZ https://bugzilla.redhat.com/show_bug.cgi?id=1505951 where this was bundled into a slew of other issues.