Azure / packer-azure

Packer for Azure
MIT License
115 stars 50 forks source link

Handle API update to better handle OAuth. #208

Closed boumenot closed 8 years ago

boumenot commented 8 years ago

There was a build break because the go-autorest changed the way Service Principal Tokens (SPT) are created. The API is now explicit about how an OAuth token is formulated, and the endpoints used. The code hardcodes to Azure's public cloud. We are no worse than we were because we still did not support US Government Cloud and China. There is already a pending issue to address this.