Skip to content

Commit 1bf28cd

Browse files
VSC CI Serviceappveyor
authored andcommitted
Update azure powershell docs.
1 parent ed80033 commit 1bf28cd

File tree

368 files changed

+1973
-2172
lines changed

Some content is hidden

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

368 files changed

+1973
-2172
lines changed

azure/ResourceManager/AzureRM.Network/v3.1.0/Add-AzureRmNetworkSecurityRuleConfig.md

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ external help file: Microsoft.Azure.Commands.Network.dll-Help.xml
33
ms.assetid: 9160A21D-0F83-415B-830B-F35C8B863E90
44
online version:
55
schema: 2.0.0
6-
updated_at: 11/11/2016 11:03 PM
7-
ms.date: 11/11/2016
6+
updated_at: 1/10/2017 8:05 PM
7+
ms.date: 1/10/2017
88
content_git_url: https://github.com/Azure/azure-docs-powershell/blob/master/azureps-cmdlets-docs/ResourceManager/AzureRM.Network/v3.1.0/Add-AzureRmNetworkSecurityRuleConfig.md
99
original_content_git_url: https://github.com/Azure/azure-docs-powershell/blob/master/azureps-cmdlets-docs/ResourceManager/AzureRM.Network/v3.1.0/Add-AzureRmNetworkSecurityRuleConfig.md
10-
gitcommit: https://github.com/Azure/azure-docs-powershell/blob/79eeb985ea480979357fb4695832a0c3d29a48bf/azureps-cmdlets-docs/ResourceManager/AzureRM.Network/v3.1.0/Add-AzureRmNetworkSecurityRuleConfig.md
10+
gitcommit: https://github.com/Azure/azure-docs-powershell/blob/51009e6d95f4d0586cdd2345451b9e509be8767e/azureps-cmdlets-docs/ResourceManager/AzureRM.Network/v3.1.0/Add-AzureRmNetworkSecurityRuleConfig.md
1111
ms.topic: reference
1212
ms.prod: powershell
1313
ms.technology: Azure PowerShell
@@ -39,11 +39,6 @@ The **Add-AzureRmNetworkSecurityRuleConfig** cmdlet adds a network security rule
3939

4040
## EXAMPLES
4141

42-
### 1:
43-
```
44-
45-
```
46-
4742
## PARAMETERS
4843

4944
### -Name
@@ -300,5 +295,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
300295
[Remove-AzureRmNetworkSecurityRuleConfig](xref:ResourceManager/AzureRM.Network/v3.1.0/Remove-AzureRmNetworkSecurityRuleConfig.md)
301296
302297
[Set-AzureRmNetworkSecurityRuleConfig](xref:ResourceManager/AzureRM.Network/v3.1.0/Set-AzureRmNetworkSecurityRuleConfig.md)
303-
304-

azure/ResourceManager/AzureRM.Network/v3.1.0/Add-AzureRmRouteConfig.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ external help file: Microsoft.Azure.Commands.Network.dll-Help.xml
33
ms.assetid: C868DFA4-8A9D-4108-B88B-ACD7F100A63C
44
online version:
55
schema: 2.0.0
6-
updated_at: 11/11/2016 11:03 PM
7-
ms.date: 11/11/2016
6+
updated_at: 1/10/2017 8:05 PM
7+
ms.date: 1/10/2017
88
content_git_url: https://github.com/Azure/azure-docs-powershell/blob/master/azureps-cmdlets-docs/ResourceManager/AzureRM.Network/v3.1.0/Add-AzureRmRouteConfig.md
99
original_content_git_url: https://github.com/Azure/azure-docs-powershell/blob/master/azureps-cmdlets-docs/ResourceManager/AzureRM.Network/v3.1.0/Add-AzureRmRouteConfig.md
10-
gitcommit: https://github.com/Azure/azure-docs-powershell/blob/79eeb985ea480979357fb4695832a0c3d29a48bf/azureps-cmdlets-docs/ResourceManager/AzureRM.Network/v3.1.0/Add-AzureRmRouteConfig.md
10+
gitcommit: https://github.com/Azure/azure-docs-powershell/blob/51009e6d95f4d0586cdd2345451b9e509be8767e/azureps-cmdlets-docs/ResourceManager/AzureRM.Network/v3.1.0/Add-AzureRmRouteConfig.md
1111
ms.topic: reference
1212
ms.prod: powershell
1313
ms.technology: Azure PowerShell
@@ -39,7 +39,7 @@ The **Add-AzureRmRouteConfig** cmdlet adds a route to an Azure route table.
3939

4040
### Example 1: Add a route to a route table
4141
```
42-
PS C:\>$RouteTable = Get-AzureRmRouteTable -ResourceGroupName "ResourceGroup11" -Name "RouteTable01"
42+
PS C:\> $RouteTable = Get-AzureRmRouteTable -ResourceGroupName "ResourceGroup11" -Name "RouteTable01"
4343
PS C:\> Add-AzureRmRouteConfig -Name "Route13" -AddressPrefix 10.3.0.0/16 -NextHopType "VnetLocal" -RouteTable $RouteTable
4444
```
4545

@@ -51,8 +51,8 @@ This route forwards packets to the local virtual network.
5151

5252
### Example 2: Add a route to a route table by using the pipeline
5353
```
54-
PS C:\>Get-AzureRmRouteTable -ResourceGroupName "ResourceGroup11" -Name "RouteTable01" | Add-AzureRmRouteConfig -Name "Route02" -AddressPrefix 10.2.0.0/16 -NextHopType VnetLocal | Set-AzureRmRouteTable
55-
Name : routetable01
54+
PS C:\> Get-AzureRmRouteTable -ResourceGroupName "ResourceGroup11" -Name "RouteTable01" | Add-AzureRmRouteConfig -Name "Route02" -AddressPrefix 10.2.0.0/16 -NextHopType VnetLocal | Set-AzureRmRouteTable
55+
Name : RouteTable01
5656
ResourceGroupName : ResourceGroup11
5757
Location : eastus
5858
Id : /subscriptions/xxxx-xxxx-xxxx-xxxx/resourceGroups/ResourceGroup11/providers/Microsoft.Networ
@@ -251,5 +251,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
251251
[Set-AzureRmRouteConfig](xref:ResourceManager/AzureRM.Network/v3.1.0/Set-AzureRmRouteConfig.md)
252252
253253
[Set-AzureRmRouteTable](xref:ResourceManager/AzureRM.Network/v3.1.0/Set-AzureRmRouteTable.md)
254-
255-

azure/ResourceManager/AzureRM.Network/v3.1.0/Add-AzureRmVirtualNetworkGatewayIpConfig.md

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ external help file: Microsoft.Azure.Commands.Network.dll-Help.xml
33
ms.assetid: BCB64535-FF37-46EF-85AF-7286BB67787B
44
online version:
55
schema: 2.0.0
6-
updated_at: 11/22/2016 8:52 PM
7-
ms.date: 11/22/2016
6+
updated_at: 1/10/2017 8:05 PM
7+
ms.date: 1/10/2017
88
content_git_url: https://github.com/Azure/azure-docs-powershell/blob/master/azureps-cmdlets-docs/ResourceManager/AzureRM.Network/v3.1.0/Add-AzureRmVirtualNetworkGatewayIpConfig.md
99
original_content_git_url: https://github.com/Azure/azure-docs-powershell/blob/master/azureps-cmdlets-docs/ResourceManager/AzureRM.Network/v3.1.0/Add-AzureRmVirtualNetworkGatewayIpConfig.md
10-
gitcommit: https://github.com/Azure/azure-docs-powershell/blob/0cedc8f73bc96cf5ac4c69144e17b3de601fd3cc/azureps-cmdlets-docs/ResourceManager/AzureRM.Network/v3.1.0/Add-AzureRmVirtualNetworkGatewayIpConfig.md
10+
gitcommit: https://github.com/Azure/azure-docs-powershell/blob/51009e6d95f4d0586cdd2345451b9e509be8767e/azureps-cmdlets-docs/ResourceManager/AzureRM.Network/v3.1.0/Add-AzureRmVirtualNetworkGatewayIpConfig.md
1111
ms.topic: reference
1212
ms.prod: powershell
1313
ms.technology: Azure PowerShell
@@ -47,11 +47,6 @@ The **Add-AzureRmVirtualNetworkGatewayIpConfig** cmdlet adds an IP configuration
4747

4848
## EXAMPLES
4949

50-
### 1:
51-
```
52-
53-
```
54-
5550
## PARAMETERS
5651

5752
### -VirtualNetworkGateway
@@ -247,5 +242,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
247242
[New-AzureRmVirtualNetworkGatewayIpConfig](xref:ResourceManager/AzureRM.Network/v3.1.0/New-AzureRmVirtualNetworkGatewayIpConfig.md)
248243
249244
[Remove-AzureRmVirtualNetworkGatewayIpConfig](xref:ResourceManager/AzureRM.Network/v3.1.0/Remove-AzureRmVirtualNetworkGatewayIpConfig.md)
250-
251-

azure/ResourceManager/AzureRM.Network/v3.1.0/Add-AzureRmVirtualNetworkPeering.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ external help file: Microsoft.Azure.Commands.Network.dll-Help.xml
33
ms.assetid: 13901193-8C68-4969-ADCD-2E82EA714354
44
online version:
55
schema: 2.0.0
6-
updated_at: 11/18/2016 9:58 PM
7-
ms.date: 11/18/2016
6+
updated_at: 1/10/2017 8:05 PM
7+
ms.date: 1/10/2017
88
content_git_url: https://github.com/Azure/azure-docs-powershell/blob/master/azureps-cmdlets-docs/ResourceManager/AzureRM.Network/v3.1.0/Add-AzureRmVirtualNetworkPeering.md
99
original_content_git_url: https://github.com/Azure/azure-docs-powershell/blob/master/azureps-cmdlets-docs/ResourceManager/AzureRM.Network/v3.1.0/Add-AzureRmVirtualNetworkPeering.md
10-
gitcommit: https://github.com/Azure/azure-docs-powershell/blob/2247b36603f325b11bf6cc5cb27f5f58bfa2f0b9/azureps-cmdlets-docs/ResourceManager/AzureRM.Network/v3.1.0/Add-AzureRmVirtualNetworkPeering.md
10+
gitcommit: https://github.com/Azure/azure-docs-powershell/blob/51009e6d95f4d0586cdd2345451b9e509be8767e/azureps-cmdlets-docs/ResourceManager/AzureRM.Network/v3.1.0/Add-AzureRmVirtualNetworkPeering.md
1111
ms.topic: reference
1212
ms.prod: powershell
1313
ms.technology: Azure PowerShell
@@ -40,7 +40,7 @@ The **Add-AzureRmVirtualNetworkPeering** cmdlet creates a peering between two vi
4040

4141
### Example 1: Create a peering between two virtual networks
4242
```
43-
PS C:\>$vnet1 = Get-AzureRmVirtualNetwork -ResourceGroupName "MyResourceGroup" -Name "vnet1"
43+
PS C:\> $vnet1 = Get-AzureRmVirtualNetwork -ResourceGroupName "MyResourceGroup" -Name "vnet1"
4444
PS C:\> $vnet2 = Get-AzureRmVirtualNetwork -ResourceGroupName "MyResourceGroup" -Name "vnet2"
4545
PS C:\> Add-AzureRmVirtualNetworkPeering -Name "LinkToVNet2" -VirtualNetwork "MyVirtualNetwork" -RemoteVirtualNetworkId $vnet2.id
4646
PS C:\> Add-AzureRmVirtualNetworkPeering -Name "LinkToVNet1" -VirtualNetwork "MyVirtualNetwork" -RemoteVirtualNetworkId $vnet1.id
@@ -222,5 +222,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
222222
[Remove-AzureRmVirtualNetworkPeering](xref:ResourceManager/AzureRM.Network/v3.1.0/Remove-AzureRmVirtualNetworkPeering.md)
223223
224224
[Set-AzureRmVirtualNetworkPeering](xref:ResourceManager/AzureRM.Network/v3.1.0/Set-AzureRmVirtualNetworkPeering.md)
225-
226-

azure/ResourceManager/AzureRM.Network/v3.1.0/Add-AzureRmVirtualNetworkSubnetConfig.md

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ external help file: Microsoft.Azure.Commands.Network.dll-Help.xml
33
ms.assetid: B8B632B5-9D3B-4352-B4C8-49C00472B3A7
44
online version:
55
schema: 2.0.0
6-
updated_at: 11/11/2016 11:03 PM
7-
ms.date: 11/11/2016
6+
updated_at: 1/10/2017 8:05 PM
7+
ms.date: 1/10/2017
88
content_git_url: https://github.com/Azure/azure-docs-powershell/blob/master/azureps-cmdlets-docs/ResourceManager/AzureRM.Network/v3.1.0/Add-AzureRmVirtualNetworkSubnetConfig.md
99
original_content_git_url: https://github.com/Azure/azure-docs-powershell/blob/master/azureps-cmdlets-docs/ResourceManager/AzureRM.Network/v3.1.0/Add-AzureRmVirtualNetworkSubnetConfig.md
10-
gitcommit: https://github.com/Azure/azure-docs-powershell/blob/79eeb985ea480979357fb4695832a0c3d29a48bf/azureps-cmdlets-docs/ResourceManager/AzureRM.Network/v3.1.0/Add-AzureRmVirtualNetworkSubnetConfig.md
10+
gitcommit: https://github.com/Azure/azure-docs-powershell/blob/51009e6d95f4d0586cdd2345451b9e509be8767e/azureps-cmdlets-docs/ResourceManager/AzureRM.Network/v3.1.0/Add-AzureRmVirtualNetworkSubnetConfig.md
1111
ms.topic: reference
1212
ms.prod: powershell
1313
ms.technology: Azure PowerShell
@@ -45,11 +45,6 @@ The **Add-AzureRmVirtualNetworkSubnetConfig** cmdlet adds a subnet configuration
4545

4646
## EXAMPLES
4747

48-
### 1:
49-
```
50-
51-
```
52-
5348
## PARAMETERS
5449

5550
### -Name
@@ -114,6 +109,8 @@ Accept wildcard characters: False
114109
```
115110
116111
### -RouteTable
112+
Specifies the route table from which this cmdlet adds routes.
113+
117114
```yaml
118115
Type: PSRouteTable
119116
Parameter Sets: SetByResource
@@ -181,6 +178,8 @@ Accept wildcard characters: False
181178
```
182179
183180
### -RouteTableId
181+
Specifies the ID of the route table associated with the subnet configuration.
182+
184183
```yaml
185184
Type: String
186185
Parameter Sets: SetByResourceId
@@ -211,5 +210,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
211210
[Remove-AzureRmVirtualNetworkSubnetConfig](xref:ResourceManager/AzureRM.Network/v3.1.0/Remove-AzureRmVirtualNetworkSubnetConfig.md)
212211
213212
[Set-AzureRmVirtualNetworkSubnetConfig](xref:ResourceManager/AzureRM.Network/v3.1.0/Set-AzureRmVirtualNetworkSubnetConfig.md)
214-
215-

azure/ResourceManager/AzureRM.Network/v3.1.0/Add-AzureRmVpnClientRevokedCertificate.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ external help file: Microsoft.Azure.Commands.Network.dll-Help.xml
33
ms.assetid: 90FB7B88-844E-4783-A10F-04D7BA47C030
44
online version:
55
schema: 2.0.0
6-
updated_at: 11/11/2016 11:03 PM
7-
ms.date: 11/11/2016
6+
updated_at: 1/10/2017 8:05 PM
7+
ms.date: 1/10/2017
88
content_git_url: https://github.com/Azure/azure-docs-powershell/blob/master/azureps-cmdlets-docs/ResourceManager/AzureRM.Network/v3.1.0/Add-AzureRmVpnClientRevokedCertificate.md
99
original_content_git_url: https://github.com/Azure/azure-docs-powershell/blob/master/azureps-cmdlets-docs/ResourceManager/AzureRM.Network/v3.1.0/Add-AzureRmVpnClientRevokedCertificate.md
10-
gitcommit: https://github.com/Azure/azure-docs-powershell/blob/79eeb985ea480979357fb4695832a0c3d29a48bf/azureps-cmdlets-docs/ResourceManager/AzureRM.Network/v3.1.0/Add-AzureRmVpnClientRevokedCertificate.md
10+
gitcommit: https://github.com/Azure/azure-docs-powershell/blob/51009e6d95f4d0586cdd2345451b9e509be8767e/azureps-cmdlets-docs/ResourceManager/AzureRM.Network/v3.1.0/Add-AzureRmVpnClientRevokedCertificate.md
1111
ms.topic: reference
1212
ms.prod: powershell
1313
ms.technology: Azure PowerShell
@@ -41,7 +41,7 @@ You need to specify both the certificate name and the certificate thumbprint to
4141

4242
### Example 1: Add a new client-revocation certificate to a virtual network gateway
4343
```
44-
PS C:\>Add-AzureRmVpnClientRevokedCertificate -VirtualNetworkGatewayName "ContosoVirtualNetwork" -ResourceGroupName "ContosoResourceGroup" -VpnClientRevokedCertificateName "ContosoRevokedClientCertificate"-Thumbprint "E3A38EBA60CAA1C162785A2E1C44A15AD450199C3"
44+
PS C:\> Add-AzureRmVpnClientRevokedCertificate -VirtualNetworkGatewayName "ContosoVirtualNetwork" -ResourceGroupName "ContosoResourceGroup" -VpnClientRevokedCertificateName "ContosoRevokedClientCertificate"-Thumbprint "E3A38EBA60CAA1C162785A2E1C44A15AD450199C3"
4545
```
4646

4747
This command adds a new client-revocation certificate to the virtual network gateway named ContosoVirtualNetwork.
@@ -173,5 +173,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
173173
[New-AzureRmVpnClientRevokedCertificate](xref:ResourceManager/AzureRM.Network/v3.1.0/New-AzureRmVpnClientRevokedCertificate.md)
174174

175175
[Remove-AzureRmVpnClientRevokedCertificate](xref:ResourceManager/AzureRM.Network/v3.1.0/Remove-AzureRmVpnClientRevokedCertificate.md)
176-
177-

azure/ResourceManager/AzureRM.Network/v3.1.0/Add-AzureRmVpnClientRootCertificate.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ external help file: Microsoft.Azure.Commands.Network.dll-Help.xml
33
ms.assetid: B9153CA9-06D1-4EF3-9863-D649C2EBAEAA
44
online version:
55
schema: 2.0.0
6-
updated_at: 11/11/2016 11:03 PM
7-
ms.date: 11/11/2016
6+
updated_at: 1/10/2017 8:05 PM
7+
ms.date: 1/10/2017
88
content_git_url: https://github.com/Azure/azure-docs-powershell/blob/master/azureps-cmdlets-docs/ResourceManager/AzureRM.Network/v3.1.0/Add-AzureRmVpnClientRootCertificate.md
99
original_content_git_url: https://github.com/Azure/azure-docs-powershell/blob/master/azureps-cmdlets-docs/ResourceManager/AzureRM.Network/v3.1.0/Add-AzureRmVpnClientRootCertificate.md
10-
gitcommit: https://github.com/Azure/azure-docs-powershell/blob/79eeb985ea480979357fb4695832a0c3d29a48bf/azureps-cmdlets-docs/ResourceManager/AzureRM.Network/v3.1.0/Add-AzureRmVpnClientRootCertificate.md
10+
gitcommit: https://github.com/Azure/azure-docs-powershell/blob/51009e6d95f4d0586cdd2345451b9e509be8767e/azureps-cmdlets-docs/ResourceManager/AzureRM.Network/v3.1.0/Add-AzureRmVpnClientRootCertificate.md
1111
ms.topic: reference
1212
ms.prod: powershell
1313
ms.technology: Azure PowerShell
@@ -48,7 +48,7 @@ Multiple root certificates are often deployed by organizations that include user
4848

4949
### Example 1: Add a client root certificate to a virtual gateway
5050
```
51-
PS C:\>$Text = Get-Content -Path "C:\Azure\Certificates\ExportedCertficate.cer"
51+
PS C:\> $Text = Get-Content -Path "C:\Azure\Certificates\ExportedCertficate.cer"
5252
PS C:\> $CertificateText = for ($i=1; $i -lt $Text.Length -1 ; $i++){$Text[$i]}
5353
PS C:\> Add-AzureRmVpnClientRootCertificate -PublicCertData $CertificateText -ResourceGroupName "ContosoResourceGroup" -VirtualNetworkGatewayName "ContosoVirtualGateway" -VpnClientRootCertificateName "ContosoClientRootCertificate"
5454
```
@@ -191,5 +191,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
191191
[New-AzureRmVpnClientRootCertificate](xref:ResourceManager/AzureRM.Network/v3.1.0/New-AzureRmVpnClientRootCertificate.md)
192192

193193
[Remove-AzureRmVpnClientRootCertificate](xref:ResourceManager/AzureRM.Network/v3.1.0/Remove-AzureRmVpnClientRootCertificate.md)
194-
195-

azure/ResourceManager/AzureRM.Network/v3.1.0/Get-AzureRmApplicationGateway.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ external help file: Microsoft.Azure.Commands.Network.dll-Help.xml
33
ms.assetid: 77CDEE77-FD5D-4C2D-B027-FF1F6FF6618E
44
online version:
55
schema: 2.0.0
6-
updated_at: 11/11/2016 11:03 PM
7-
ms.date: 11/11/2016
6+
updated_at: 1/10/2017 8:05 PM
7+
ms.date: 1/10/2017
88
content_git_url: https://github.com/Azure/azure-docs-powershell/blob/master/azureps-cmdlets-docs/ResourceManager/AzureRM.Network/v3.1.0/Get-AzureRmApplicationGateway.md
99
original_content_git_url: https://github.com/Azure/azure-docs-powershell/blob/master/azureps-cmdlets-docs/ResourceManager/AzureRM.Network/v3.1.0/Get-AzureRmApplicationGateway.md
10-
gitcommit: https://github.com/Azure/azure-docs-powershell/blob/79eeb985ea480979357fb4695832a0c3d29a48bf/azureps-cmdlets-docs/ResourceManager/AzureRM.Network/v3.1.0/Get-AzureRmApplicationGateway.md
10+
gitcommit: https://github.com/Azure/azure-docs-powershell/blob/51009e6d95f4d0586cdd2345451b9e509be8767e/azureps-cmdlets-docs/ResourceManager/AzureRM.Network/v3.1.0/Get-AzureRmApplicationGateway.md
1111
ms.topic: reference
1212
ms.prod: powershell
1313
ms.technology: Azure PowerShell
@@ -38,21 +38,21 @@ The **Get-AzureRmApplicationGateway** cmdlet gets an application gateway.
3838

3939
### Example 1: Get a specified application gateway
4040
```
41-
PS C:\>$AppGw = Get-AzureRmApplicationGateway -Name "ApplicationGateway01" -ResourceGroupName "ResourceGroup01"
41+
PS C:\> $AppGw = Get-AzureRmApplicationGateway -Name "ApplicationGateway01" -ResourceGroupName "ResourceGroup01"
4242
```
4343

4444
This command gets the application gateway named ApplicationGateway01 that belongs to the resource group named ResourceGroup01 and stores it in the $AppGw variable.
4545

4646
### Example 2: Get a list of application gateways in a resource group
4747
```
48-
PS C:\>$AppGwList = Get-AzureRmApplicationGateway -ResourceGroupName "ResourceGroup01"
48+
PS C:\> $AppGwList = Get-AzureRmApplicationGateway -ResourceGroupName "ResourceGroup01"
4949
```
5050

5151
This command gets a list of all the application gateways in the resource group named ResourceGroup01 and stores it in the $AppGwList variable.
5252

5353
### Example 3: Get a list of application gateways in a subscription
5454
```
55-
PS C:\>$AppGwList = Get-AzureRmApplicationGateway
55+
PS C:\> $AppGwList = Get-AzureRmApplicationGateway
5656
```
5757

5858
This command gets a list of all the application gateways in the subscription and stores it in the $AppGwList variable.
@@ -144,5 +144,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
144144
## RELATED LINKS
145145
146146
[Stop-AzureRmApplicationGateway](xref:ResourceManager/AzureRM.Network/v3.1.0/Stop-AzureRmApplicationGateway.md)
147-
148-

azure/ResourceManager/AzureRM.Network/v3.1.0/Get-AzureRmApplicationGatewayAuthenticationCertificate.md

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ external help file: Microsoft.Azure.Commands.Network.dll-Help.xml
33
ms.assetid: 706C918B-1D1A-476C-BB74-EBB4EE72AC0C
44
online version:
55
schema: 2.0.0
6-
updated_at: 11/11/2016 11:03 PM
7-
ms.date: 11/11/2016
6+
updated_at: 1/10/2017 8:05 PM
7+
ms.date: 1/10/2017
88
content_git_url: https://github.com/Azure/azure-docs-powershell/blob/master/azureps-cmdlets-docs/ResourceManager/AzureRM.Network/v3.1.0/Get-AzureRmApplicationGatewayAuthenticationCertificate.md
99
original_content_git_url: https://github.com/Azure/azure-docs-powershell/blob/master/azureps-cmdlets-docs/ResourceManager/AzureRM.Network/v3.1.0/Get-AzureRmApplicationGatewayAuthenticationCertificate.md
10-
gitcommit: https://github.com/Azure/azure-docs-powershell/blob/79eeb985ea480979357fb4695832a0c3d29a48bf/azureps-cmdlets-docs/ResourceManager/AzureRM.Network/v3.1.0/Get-AzureRmApplicationGatewayAuthenticationCertificate.md
10+
gitcommit: https://github.com/Azure/azure-docs-powershell/blob/51009e6d95f4d0586cdd2345451b9e509be8767e/azureps-cmdlets-docs/ResourceManager/AzureRM.Network/v3.1.0/Get-AzureRmApplicationGatewayAuthenticationCertificate.md
1111
ms.topic: reference
1212
ms.prod: powershell
1313
ms.technology: Azure PowerShell
@@ -37,11 +37,6 @@ The **Get-AzureRmApplicationGatewayAuthenticationCertificate** cmdlet gets an au
3737

3838
## EXAMPLES
3939

40-
### 1:
41-
```
42-
43-
```
44-
4540
## PARAMETERS
4641

4742
### -Name
@@ -136,5 +131,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
136131
[Remove-AzureRmApplicationGatewayAuthenticationCertificate](xref:ResourceManager/AzureRM.Network/v3.1.0/Remove-AzureRmApplicationGatewayAuthenticationCertificate.md)
137132
138133
[Set-AzureRmApplicationGatewayAuthenticationCertificate](xref:ResourceManager/AzureRM.Network/v3.1.0/Set-AzureRmApplicationGatewayAuthenticationCertificate.md)
139-
140-

0 commit comments

Comments
 (0)