Microsoft On-Premise Cloud
Перейти к файлу
Ashwini Cheerla 3e72f44421 Merge branch 'main' into users/acheerla/cgi 2024-06-27 21:16:12 +00:00
.gdn Fix area path 2023-11-28 13:57:54 -08:00
.github/workflows Create codeql.yml 2023-02-28 20:28:57 -08:00
.pipelines fix go version in build.yaml 2024-02-29 15:21:50 -08:00
common Add VM SKUs for NVIDIA H100 GPU (#265) 2024-06-22 16:57:10 +08:00
pkg update with master 2024-03-04 18:24:58 -08:00
rpc Merge branch 'main' into users/acheerla/cgi 2024-06-27 21:16:12 +00:00
.gitignore Init 2020-09-02 20:16:34 -07:00
CODE_OF_CONDUCT.md Initial CODE_OF_CONDUCT.md commit 2020-07-13 17:32:20 -07:00
LICENSE Init 2020-09-02 20:16:34 -07:00
Makefile fix bug26204018 - gopkg.in/yaml.v2 (#228) 2024-01-24 00:34:29 -08:00
NOTICE.md Init 2020-09-02 20:16:34 -07:00
README.md Re-enabling Windows Answer Files support and fixing up some build logic regressions 2021-01-04 11:56:42 -08:00
SECURITY.md Initial SECURITY.md commit 2020-07-13 17:32:23 -07:00
azure-pipelines.yml * Refactor pipeline. * Add static analysis 2022-01-08 01:44:58 -08:00
gen.sh Re-enabling Windows Answer Files support and fixing up some build logic regressions 2021-01-04 11:56:42 -08:00
go.mod Changes for cgi 2024-06-27 21:15:21 +00:00
go.sum Changes for cgi 2024-06-27 21:15:21 +00:00

README.md

Generating ProtoBuf

Prerequisites

Go must be installed.

Steps

Simply run:

make generate
make all

This will automatically handle pulling down the remaining dependencies (e.g. protoc), generating the *.pb.go files and placing those files in the repository. After that, you can use git (e.g. git status) to review the changes.

Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.opensource.microsoft.com.

When you submit a pull request, a CLA bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., status check, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.