You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
azure: derive AzureInterface VMSS/VM/RG values from the interface ID
The resource group, VMSS name and VM ID were cached in unexported json:"-"
fields, so an interface built from the Azure API never matched the copy
read back from the apiserver and the operator rewrote /status on every sync.
Derive them from ID on demand instead. SetID() then only assigns ID, so
remove it.
Signed-off-by: Jared Ledvina <jared.ledvina@datadoghq.com>
0 commit comments