microsoft / azure-vhd-utils

Azure VHD utilities.
Other
96 stars 41 forks source link

vhdUploadCmdHandler.go:238: not enough arguments in call to client.SetBlobMetadata #20

Closed mcronce closed 8 years ago

mcronce commented 8 years ago

It looks like https://github.com/Azure/azure-sdk-for-go/ made a change to the function signature for BlobStorageClient.SetBlobMetadata() /blob/master/storage/blob.go, which adds a fourth parameter.

I'm about to fork the repo and submit a pull request, just wanted to document it first.

anuchandy commented 8 years ago

@mcronce thanks for the contribution!

tomck commented 8 years ago

Seems there may be an inverse now...

go get github.com/Microsoft/azure-vhd-utils-for-go
# github.com/Microsoft/azure-vhd-utils-for-go
../gowork/src/github.com/Microsoft/azure-vhd-utils-for-go/vhdUploadCmdHandler.go:242: too many arguments in call to client.SetBlobMetadata