Skip to content

Commit f491437

Browse files
authored
On branch edburns-msft-broken-link-ssh-keys (#12530)
modified: specification/compute/resource-manager/Microsoft.Compute/stable/2020-06-01/compute.json Fix broken link at `definitions.SshPublicKey.keyData.description`.
1 parent c1a640d commit f491437

File tree

1 file changed

+1
-1
lines changed
  • specification/compute/resource-manager/Microsoft.Compute/stable/2020-06-01

1 file changed

+1
-1
lines changed

specification/compute/resource-manager/Microsoft.Compute/stable/2020-06-01/compute.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8493,7 +8493,7 @@
84938493
},
84948494
"keyData": {
84958495
"type": "string",
8496-
"description": "SSH public key certificate used to authenticate with the VM through ssh. The key needs to be at least 2048-bit and in ssh-rsa format. <br><br> For creating ssh keys, see [Create SSH keys on Linux and Mac for Linux VMs in Azure](https://docs.microsoft.com/azure/virtual-machines/virtual-machines-linux-mac-create-ssh-keys?toc=%2fazure%2fvirtual-machines%2flinux%2ftoc.json)."
8496+
"description": "SSH public key certificate used to authenticate with the VM through ssh. The key needs to be at least 2048-bit and in ssh-rsa format. <br><br> For creating ssh keys, see [Create SSH keys on Linux and Mac for Linux VMs in Azure](https://docs.microsoft.com/en-us/azure/virtual-machines/linux/mac-create-ssh-keys?toc=%2fazure%2fvirtual-machines%2flinux%2ftoc.json)."
84978497
}
84988498
},
84998499
"description": "Contains information about SSH certificate public key and the path on the Linux VM where the public key is placed."

0 commit comments

Comments
 (0)