jpoon / azure-create-vhd

💾 Docker image to create a blank VHD on Microsoft Azure
https://hub.docker.com/r/jpoon/azure-create-vhd/
MIT License
6 stars 2 forks source link

go-autorest issue #4

Open mallikharjunrao opened 7 years ago

mallikharjunrao commented 7 years ago

Hi Jpoon I am getting the below exception while running the container. Kindly do the needful.

github.com/Azure/go-autorest/autorest

/go/src/github.com/Azure/go-autorest/autorest/retriablerequest.go:44: rr.req.GetBody undefined (type http.Request has no field or method GetBody) /go/src/github.com/Azure/go-autorest/autorest/retriablerequest.go:47: rr.req.GetBody undefined (type http.Request has no field or method GetBody)

jpoon commented 7 years ago

Can you try using the docker image?

Since I didn't vendor the dependencies, the Azure SDK has likely changed and broke backwards compatibility.