Skip to content

Commit

Permalink
Corrected learn-site-link-broken build warnings (#3193)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikefrobbins authored Sep 6, 2024
1 parent 389e1f5 commit efb0822
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,7 @@ Specifies the name of the administrator account.
**Max-length (Linux):** 64 characters
**Max-length (Windows):** 20 characters
\<li\> For root access to the Linux VM, see [Using root privileges on Linux virtual machines in Azure](https://learn.microsoft.com/azure/virtual-machines/virtual-machines-linux-use-root-privileges?toc=%2fazure%2fvirtual-machines%2flinux%2ftoc.json)
\<li\> For a list of built-in system users on Linux that should not be used in this field, see [Selecting User Names for Linux on Azure](https://learn.microsoft.com/azure/virtual-machines/virtual-machines-linux-usernames?toc=%2fazure%2fvirtual-machines%2flinux%2ftoc.json).
**Max-length (Windows):** 20 characters
```yaml
Type: System.String
Expand All @@ -102,9 +99,7 @@ The maximum length of the binary array is 65535 bytes.
customData is passed to the VM to be saved as a file.
For more information see [Custom Data on Azure VMs](https://azure.microsoft.com/en-us/blog/custom-data-and-cloud-init-on-windows-azure/)
For using cloud-init for your Linux VM, see [Using cloud-init to customize a Linux VM during creation](https://learn.microsoft.com/azure/virtual-machines/virtual-machines-linux-using-cloud-init?toc=%2fazure%2fvirtual-machines%2flinux%2ftoc.json).
For more information see [Custom Data on Azure VMs](https://azure.microsoft.com/en-us/blog/custom-data-and-cloud-init-on-windows-azure/)
```yaml
Type: System.String
Expand Down
4 changes: 2 additions & 2 deletions azps-12.3.0/Az.HdInsightOnAks/New-AzHdInsightOnAksCluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -1198,7 +1198,7 @@ Accept wildcard characters: False
### -HiveMetastoreDbConnectionAuthenticationMode
The authentication mode to connect to your Hive metastore database.
More details: https://learn.microsoft.com/en-us/azure/azure-sql/database/logins-create-manageview=azuresql#authentication-and-authorization
More details: https://learn.microsoft.com/azure/azure-sql/database/logins-create-manage#authentication-and-authorization
```yaml
Type: System.String
Expand Down Expand Up @@ -1578,7 +1578,7 @@ Accept wildcard characters: False
### -MetastoreSpecDbConnectionAuthenticationMode
The authentication mode to connect to your Hive metastore database.
More details: https://learn.microsoft.com/en-us/azure/azure-sql/database/logins-create-manageview=azuresql#authentication-and-authorization
More details: https://learn.microsoft.com/azure/azure-sql/database/logins-create-manage#authentication-and-authorization
```yaml
Type: System.String
Expand Down
2 changes: 0 additions & 2 deletions azps-12.3.0/Az.Oracle/New-AzOracleCloudVMCluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,6 @@ The percentage assigned to DATA storage (user data and database files).
The remaining percentage is assigned to RECO storage (database redo logs, archive logs, and recovery manager backups).
Accepted values are 35, 40, 60 and 80.
The default is 80 percent assigned to DATA storage.
See [Storage Configuration](/Content/Database/Concepts/exaoverview.htm#Exadata) in the Exadata documentation for details on the impact of the configuration settings on storage.
```yaml
Type: System.Int32
Expand Down Expand Up @@ -679,7 +678,6 @@ Accept wildcard characters: False
### -TimeZone
The time zone of the cloud VM cluster.
For details, see [Exadata Infrastructure Time Zones](/Content/Database/References/timezones.htm).
```yaml
Type: System.String
Expand Down

0 comments on commit efb0822

Please sign in to comment.