diff --git a/azure/scope/machinepool.go b/azure/scope/machinepool.go index 7b898211e72..3245264cefb 100644 --- a/azure/scope/machinepool.go +++ b/azure/scope/machinepool.go @@ -210,7 +210,7 @@ func (m *MachinePoolScope) ScaleSetSpec(ctx context.Context) azure.ResourceSpecG SubscriptionID: m.SubscriptionID(), HasReplicasExternallyManaged: m.HasReplicasExternallyManaged(ctx), ClusterName: m.ClusterName(), - AdditionalTags: m.AzureMachinePool.Spec.AdditionalTags, + AdditionalTags: m.AdditionalTags(), PlatformFaultDomainCount: m.AzureMachinePool.Spec.PlatformFaultDomainCount, ZoneBalance: m.AzureMachinePool.Spec.ZoneBalance, }