Skip to content

Commit

Permalink
build data api v2 in the github action and switch flag to use data ap…
Browse files Browse the repository at this point in the history
…i v2 in the generation of the go sdk (#3446)
  • Loading branch information
stephybun authored Dec 6, 2023
1 parent 50c8947 commit 114cd84
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/automation-regenerate-go-sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ jobs:
run: |
cd ./data
make build
cd ../tools/data-api
make build
- name: "Launch SSH Agent"
run: |
Expand Down
2 changes: 1 addition & 1 deletion scripts/automation-generate-and-commit-go-sdk.sh
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ function main {
local outputDirectory="tmp/go-azure-sdk"
local sdkRepo="[email protected]:hashicorp/go-azure-sdk.git"
local sha
local useV2Generator=false
local useV2Generator=true

buildAndInstallDependencies
sha=$(getSwaggerSubmoduleSha "$swaggerSubmodule")
Expand Down

0 comments on commit 114cd84

Please sign in to comment.