Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Install Go SDK fails #1487

Closed
seyadava opened this issue Apr 2, 2018 · 2 comments
Closed

Install Go SDK fails #1487

seyadava opened this issue Apr 2, 2018 · 2 comments
Labels
bug This issue requires a change to an existing behavior in the product in order to be resolved. CodeGen Issues that relate to code generation customer-reported Issues that are reported by GitHub users external to the Azure organization.

Comments

@seyadava
Copy link

seyadava commented Apr 2, 2018

Running bellow command to install Go SDK fails with the following error.

go get -u github.com/Azure/azure-sdk-for-go/...

ERROR:

github.com/Azure/azure-sdk-for-go/profiles/preview/preview/iotspaces/mgmt/iotspaces

DRIVE:\Users\USER\go\src\github.com\Azure\azure-sdk-for-go\profiles\preview\preview\iotspaces\mgmt\iotspaces\models.go:34:21: cannot use subscriptionID (type "github.com/satori/uuid".UUID) as type "github.com/satori/go.uuid".UUID in argument to iotspaces.New
DRIVE:\Users\USER\go\src\github.com\Azure\azure-sdk-for-go\profiles\preview\preview\iotspaces\mgmt\iotspaces\models.go:37:32: cannot use subscriptionID (type "github.com/satori/uuid".UUID) as type "github.com/satori/go.uuid".UUID in argument to iotspaces.NewWithBaseURI
DRIVE:\Users\USER\go\src\github.com\Azure\azure-sdk-for-go\profiles\preview\preview\iotspaces\mgmt\iotspaces\models.go:43:27: cannot use subscriptionID (type "github.com/satori/uuid".UUID) as type "github.com/satori/go.uuid".UUID in argument to iotspaces.NewClient
DRIVE:\Users\USER\go\src\github.com\Azure\azure-sdk-for-go\profiles\preview\preview\iotspaces\mgmt\iotspaces\models.go:46:38: cannot use subscriptionID (type "github.com/satori/uuid".UUID) as type "github.com/satori/go.uuid".UUID in argument to iotspaces.NewClientWithBaseURI
DRIVE:\Users\USER\go\src\github.com\Azure\azure-sdk-for-go\profiles\preview\preview\iotspaces\mgmt\iotspaces\models.go:110:37: cannot use subscriptionID (type "github.com/satori/uuid".UUID) as type "github.com/satori/go.uuid".UUID in argument to iotspaces.NewOperationsClient
DRIVE:\Users\USER\go\src\github.com\Azure\azure-sdk-for-go\profiles\preview\preview\iotspaces\mgmt\iotspaces\models.go:113:48: cannot use subscriptionID (type "github.com/satori/uuid".UUID) as type "github.com/satori/go.uuid".UUID in argument to iotspaces.NewOperationsClientWithBaseURI

github.com/Azure/azure-sdk-for-go/services/automation/mgmt/2015-10-31/automation

DRIVE:\Users\USER\go\src\github.com\Azure\azure-sdk-for-go\services\automation\mgmt\2015-10-31\automation\dscconfiguration.go:456:23: client.ResourceGroupName undefined (type DscConfigurationClient has no field or method ResourceGroupName)
DRIVE:\Users\USER\go\src\github.com\Azure\azure-sdk-for-go\services\automation\mgmt\2015-10-31\automation\dscconfiguration.go:487:58: client.ResourceGroupName undefined (type DscConfigurationClient has no field or method ResourceGroupName)
DRIVE:\Users\USER\go\src\github.com\Azure\azure-sdk-for-go\services\automation\mgmt\2015-10-31\automation\keys.go:40:34: too many arguments in call to NewWithBaseURI
have (string, string, string)
want (string, string)
DRIVE:\Users\USER\go\src\github.com\Azure\azure-sdk-for-go\services\automation\mgmt\2015-10-31\automation\keys.go:48:23: client.ResourceGroupName undefined (type KeysClient has no field or method ResourceGroupName)
DRIVE:\Users\USER\go\src\github.com\Azure\azure-sdk-for-go\services\automation\mgmt\2015-10-31\automation\keys.go:78:58: client.ResourceGroupName undefined (type KeysClient has no field or method ResourceGroupName)

github.com/Azure/azure-sdk-for-go/services/automation/mgmt/2017-05-15-preview/automation

DRIVE:\Users\USER\go\src\github.com\Azure\azure-sdk-for-go\services\automation\mgmt\2017-05-15-preview\automation\dscconfiguration.go:456:23: client.ResourceGroupName undefined (type DscConfigurationClient has no field or method ResourceGroupName)
DRIVE:\Users\USER\go\src\github.com\Azure\azure-sdk-for-go\services\automation\mgmt\2017-05-15-preview\automation\dscconfiguration.go:487:58: client.ResourceGroupName undefined (type DscConfigurationClient has no field or method ResourceGroupName)
DRIVE:\Users\USER\go\src\github.com\Azure\azure-sdk-for-go\services\automation\mgmt\2017-05-15-preview\automation\keys.go:40:34: too many arguments in call to NewWithBaseURI
have (string, string, string, string, string)
want (string, string)
DRIVE:\Users\USER\go\src\github.com\Azure\azure-sdk-for-go\services\automation\mgmt\2017-05-15-preview\automation\keys.go:48:23: client.ResourceGroupName undefined (type KeysClient has no field or method ResourceGroupName)
DRIVE:\Users\USER\go\src\github.com\Azure\azure-sdk-for-go\services\automation\mgmt\2017-05-15-preview\automation\keys.go:78:58: client.ResourceGroupName undefined (type KeysClient has no field or method ResourceGroupName)

@vladbarosan vladbarosan mentioned this issue Apr 4, 2018
6 tasks
@vladbarosan vladbarosan added bug This issue requires a change to an existing behavior in the product in order to be resolved. customer CodeGen Issues that relate to code generation labels Apr 4, 2018
marstr added a commit that referenced this issue Apr 5, 2018
* Reverting CI def so build failures are detected.

* Fixing build problems with automation packages.

* Regenerating latest profile.

* Regenerating preview profile.

* Moving noop.go from test package.
@marstr
Copy link
Member

marstr commented Apr 5, 2018

This should be fixed in v15.0.1

@marstr
Copy link
Member

marstr commented Apr 5, 2018

Feel free to scream at us if you're still running into this issue!

@marstr marstr closed this as completed Apr 5, 2018
@RickWinter RickWinter added the customer-reported Issues that are reported by GitHub users external to the Azure organization. label Jul 12, 2021
@github-actions github-actions bot locked and limited conversation to collaborators Apr 11, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug This issue requires a change to an existing behavior in the product in order to be resolved. CodeGen Issues that relate to code generation customer-reported Issues that are reported by GitHub users external to the Azure organization.
Projects
None yet
Development

No branches or pull requests

4 participants