We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12d15fa commit 0ef3d75Copy full SHA for 0ef3d75
api/v1beta1/azuremachine_types.go
@@ -84,7 +84,7 @@ type AzureMachineSpec struct {
84
// SSHPublicKey is the SSH public key string, base64-encoded to add to a Virtual Machine. Linux only.
85
// Refer to documentation on how to set up SSH access on Windows instances.
86
// +optional
87
- SSHPublicKey string `json:"sshPublicKey"`
+ SSHPublicKey string `json:"sshPublicKey,omitempty"`
88
89
// AdditionalTags is an optional set of tags to add to an instance, in addition to the ones added by default by the
90
// Azure provider. If both the AzureCluster and the AzureMachine specify the same tag name with different values, the
0 commit comments