Skip to content

Commit 0b18a6d

Browse files
authored
Fixed broken urls on docs build report (#14591)
* Fixed broken urls on docs build report * Corrected additional broken urls
1 parent 4bad9b6 commit 0b18a6d

File tree

44 files changed

+101
-160
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+101
-160
lines changed

src/Batch/Batch/help/New-AzBatchPool.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -462,7 +462,7 @@ Accept wildcard characters: False
462462
463463
### -VirtualMachineSize
464464
Specifies the size of the virtual machines in the pool.
465-
For more information about virtual machine sizes, see Sizes for virtual machineshttps://azure.microsoft.com/en-us/documentation/articles/virtual-machines-size-specs/ (https://azure.microsoft.com/en-us/documentation/articles/virtual-machines-size-specs/) in the Microsoft Azure site.
465+
For more information about virtual machine sizes, see [Sizes for virtual machines](/azure/virtual-machines/sizes) in the Microsoft Azure site.
466466
467467
```yaml
468468
Type: System.String

src/Compute/Compute/help/New-AzVMConfig.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Creates a configurable virtual machine object.
1717
```
1818
New-AzVMConfig [-VMName] <String> [-VMSize] <String> [[-AvailabilitySetId] <String>] [[-LicenseType] <String>]
1919
[-Zone <String[]>] [-ProximityPlacementGroupId <String>] [-HostId <String>] [-VmssId <String>]
20-
[-MaxPrice <Double>] [-EvictionPolicy <String>] [-Priority <String>] [-Tags <Hashtable>] [-EnableUltraSSD]
20+
[-MaxPrice <Double>] [-EvictionPolicy <String>] [-Priority <String>] [-Tags <Hashtable>] [-EnableUltraSSD]
2121
[-EncryptionAtHost] [-DefaultProfile <IAzureContextContainer>] [<CommonParameters>]
2222
```
2323

@@ -54,8 +54,8 @@ Specifies the ID of an availability set.
5454
To obtain an availability set object, use the Get-AzAvailabilitySet cmdlet.
5555
The availability set object contains an ID property. <br>
5656
Virtual machines specified in the same availability set are allocated to different nodes to maximize availability. <br>
57-
For more information about availability sets, see [Manage the availability of virtual machines](https://docs.microsoft.com/azure/virtual-machines/virtual-machines-windows-manage-availability?toc=%2fazure%2fvirtual-machines%2fwindows%2ftoc.json). <br>
58-
For more information on Azure planned maintenance, see [Planned maintenance for virtual machines in Azure](https://docs.microsoft.com/azure/virtual-machines/virtual-machines-windows-planned-maintenance?toc=%2fazure%2fvirtual-machines%2fwindows%2ftoc.json) <br>
57+
For more information about availability sets, see [Manage the availability of virtual machines](/azure/virtual-machines/availability). <br>
58+
For more information on Azure planned maintenance, see [Planned maintenance for virtual machines in Azure](/azure/virtual-machines/maintenance-and-updates?toc=/azure/virtual-machines/windows/toc.json&bc=/azure/virtual-machines/windows/breadcrumb/toc.json) <br>
5959
Currently, a VM can only be added to availability set at creation time. The availability set to which the VM is being added should be under the same resource group as the availability set resource. An existing VM cannot be added to an availability set. <br>
6060
This property cannot exist along with a non-null properties.virtualMachineScaleSet reference.
6161

@@ -170,9 +170,9 @@ Specifies a license type, which indicates that the image or disk for the virtual
170170
Possible values for Windows Server are:
171171
- Windows_Client
172172
- Windows_Server
173-
Possible values for Linux Server operating system are:
174-
- RHEL_BYOS (for RHEL)
175-
- SLES_BYOS (for SUSE)
173+
Possible values for Linux Server operating system are:
174+
- RHEL_BYOS (for RHEL)
175+
- SLES_BYOS (for SUSE)
176176
177177
```yaml
178178
Type: System.String
@@ -202,14 +202,14 @@ Accept wildcard characters: False
202202
```
203203
204204
### -EncryptionAtHost
205-
EncryptionAtHost property can be used by user in the request to enable or disable the Host Encryption for the virtual machine or virtual machine scale set.
206-
This will enable the encryption for all the disks including Resource/Temp disk at host itself.
205+
EncryptionAtHost property can be used by user in the request to enable or disable the Host Encryption for the virtual machine or virtual machine scale set.
206+
This will enable the encryption for all the disks including Resource/Temp disk at host itself.
207207
Default: The Encryption at host will be disabled unless this property is set to true for the resource.
208208
209209
```yaml
210210
Type: System.Management.Automation.SwitchParameter
211211
Parameter Sets: (All)
212-
Aliases:
212+
Aliases:
213213

214214
Required: False
215215
Position: Named

src/Compute/Compute/help/Set-AzVMPlan.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Accept wildcard characters: False
4444
### -Name
4545
Specifies the name of the image from the Marketplace.
4646
This is the same value that is returned by the Get-AzVMImageSku cmdlet.
47-
For more information about how to find image information, see Navigating and Selecting Azure Virtual Machine images with PowerShell and the Azure CLIhttps://azure.microsoft.com/documentation/articles/resource-groups-vm-searching/ (https://azure.microsoft.com/documentation/articles/resource-groups-vm-searching/) in the Microsoft Azure documentation.
47+
For more information about how to find image information, see [Find and use Azure Marketplace VM images with Azure PowerShell](/azure/virtual-machines/windows/cli-ps-findimage) in the Microsoft Azure documentation.
4848
4949
```yaml
5050
Type: System.String

src/Compute/Compute/help/Set-AzVmssOsProfile.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ Accept wildcard characters: False
111111
Specifies a base-64 encoded string of custom data.
112112
This is decoded to a binary array that is saved as a file on the virtual machine.
113113
The maximum length of the binary array is 65535 bytes. <br>
114-
For using cloud-init for your VM, see [Using cloud-init to customize a Linux VM during creation](https://docs.microsoft.com/azure/virtual-machines/virtual-machines-linux-using-cloud-init?toc=%2fazure%2fvirtual-machines%2flinux%2ftoc.json).
114+
For using cloud-init for your VM, see [Using cloud-init to customize a Linux VM during creation](/azure/virtual-machines/linux/tutorial-automate-vm-deployment).
115115
116116
```yaml
117117
Type: System.String

src/Compute/Compute/help/Update-AzVmss.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ Accept wildcard characters: False
152152
Specifies a base-64 encoded string of custom data.
153153
This is decoded to a binary array that is saved as a file on the virtual machine.
154154
The maximum length of the binary array is 65535 bytes. <br>
155-
For using cloud-init for your VM, see [Using cloud-init to customize a Linux VM during creation](https://docs.microsoft.com/azure/virtual-machines/virtual-machines-linux-using-cloud-init?toc=%2fazure%2fvirtual-machines%2flinux%2ftoc.json).
155+
For using cloud-init for your VM, see [Using cloud-init to customize a Linux VM during creation](/azure/virtual-machines/linux/tutorial-automate-vm-deployment).
156156
157157
```yaml
158158
Type: System.String
@@ -242,7 +242,7 @@ Accept wildcard characters: False
242242
```
243243
244244
### -EncryptionAtHost
245-
This parameter can be used by user in the request to enable or disable the Host Encryption for the virtual machine scale set.
245+
This parameter can be used by user in the request to enable or disable the Host Encryption for the virtual machine scale set.
246246
247247
```yaml
248248
Type: System.Boolean
@@ -491,7 +491,7 @@ Accept wildcard characters: False
491491
```
492492
493493
### -OsDiskCaching
494-
Specifies the caching mode of the operating system disk.
494+
Specifies the caching mode of the operating system disk.
495495
The acceptable values for this parameter are:
496496
- None
497497
- ReadOnly

src/DataFactory/DataFactoryV2/help/Get-AzDataFactoryV2DataFlow.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,6 @@ Keywords: azure, azurerm, arm, resource, management, manager, data, factories
170170
171171
## RELATED LINKS
172172
173-
[Set-AzDataFactoryDataFlow](./Set-AzDataFactoryDataFlow.md)
173+
[Set-AzDataFactoryV2DataFlow](./set-azdatafactoryv2dataflow.md)
174174
175-
[Remove-AzDataFactoryDataFlow](./Remove-AzDataFactoryDataFlow.md)
175+
[Remove-AzDataFactoryV2DataFlow](./remove-azdatafactoryv2dataflow.md)

src/DataFactory/DataFactoryV2/help/Remove-AzDataFactoryV2DataFlow.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ Keywords: azure, azurerm, arm, resource, management, manager, data, factories
221221
222222
## RELATED LINKS
223223
224-
[Get-AzDataFactoryDataFlow](./Get-AzDataFactoryDataFlow.md)
224+
[Get-AzDataFactoryV2DataFlow](./get-azdatafactoryv2dataflow.md)
225225
226-
[Set-AzDataFactoryDataFlow](./Set-AzDataFactoryDataFlow.md)
226+
[Set-AzDataFactoryV2DataFlow](./set-azdatafactoryv2dataflow.md)
227227

src/DataFactory/DataFactoryV2/help/Set-AzDataFactoryV2DataFlow.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,6 @@ Keywords: azure, azurerm, arm, resource, management, manager, data, factories
196196
197197
## RELATED LINKS
198198
199-
[Get-AzDataFactoryDataFlow](./Get-AzDataFactoryDataFlow.md)
199+
[Get-AzDataFactoryV2DataFlow](./get-azdatafactoryv2dataflow.md)
200200
201-
[Remove-AzDataFactoryDataFlow](./Remove-AzDataFactoryDataFlow.md)
201+
[Remove-AzDataFactoryV2DataFlow](./remove-azdatafactoryv2dataflow.md)

src/KeyVault/KeyVault/help/Get-AzKeyVaultCertificate.md

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -76,28 +76,28 @@ The **Get-AzKeyVaultCertificate** cmdlet gets the specified certificate or the v
7676
```powershell
7777
PS C:\> Get-AzKeyVaultCertificate -VaultName "ContosoKV01" -Name "TestCert01"
7878
Name : testCert01
79-
Certificate : [Subject]
79+
Certificate : [Subject]
8080
CN=contoso.com
8181
82-
[Issuer]
82+
[Issuer]
8383
CN=contoso.com
8484
85-
[Serial Number]
85+
[Serial Number]
8686
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
8787
88-
[Not Before]
88+
[Not Before]
8989
2/8/2016 3:11:45 PM
9090
91-
[Not After]
91+
[Not After]
9292
8/8/2016 4:21:45 PM
9393
94-
[Thumbprint]
94+
[Thumbprint]
9595
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
9696
9797
KeyId : https://contoso.vault.azure.net:443/keys/TestCert01/XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
9898
SecretId : https://contoso.vault.azure.net:443/secrets/TestCert01/XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
9999
Thumbprint : XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
100-
Tags :
100+
Tags :
101101
Enabled : True
102102
Created : 2/8/2016 11:21:45 PM
103103
Updated : 2/8/2016 11:21:45 PM
@@ -399,5 +399,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
399399
[Import-AzKeyVaultCertificate](./Import-AzKeyVaultCertificate.md)
400400
401401
[Remove-AzKeyVaultCertificate](./Remove-AzKeyVaultCertificate.md)
402-
403-
[Undo-AzKeyVaultSecretCertificate](./Undo-AzKeyVaultSecretCertificate.md)

src/KeyVault/KeyVault/help/Get-AzKeyVaultKey.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -537,6 +537,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
537537
[Remove-AzKeyVaultKey](./Remove-AzKeyVaultKey.md)
538538
539539
[Undo-AzKeyVaultKeyRemoval](./Undo-AzKeyVaultKeyRemoval.md)
540-
541-
[Set-AzKeyVaultKeyAttribute](./Set-AzKeyVaultKeyAttribute.md)
542-

0 commit comments

Comments
 (0)