Skip to content

Commit 1f7c269

Browse files
committed
Incorporating review comments
1 parent 6538fed commit 1f7c269

File tree

4 files changed

+18
-9
lines changed

4 files changed

+18
-9
lines changed

src/ResourceManager/Network/Commands.Network/help/Get-AzureRmVpnClientConfiguration.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ Gets the URL to download a VpnClient profile that has been previously generated
3434
## PARAMETERS
3535

3636
### -DefaultProfile
37-
The credentials, account, tenant, and subscription used for communication with azure.```yaml
37+
The credentials, account, tenant, and subscription used for communication with azure.
38+
```yaml
3839
Type: IAzureContextContainer
3940
Parameter Sets: (All)
4041
Aliases: AzureRmContext, AzureCredential

src/ResourceManager/Network/Commands.Network/help/New-AzureRmVirtualNetworkGateway.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,8 @@ Accept wildcard characters: False
124124
```
125125
126126
### -DefaultProfile
127-
The credentials, account, tenant, and subscription used for communication with azure.```yaml
127+
The credentials, account, tenant, and subscription used for communication with azure.
128+
```yaml
128129
Type: IAzureContextContainer
129130
Parameter Sets: (All)
130131
Aliases: AzureRmContext, AzureCredential
@@ -344,7 +345,8 @@ Accept wildcard characters: False
344345
```
345346
346347
### -VpnClientProtocol
347-
The list of P2S VPN client tunneling protocols```yaml
348+
The list of P2S VPN client tunneling protocols
349+
```yaml
348350
Type: System.Collections.Generic.List`1[System.String]
349351
Parameter Sets: (All)
350352
Aliases:

src/ResourceManager/Network/Commands.Network/help/New-AzureRmVpnClientConfiguration.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@ Accept wildcard characters: False
5151
```
5252
5353
### -ClientRootCertificateFileList
54-
A list of client root certificate paths```yaml
54+
A list of client root certificate paths
55+
```yaml
5556
Type: System.Collections.Generic.List`1[System.String]
5657
Parameter Sets: (All)
5758
Aliases:
@@ -64,7 +65,8 @@ Accept wildcard characters: False
6465
```
6566
6667
### -DefaultProfile
67-
The credentials, account, tenant, and subscription used for communication with azure.```yaml
68+
The credentials, account, tenant, and subscription used for communication with azure.
69+
```yaml
6870
Type: IAzureContextContainer
6971
Parameter Sets: (All)
7072
Aliases: AzureRmContext, AzureCredential

src/ResourceManager/Network/Commands.Network/help/Set-AzureRmVirtualNetworkGateway.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,8 @@ Accept wildcard characters: False
7272
```
7373
7474
### -DefaultProfile
75-
The credentials, account, tenant, and subscription used for communication with azure.```yaml
75+
The credentials, account, tenant, and subscription used for communication with azure.
76+
```yaml
7677
Type: IAzureContextContainer
7778
Parameter Sets: (All)
7879
Aliases: AzureRmContext, AzureCredential
@@ -170,7 +171,8 @@ Accept wildcard characters: False
170171
```
171172
172173
### -RadiusServerAddress
173-
P2S External Radius server address.```yaml
174+
P2S External Radius server address.
175+
```yaml
174176
Type: String
175177
Parameter Sets: RadiusServerConfiguration
176178
Aliases:
@@ -183,7 +185,8 @@ Accept wildcard characters: False
183185
```
184186
185187
### -RadiusServerSecret
186-
P2S External Radius server secret.```yaml
188+
P2S External Radius server secret.
189+
```yaml
187190
Type: SecureString
188191
Parameter Sets: RadiusServerConfiguration
189192
Aliases:
@@ -228,7 +231,8 @@ Accept wildcard characters: False
228231
```
229232
230233
### -VpnClientProtocol
231-
A list of P2S VPN client tunneling protocols```yaml
234+
A list of P2S VPN client tunneling protocols
235+
```yaml
232236
Type: System.Collections.Generic.List`1[System.String]
233237
Parameter Sets: (All)
234238
Aliases:

0 commit comments

Comments
 (0)