- Added
StatusCode
toError
for more easily obtaining the HTTP Reponse StatusCode (if any)
- Changed
to.StringMapPtr
method signature to return a pointer - Changed
ServicePrincipalCertificateSecret
andNewServicePrincipalTokenFromCertificate
to support generic certificate and private keys
- Added Logging inspectors to trace http.Request / Response
- Added support for User-Agent header
- Changed WithHeader PrepareDecorator to use set vs. add
- Added JSON to error when unmarshalling fails
- Added Client#Send method
- Corrected case of "Azure" in package paths
- Added "to" helpers, Azure helpers, and improved ease-of-use
- Corrected golint issues
- Added CHANGELOG.md
- Added mechanism to retrieve a ServicePrincipalToken using a certificate-signed JWT
- Added an example of creating a certificate-based ServicePrincipal and retrieving an OAuth token using the certificate
- Introduce godeps and vendor dependencies introduced in v1.1.1