Skip to content
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

Cut 2.49 rc.1 + cherry pick Azure fix #13314

Merged
merged 2 commits into from
Dec 20, 2023
Merged

Cut 2.49 rc.1 + cherry pick Azure fix #13314

merged 2 commits into from
Dec 20, 2023

Conversation

bwplotka
Copy link
Member

Context: #13245 (comment)

daniel-resdiary and others added 2 commits December 19, 2023 19:20
Calling `*armnetwork.InterfacesClient.Get()` doesn't work for Scale Set
VM NIC, because these use a different Resource ID format.

Use `*armnetwork.InterfacesClient.GetVirtualMachineScaleSetNetworkInterface()`
instead.  This needs both the scale set name and the instance ID, so
add an `InstanceID` field to the `virtualMachine` struct.  `InstanceID`
is empty for a VM that isn't a ScaleSetVM.

Signed-off-by: Daniel Nicholls <daniel.nicholls@resdiary.com>
Signed-off-by: bwplotka <bwplotka@gmail.com>
@bwplotka bwplotka merged commit 1e30685 into release-2.49 Dec 20, 2023
45 checks passed
@bwplotka bwplotka deleted the cut-2.49-rc.1 branch December 20, 2023 09:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants