Skip to content

Commit 1593f7f

Browse files
Merge pull request #8334 from rna-afk/azure_disk_encryption
no-jira: azure: Add securityProfile to control plane machines
2 parents f668504 + a68df20 commit 1593f7f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/asset/machines/azure/azuremachines.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@ func GenerateMachines(platform *azure.Platform, pool *types.MachinePool, userDat
131131
AdditionalCapabilities: additionalCapabilities,
132132
AllocatePublicIP: false,
133133
EnableIPForwarding: false,
134+
SecurityProfile: securityProfile,
134135
},
135136
}
136137
azureMachine.SetGroupVersionKind(capz.GroupVersion.WithKind("AzureMachine"))

0 commit comments

Comments
 (0)