Skip to content

Commit

Permalink
add generated clients
Browse files Browse the repository at this point in the history
  • Loading branch information
petrkotas committed Mar 26, 2024
1 parent 9d810b2 commit 12d07e6
Show file tree
Hide file tree
Showing 38 changed files with 19,370 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"editorconfig.editorconfig",
"ms-azuretools.vscode-bicep",
"ms-vscode.azurecli",
"arjun.swagger-viewer"
"arjun.swagger-viewer",
"typespec.typespec-vscode"
],

"settings": {
Expand All @@ -27,7 +28,8 @@
"version": "latest",
"installBicep": true,
"extensions": "providerhub"
}
},
"ghcr.io/devcontainers/features/dotnet:2": {}
},

"remoteUser": "vscode",
Expand Down
4 changes: 4 additions & 0 deletions .devcontainer/postCreate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ npm install \
# https://github.com/Azure/oav
npm install -g oav@latest

# Install the autorest used to generate golang and python clients
# it uses the dotnet, which is installed via feature in devcontainer.json
npm install -g autorest

# Install the golang-lint
# binary will be $(go env GOPATH)/bin/golangci-lint
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.55.2
Expand Down
68 changes: 68 additions & 0 deletions api/_output/go/client_factory.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

195 changes: 195 additions & 0 deletions api/_output/go/constants.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 12d07e6

Please sign in to comment.