Add PlatformDiskId to VirtualHardDiskProperties - #355
Merged
Conversation
Contributor
Author
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Madhan Raj Mookkandy (madhanrm)
approved these changes
Oct 24, 2025
Jonah Kohn (jonah-kohn)
approved these changes
Oct 24, 2025
neerajdixit-msft2
pushed a commit
that referenced
this pull request
Oct 28, 2025
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.
wmi PR: microsoft/wmi#179
moc PR: microsoft/moc#400
moc-pkg PR: https://github.com/microsoft/moc-pkg/pull/683
wssdagent PR: https://github.com/microsoft/wssdagent/pull/1430
wssd-sdk-for-go PR: microsoft/wssd-sdk-for-go#335
wssdcloudagent PR: https://github.com/microsoft/wssdcloudagent/pull/1603
Add PlatformDiskId to VirtualHardDiskProperties, which will be used by azstackhci-operator and stored in the ARM resource later as UniqueID.
This will help customers use the UniqueID to map the ARM resource to an attached disk. Customers can use the Get-Disk or Get-PhysicalDisk PowerShell cmdlets to retrieve the unique ID of the attached disk inside a Windows guest VM and use it to identify the corresponding ARM resource. For Linux VMs, customers can use lsblk to retrieve the serial number of the attached disk and use it to identify the matching ARM resource by comparing it with the unique ID value in the ARM resource.
For example, a partner building a VM migration solution without a dependency on Active Directory will need to consume this.