Граф коммитов

652 Коммитов

Автор SHA1 Сообщение Дата
mjethwa-msft 5528b3f742 Remove read-only references from slb proto 2024-09-03 11:52:45 -07:00
mjethwa-msft 44e1c5840e Update SLB proto 2024-09-03 11:52:45 -07:00
mjethwa-msft 4b7337ce1b Add apiVersion 2024-09-03 11:52:45 -07:00
mjethwa-msft edadea757b Updates to SLB proto 2024-09-03 11:52:45 -07:00
mjethwa-msft c16e12eac8 Initial draft 2024-09-03 11:52:45 -07:00
mkatturu 9fbdaff2c6
added availability zone proto (#271)
* added availability zone proto

* updated pb.go

* added status and virtualMachine reference in av zone

* added av zone reference in virtual machine proto

* updated virtual machine reference number

* updated avzone reference number

* ran make generate

* updated vitualMachineRef object

* updated avzonereference in vm

* updated avzonereference in vm

* added groupName property

* after make generate

* removed some properties

* moved availability zone to cloud

* moved the files to cloud

* added av zone update operation enum

* adding roles for avzones

* fixed indentation

* added precheck API of av zone

* :Revert "added precheck API of av zone"

This reverts commit 2720915fd3.

* added precheck API of av zone

* updated name to zone

* built locally

* Revert "built locally"

This reverts commit c83fe870b1.

* make generate changes
2024-08-22 20:05:04 -07:00
shayan-msft 302d8114d5
Merge pull request #281 from microsoft/user/sgolshani/security_encryption_type
Add SecurityEncryptionType
2024-08-21 08:21:35 -07:00
Shayan Golshani be6f764470 regenerate protobuf after rebasing main 2024-08-20 12:35:41 -07:00
Shayan Golshani 1f4827a838 generate protobuf 2024-08-20 12:33:00 -07:00
Shayan Golshani 5663e48ac9 adding SecurityEncryptionType in ManagedDisk 2024-08-20 12:31:18 -07:00
shayan-msft 449745f20a
fix BearerAuthorizer creation bug (#284) 2024-08-20 10:41:29 -07:00
shayan-msft abf1c4d2ea
Merge pull request #283 from microsoft/user/sgolshani/fix_gen_protoc
fix generated protobuf
2024-08-20 09:19:26 -07:00
Shayan Golshani 5b6aed223d fix generated protobuf 2024-08-19 10:47:23 -07:00
shayan-msft 31c12f09d3
Merge pull request #268 from microsoft/user/sgolshani/cvm_changes
Adding structures to support New Security Type
2024-08-12 13:30:07 -07:00
Shayan Golshani 49e2ec307d remove SecurityEncrypionType 2024-07-24 12:51:02 -07:00
Shayan Golshani 9fb0d7b376 adding Disk SecurityEncryptionType for Stateless CVM 2024-07-24 12:50:58 -07:00
aeweston-msft 48f405a02d
Add Precheck RPC for various resources (#269)
* avail set changes

* rpc definition changes

* fix typo
2024-06-27 13:02:41 -07:00
James Liang 1ec222c078
Add VM SKUs for NVIDIA H100 GPU (#265) 2024-06-22 16:57:10 +08:00
JamesLiang29 c652621f71
Precheck Capacity before Provisioning Virtual Machines and Virtual Hard Disks (#266) 2024-06-20 09:00:51 +08:00
wenjlu-lgy cf47788f85
Merge pull request #255 from microsoft/usr/wenjlu/aksgpu
gpu grpc change for aks hybrid
2024-05-07 10:01:18 +08:00
Dhaval Popat 6d76a24084 Update gpu list in VM Size 2024-05-06 10:46:02 -07:00
Dhaval Popat 8cb05b8e12 Using partitonsize mb instead of bytes in HostGPU based on discussion with MOC team 2024-05-02 11:56:09 -07:00
Dhaval Popat 6d5e25bc2a Rename Gpu to VirtualMachineGPU 2024-05-02 10:30:42 -07:00
Dhaval Popat dd1263489b Reserve 6 since we are using HostGPU for Resources now 2024-05-01 14:01:56 -07:00
Dhaval Popat 95665ef60e Reserve unused fields 2024-05-01 13:58:41 -07:00
Dhaval Popat 1a7cef7ca3 Revert to use AssignmentType enum 2024-04-25 23:31:03 -07:00
Dhaval Popat c4f507a5e6 Merge branch 'usr/wenjlu/aksgpu' of ssh://github.com/microsoft/moc into usr/wenjlu/aksgpu 2024-04-24 10:29:56 -07:00
Dhaval Popat 3fd2b25b47 Make default the first gpu assignment type 2024-04-24 10:29:48 -07:00
wenjlu-lgy 048f2d72ca fix comment 2024-04-23 10:44:37 +08:00
Dhaval Popat 1efd3f2c72 Converting partition size to MB 2024-04-11 13:39:40 -07:00
Dhaval Popat 4c01ed871d Merge branch 'main' of ssh://github.com/dhavalpopat/moc into usr/wenjlu/aksgpu 2024-04-09 17:26:11 -07:00
Dhaval Popat 5b28448eb7 Update nodeinfo GPU based on feedback 2024-04-09 17:25:35 -07:00
Yingxin Zhang fca15f3887
Merge pull request #260 from microsoft/users/yz/vmsize
Add Standard_F16s_HPN vm SKU cpu and memory specifications
2024-04-09 09:23:52 -07:00
John Carden 200f4fc6f2 add f16s_HPN vm size 2024-04-09 00:25:29 +00:00
Vivian Lappenbusch (MSFT) d46c74ec23
Fix NSG deserialization (#258)
* add reserved fields

* add to ipconfig instead of nic

* standardize comments

* address capitalization inconsistencies and update names

---------

Co-authored-by: vlappenbusch <vlappenbusch@vivianlapp.redmond.corp.microsoft.com>
2024-04-05 16:09:35 -07:00
Vivian Lappenbusch (MSFT) 186a115513
Add NSG support for logical networks (#251)
* add nsg to logical subnet properties

* revert change to test

* change capitalization in lnet and add nsggroup type

* reenable proxy validation test

* add everything before removing refs

* revert refs change

* use location instead of group

* change resource reference for NSG

---------

Co-authored-by: vlappenbusch <vlappenbusch@vivianlapp.redmond.corp.microsoft.com>
2024-04-03 23:16:26 -07:00
wenjlu-lgy b4d0b1956c add default type to gpu assign type 2024-03-27 11:07:48 +08:00
wenjlu-lgy 6531cbba79 remove gpucount to use list length 2024-03-27 10:26:02 +08:00
wenjlu-lgy c5dd438c85 gpu grpc change for aks hybrid 2024-03-26 10:48:23 +08:00
ganeshamohana 698c12f142
Merge pull request #252 from microsoft/user/gmohana/notify_id
Add identifier for MOC notifications
2024-03-21 13:26:07 -07:00
ganeshamohana e964d25e21
Merge branch 'main' into user/gmohana/notify_id 2024-03-20 15:42:31 -07:00
Dhaval Popat 4977ccd6a5
Merge pull request #240 from dhavalpopat/gpu
Update GPU support to allow GPU List
2024-03-19 14:00:11 -07:00
Dhaval Popat 5510136332
Merge branch 'main' into gpu 2024-03-12 14:57:04 -07:00
Ganesh 201bba6036 Merge branch 'main' into user/gmohana/notify_id 2024-03-12 12:01:48 -07:00
Pradeep Kumar Gayam b607d0f30c
Merge pull request #225 from microsoft/user/vlappenbusch/nsg
Add support for Network Security Groups
2024-03-12 09:51:50 -07:00
Ganesh 235d1d0e81 Add identifier for MOC notifications 2024-03-11 16:44:08 -07:00
Dhaval Popat fd95192a0d Merge branch 'main' of ssh://github.com/dhavalpopat/moc into gpu 2024-03-06 10:53:07 -08:00
vlappenbusch cbb045996d update with master 2024-03-04 18:24:58 -08:00
John Carden 727a2b6da6
Merge pull request #236 from jocardeMSFT/users/jocarde/avset-crud
Add support for availability sets in MOC pb definitions
2024-03-04 11:33:59 -08:00
John Carden e93e352495
Merge branch 'main' into users/jocarde/avset-crud 2024-03-04 10:35:58 -08:00