-
Notifications
You must be signed in to change notification settings - Fork 55
[moc] Add AvailabilitySet Operation for Add/Remove VM #376
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
…inanliu/AvSetUpdateIdem merging to get latest from master
rpc/cloudagent/compute/availabilityset/moc_cloudagent_availabilityset.proto
Outdated
Show resolved
Hide resolved
rpc/nodeagent/compute/availabilityset/moc_nodeagent_availabilityset.proto
Outdated
Show resolved
Hide resolved
ruinan-liu
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Replied to comments
go.mod
Outdated
| github.com/golang/protobuf v1.5.4 | ||
| github.com/hectane/go-acl v0.0.0-20230122075934-ca0b05cb1adb | ||
| github.com/jmespath/go-jmespath v0.4.0 | ||
| github.com/microsoft/moc-pkg v0.13.3 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Any idea why is this being added? Does moc depend on moc-pkg?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it is because this file is using it
https://github.com/microsoft/moc/blob/main/pkg/fs/fs_windows.go
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
But you're not making any changes to this file, right? Any idea why your PR is bringing in the dependency on moc-pkg?
ruinan-liu
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Replied to comments
|
/azp |
Supported commands
See additional documentation. |
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Added AvailabilitySetOperation Struct and introduced 2 operation types Add_VM, Remove_VM