Skip to content

Commit e2afe6d

Browse files
committed
add other files with this issue
1 parent 59d9be0 commit e2afe6d

File tree

6 files changed

+0
-85
lines changed

6 files changed

+0
-85
lines changed

src/ResourceManager/HDInsight/Commands.HDInsight/help/Add-AzureRmHDInsightComponentVersion.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,6 @@ The Add-AzureRmHDInsightComponentVersion cmdlet adds a version for a service run
2525
## EXAMPLES
2626

2727
### -------------------------- Example 1: Add a version for Spark to the cluster configuration object. --------------------------
28-
@{paragraph=PS C:\\\>}
29-
30-
31-
32-
33-
34-
35-
3628
```
3729
PS C:\> # Primary storage account info
3830
$storageAccountResourceGroupName = "Group"

src/ResourceManager/HDInsight/Commands.HDInsight/help/New-AzureRmHDInsightCluster.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -82,16 +82,6 @@ The New-AzureHDInsightCluster creates an Azure HDInsight cluster by using the sp
8282
## EXAMPLES
8383

8484
### -------------------------- Example 1: Create an Azure HDInsight cluster --------------------------
85-
@{paragraph=PS C:\\\>}
86-
87-
88-
89-
90-
91-
92-
93-
94-
9585
```
9686
PS C:\> # Primary storage account info
9787
$storageAccountResourceGroupName = "Group"

src/ResourceManager/Network/Commands.Network/help/Add-AzureRmRouteFilterRuleConfig.md

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -24,20 +24,6 @@ The Add-AzureRmRouteFilterRuleConfig cmdlet adds a route filter rule to an Azure
2424
## EXAMPLES
2525

2626
### -------------------------- Example 1: Add a route filter rule to a route filter --------------------------
27-
@{paragraph=PS C:\\\>}
28-
29-
30-
31-
32-
33-
34-
35-
36-
37-
38-
39-
40-
4127
```
4228
PS C:\>$RouteFilter = Get-AzureRmRouteFilter -ResourceGroupName "ResourceGroup11" -Name "routefilter01"
4329
PS C:\> Add-AzureRmRouteFilterRuleConfig -Name "rule13" -Access Allow -RouteFilterRuleType Community -RouteFilter $RouteFilter

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

Lines changed: 0 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -24,49 +24,13 @@ The Get-AzureRmApplicationGatewayBackendHealth cmdlet gets application gateway b
2424
## EXAMPLES
2525

2626
### -------------------------- Example 1: Gets backend health without expanded resources. --------------------------
27-
@{paragraph=PS C:\\\>}
28-
29-
30-
31-
32-
33-
34-
35-
36-
37-
38-
39-
40-
41-
42-
43-
44-
4527
```
4628
PS C:\>$BackendHealth = Get-AzureRmApplicationGatewayBackendHealth -Name ApplicationGateway01 -ResourceGroupName ResourceGroup01
4729
```
4830

4931
This command gets the backend health of application gateway named ApplicationGateway01 that belongs to the resource group named ResourceGroup01 and stores it in the $BackendHealth variable.
5032

5133
### -------------------------- Example 1: Gets backend health with expanded resources. --------------------------
52-
@{paragraph=PS C:\\\>}
53-
54-
55-
56-
57-
58-
59-
60-
61-
62-
63-
64-
65-
66-
67-
68-
69-
7034
```
7135
PS C:\>$BackendHealth = Get-AzureRmApplicationGatewayBackendHealth -Name ApplicationGateway01 -ResourceGroupName ResourceGroup01 -ExpandResource "backendhealth/applicationgatewayresource"
7236
```

src/ResourceManager/Network/Commands.Network/help/Test-AzureRmNetworkWatcherConnectivity.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,6 @@ The Test-AzureRmNetworkWatcherConnectivity cmdlet returns connectivity informati
3232
## EXAMPLES
3333

3434
### --------------- Example 1: Test Network Watcher Connectivity from a VM to a website ---------------
35-
@{paragraph=PS C:\\\>}
36-
37-
38-
39-
40-
41-
42-
43-
4435
```
4536
Test-AzureRmNetworkWatcherConnectivity -NetworkWatcherName NetworkWatcher -ResourceGroupName NetworkWatcherRG -SourceId "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ContosoRG/providers/Microsoft.Compute/virtualMachines/MultiTierApp0" -DestinationAddress "bing.com" -DestinationPort 80
4637

src/ResourceManager/Resources/Commands.Resources/help/New-AzureRmADSpCredential.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -69,14 +69,6 @@ A new key credential is added to an existing service principal.
6969
In this example, the supplied base64 encoded public X509 certificate ("myapp.cer") is added to the service principal using its SPN.
7070

7171
### -------------------------- Example 3 --------------------------
72-
@{paragraph=PS C:\\\>}
73-
74-
75-
76-
77-
78-
79-
8072
```
8173
PS E:\> New-AzureRmADSpCredential -ServicePrincipalName "http://test123" -CertValue $credValue
8274
```

0 commit comments

Comments
 (0)