I'm using the Azure SDK for Python to access the REST API, and I'm finding that the get_hosted_service_properties method returns inconsistent results.
Sometimes it works fine, other times it throws the error
<Error xmlns="http://schemas.microsoft.com/windowsazure" xmlns:i="http://www.w3.org/2001/XMLSchema-instance"><Code>MissingOrInvalidRequiredQueryParameter</Code><Message>A required query parameter was not specified for this request or was specified incorrectly.</Message></Error>