feat: update moc dependency for enriched VM Get fields#363
Closed
jocardeMSFT wants to merge 1 commit intomasterfrom
Closed
feat: update moc dependency for enriched VM Get fields#363jocardeMSFT wants to merge 1 commit intomasterfrom
jocardeMSFT wants to merge 1 commit intomasterfrom
Conversation
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
niontive
reviewed
Feb 20, 2026
| github.com/golang/protobuf v1.5.4 | ||
| github.com/google/go-cmp v0.7.0 | ||
| github.com/microsoft/moc v0.39.0 | ||
| github.com/microsoft/moc v0.39.2-0.20260219214136-f96a5875ae97 |
There was a problem hiding this comment.
Nit - would be nice to just rev the patch version, but I'm fine with this.
Contributor
Author
There was a problem hiding this comment.
this is the pre rollup, this is my commit reference from my branch
Contributor
Author
There was a problem hiding this comment.
Acknowledged. Will update to the released version once the upstream moc PR merges and gets tagged.
This reply was written by AI
niontive
approved these changes
Feb 20, 2026
rbalwani
approved these changes
Feb 20, 2026
Contributor
Author
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Contributor
Author
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Summary
Problem Statement
The wssd-sdk-for-go needs to pick up the updated moc proto that includes the new
hyperVVmIdandhostNodeIpAddressfields on the VirtualMachine message.Proposed Solution
go.modto reference the moc dependency from the vm-get-all branchDependencies
Testing Complete
go build ./...succeeds