From 6cf6894bb0cb5d128c4187938e59c670a02bb46b Mon Sep 17 00:00:00 2001 From: Martin Strobel Date: Tue, 20 Feb 2018 18:01:53 -0800 Subject: [PATCH] Removing `profileBuilder` portion of Swagger->SDK (#1102) * Removing `profileBuilder` portion of Swagger->SDK At the moment, we're having trouble running the profileBuilder in the Swagger->SDK environment, because it assumes that GOPATH is set on the machine in which it is running. Issue #1101 is tracking this and other problems introduced by that dependency. * Updating version requirements. * Updating again --- swagger_to_sdk_config.json | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/swagger_to_sdk_config.json b/swagger_to_sdk_config.json index 124b422c63e6..75bc13632f29 100644 --- a/swagger_to_sdk_config.json +++ b/swagger_to_sdk_config.json @@ -1,17 +1,10 @@ { "meta": { "after_scripts": [ - "dep ensure", - "cd ./tools/profileBuilder/", - "dep ensure", - "go install", - "cd ../..", - "go generate ./profiles/...", - "gofmt -w ./services/", - "gofmt -w ./profiles/" + "gofmt -w ./services/" ], "autorest_options": { - "use": "@microsoft.azure/autorest.go@~2", + "use": "@microsoft.azure/autorest.go@~2.1.87", "go": "", "verbose": "", "sdkrel:go-sdk-folder": ".",