Skip to content

Commit 79aecb8

Browse files
authored
Merge pull request #5289 from sdwheeler/sdw-issue472
Fix broken links per issue 472
2 parents d16f3d2 + fa674c9 commit 79aecb8

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

src/ResourceManager/Compute/Commands.Compute/help/Add-AzureRmVMNetworkInterface.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ You can add an interface when you create a virtual machine or add one to an exis
3434

3535
### Example 1: Add a network interface to a new virtual machine
3636
```
37-
PS C:\> $VirtualMachine = New-AzureRmVMConfig -VMName "VirtualMachine07" -VMSize "Standard_A1"
37+
PS C:\> $VirtualMachine = New-AzureRmVMConfig -VMName "VirtualMachine07" -VMSize "Standard_A1"
3838
PS C:\> Add-AzureRmVMNetworkInterface -VM $VirtualMachine -Id "/subscriptions/46fc8ea4-2de6-4179-8ab1-365da4121af4/resourceGroups/contoso/providers/Microsoft.Network/networkInterfaces/sshNIC"
3939
```
4040

@@ -76,7 +76,7 @@ Accept wildcard characters: False
7676
7777
### -Id
7878
Specifies the ID of a network interface to add to a virtual machine.
79-
You can use the [Get-AzureRmNetworkInterface](./Get-AzureRmNetworkInterface.md) cmdlet to obtain a network interface.
79+
You can use the [Get-AzureRmNetworkInterface](/powershell/module/azurerm.network/get-azurermnetworkinterface) cmdlet to obtain a network interface.
8080
8181
```yaml
8282
Type: String
@@ -96,7 +96,7 @@ Specifies the network interface.
9696
```yaml
9797
Type: System.Collections.Generic.List`1[Microsoft.Azure.Management.Internal.Network.Common.INetworkInterfaceReference]
9898
Parameter Sets: GetNicFromNicObject
99-
Aliases:
99+
Aliases:
100100

101101
Required: True
102102
Position: 1
@@ -111,7 +111,7 @@ Indicates that this cmdlet adds the network interface as the primary interface.
111111
```yaml
112112
Type: SwitchParameter
113113
Parameter Sets: GetNicFromNicId
114-
Aliases:
114+
Aliases:
115115

116116
Required: False
117117
Position: 2

src/ResourceManager/Compute/Commands.Compute/help/Add-AzureRmVMSecret.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ The **Add-AzureRmVMSecret** cmdlet adds a secret to a virtual machine.
2323
This value lets you add a certificate to the virtual machine.
2424
The secret must be stored in a Key Vault.
2525
For more information about Key Vault, see [What is Azure Key Vault?](https://azure.microsoft.com/en-us/documentation/articles/key-vault-whatis/).
26-
For more information about the cmdlets, see [Azure Key Vault Cmdlets](https://msdn.microsoft.com/library/azure/dn868052.aspx) in the Microsoft Developer Network library or the [Set-AzureKeyVaultSecret](./Set-AzureKeyVaultSecret.md) cmdlet.
26+
For more information about the cmdlets, see [Azure Key Vault Cmdlets](https://msdn.microsoft.com/library/azure/dn868052.aspx) in the Microsoft Developer Network library or the [Set-AzureKeyVaultSecret](/powershell/module/azurerm.keyvault/set-azurekeyvaultsecret) cmdlet.
2727

2828
## EXAMPLES
2929

@@ -69,7 +69,7 @@ You can only specify this parameter for virtual machines that run the Windows op
6969
```yaml
7070
Type: String
7171
Parameter Sets: (All)
72-
Aliases:
72+
Aliases:
7373

7474
Required: False
7575
Position: 2
@@ -95,7 +95,7 @@ Currently, dataType accepts only .pfx files.
9595
```yaml
9696
Type: String
9797
Parameter Sets: (All)
98-
Aliases:
98+
Aliases:
9999

100100
Required: False
101101
Position: 3

src/ResourceManager/Compute/Commands.Compute/help/Add-AzureRmVmssSecret.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Add-AzureRmVmssSecret [-VirtualMachineScaleSet] <PSVirtualMachineScaleSet> [[-So
2323
The **Add-AzureRmVmssSecret** cmdlet adds a secret to the Virtual Machine Scale Set (VMSS).
2424
The secret must be stored in an Azure Key Vault.
2525
For more information relating to Key Vault, see [What is Azure Key Vault?](https://azure.microsoft.com/en-us/documentation/articles/key-vault-whatis/) (https://azure.microsoft.com/en-us/documentation/articles/key-vault-whatis/).
26-
For more information about the cmdlets, see [Azure Key Vault Cmdlets](https://msdn.microsoft.com/library/azure/dn868052.aspx) (https://msdn.microsoft.com/library/azure/dn868052.aspx) in the Microsoft Developer Network library or the [Set-AzureKeyVaultSecret](./Set-AzureKeyVaultSecret.md) cmdlet.
26+
For more information about the cmdlets, see [Azure Key Vault Cmdlets](https://msdn.microsoft.com/library/azure/dn868052.aspx) (https://msdn.microsoft.com/library/azure/dn868052.aspx) in the Microsoft Developer Network library or the [Set-AzureKeyVaultSecret](/powershell/module/azurerm.keyvault/set-azurekeyvaultsecret) cmdlet.
2727

2828
## EXAMPLES
2929

@@ -66,7 +66,7 @@ This means that you can use the same value for the *SourceVaultId* parameter whe
6666
```yaml
6767
Type: String
6868
Parameter Sets: (All)
69-
Aliases:
69+
Aliases:
7070

7171
Required: False
7272
Position: 1
@@ -82,7 +82,7 @@ You can use the [New-AzureRmVmssVaultCertificateConfig](./New-AzureRmVmssVaultCe
8282
```yaml
8383
Type: VaultCertificate[]
8484
Parameter Sets: (All)
85-
Aliases:
85+
Aliases:
8686

8787
Required: False
8888
Position: 2
@@ -98,7 +98,7 @@ You can use the [New-AzureRmVmssConfig](./New-AzureRmVmssConfig.md) cmdlet to cr
9898
```yaml
9999
Type: PSVirtualMachineScaleSet
100100
Parameter Sets: (All)
101-
Aliases:
101+
Aliases:
102102

103103
Required: True
104104
Position: 0
@@ -147,7 +147,7 @@ Parameter 'VirtualMachineScaleSet' accepts value of type 'VirtualMachineScaleSet
147147
148148
## OUTPUTS
149149
150-
###
150+
###
151151
This cmdlet does not generate any output.
152152
153153
## NOTES

0 commit comments

Comments
 (0)