Microsoft On-Premise Cloud
Перейти к файлу
mkatturu fc6975e9e6
Adding proto changes for Placement Group (#299)
* added proto changes for Placement Group

* updated placement group

* updated enums for placement group

* updated zoneconfig and nodeagent PG changes

* updated VMRef name

* updated Entity name

* updated VMRef name

* updated locationName

* removed virtualMachineRef struct

* make generate changes

* removed VirtualMachineRef from PG nodeagent
2024-10-21 14:35:02 -07:00
.gdn Update .gdntsa 2024-10-01 11:22:42 -07:00
.github/workflows Create codeql.yml 2023-02-28 20:28:57 -08:00
.pipelines Update golang version to 1.22.5 (#280) 2024-09-09 15:28:47 -07:00
common Adding proto changes for Placement Group (#299) 2024-10-21 14:35:02 -07:00
pkg added client side interceptors (#308) 2024-10-17 11:31:22 -05:00
rpc Adding proto changes for Placement Group (#299) 2024-10-21 14:35:02 -07: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 Adding proto changes for Placement Group (#299) 2024-10-21 14:35:02 -07:00
go.sum Adding proto changes for Placement Group (#299) 2024-10-21 14:35:02 -07: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.