Skip to content

Remove paragraph tag from help files #5232

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 16 commits into from
Jan 5, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,6 @@ The Add-AzureRmHDInsightComponentVersion cmdlet adds a version for a service run
## EXAMPLES

### -------------------------- Example 1: Add a version for Spark to the cluster configuration object. --------------------------
@{paragraph=PS C:\\\>}







```
PS C:\> # Primary storage account info
$storageAccountResourceGroupName = "Group"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,16 +82,6 @@ The New-AzureHDInsightCluster creates an Azure HDInsight cluster by using the sp
## EXAMPLES

### -------------------------- Example 1: Create an Azure HDInsight cluster --------------------------
@{paragraph=PS C:\\\>}









```
PS C:\> # Primary storage account info
$storageAccountResourceGroupName = "Group"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ Creates Azure Machine Learning regional properties for an existing web service.
## EXAMPLES

### -------------------------- Example 1: Add new regional properties for West Central US --------------------------
@{paragraph=PS C:\\\>}

```
Add-AzureRmMlWebServiceRegionalProperty -ResourceGroupName "myresourcegroup" -Name "mywebservicename" -Region westcentralus
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,19 +31,11 @@ You can return the string immediately or save it to a file.
## EXAMPLES

### -------------------------- Example 1: Export as string --------------------------
@{paragraph=PS C:\\\>}



```
Export-AzureRmMlWebService -WebService $svc -ToJsonString
```

### -------------------------- Example 2: Export to file --------------------------
@{paragraph=PS C:\\\>}



```
Export-AzureRmMlWebService -WebService $svc -OutputFile "C:\mlservice.json"
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,19 +24,11 @@ Depending on the paramenters passed, the cmdlet returns a specific commitment as
## EXAMPLES

### -------------------------- Example 1: Get a specific commitment association --------------------------
@{paragraph=PS C:\\\>}



```
Get-AzureRmMlCommitmentAssociation -ResourceGroupName "MyResourceGroup" -CommitmentPlanName "MyCommitmentPlanName" -Name "MyCommitmentAssociationName"
```

### -------------------------- Example 2: Get all commitment associations for the specified commitment plan --------------------------
@{paragraph=PS C:\\\>}



```
Get-AzureRmMlCommitmentAssociation -ResourceGroupName "MyResourceGroup" -CommitmentPlanName "MyCommitmentPlanName"
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,28 +24,16 @@ Depending on the paramenters passed, the cmdlet returns the a specific commitmen
## EXAMPLES

### -------------------------- Example 1: Get a specific commitment plan --------------------------
@{paragraph=PS C:\\\>}



```
Get-AzureRmMlCommitmentPlan -ResourceGroupName "MyResourceGroup" -Name "MyCommitmentPlanName"
```

### -------------------------- Example 2: Get all commitment plan resources in current subscription --------------------------
@{paragraph=PS C:\\\>}



```
Get-AzureRmMlCommitmentPlan
```

### -------------------------- Example 3: Get all commitment plans in the current subscription and given resource group --------------------------
@{paragraph=PS C:\\\>}



```
Get-AzureRmMlCommitmentPlan -ResourceGroupName "MyResourceGroup"
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,6 @@ Retrieves usage history information for a specified commitment plan, including r
## EXAMPLES

### -------------------------- Example 1: Get usage history for a specific commitment plan --------------------------
@{paragraph=PS C:\\\>}



```
Get-AzureRmMlCommitmentPlanUsageHistory -ResourceGroupName "MyResourceGroup" -Name "MyCommitmentPlanName"
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,28 +24,16 @@ Depending on the paramenters passed, the cmdlet returns the defintion for a spec
## EXAMPLES

### -------------------------- Example 1: Get details of specific web service --------------------------
@{paragraph=PS C:\\\>}



```
Get-AzureRmMlWebService -ResourceGroupName "myresourcegroup" -Name "mywebservicename"
```

### -------------------------- Example 2: Get all web service resources in current subscription --------------------------
@{paragraph=PS C:\\\>}



```
Get-AzureRmMlWebService
```

### -------------------------- Example 3: Get all web services in the current subscription and given resource group --------------------------
@{paragraph=PS C:\\\>}



```
Get-AzureRmMlWebService -ResourceGroupName "myresourcegroup"
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,19 +30,11 @@ Gets the access keys for the Azure Machine Learning web service's runtime APIs.
## EXAMPLES

### -------------------------- Example 1 - Get the keys for a web service specified by resource group and name --------------------------
@{paragraph=PS C:\\\>}



```
Get-AzureRmMlWebServiceKeys -ResourceGroupName "myresourcegroup" -Name "mywebservicename"
```

### -------------------------- Example 2 - Get keys for web service instance --------------------------
@{paragraph=PS C:\\\>}



```
Get-AzureRmMlWebServiceKeys -MlWebService $mlService
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,18 +28,11 @@ The Import-AzureRmMlWebService cmdlet imports , specified either directly or in
## EXAMPLES

### -------------------------- Example 1: Import from string --------------------------
@{paragraph=PS C:\\\>}



```
Import-AzureRmMlWebService -JsonString $jsonDefinition
```

### -------------------------- Example 2: Import from file path --------------------------
@{paragraph=PS C:\\\>}


```
Import-AzureRmMlWebService -InputFile "C:\mlservice.json"
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,6 @@ Moves a commitment association resource from its parent commitment plan to anoth
## EXAMPLES

### -------------------------- Example 1: Move a commitment association --------------------------
@{paragraph=PS C:\\\>}



```
Get-AzureRmMlCommitmentAssociation -ResourceGroupName "MyResourceGroup" -CommitmentPlanName "SourceCommitmentPlanName" -Name "MyCommitmentAssociationName" -DestinationPlanId "/subscriptions/MySubscriptionId/resourceGroups/MyResourceGroup/providers/Microsoft.MachineLearning/commitmentPlans/DestinationCommitmentPlanName"
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,6 @@ If a commitment plan with the same name exists in the resource group, the call a
## EXAMPLES

### -------------------------- Example 1: Create a new commitment plan --------------------------
@{paragraph=PS C:\\\>}



```
New-AzureRmMlCommitmentPlan -ResourceGroupName "MyResourceGroup" -Name "MyCommitmentPlanName" -Location "South Central US" -SkuName DevTest -SkuTier Standard -SkuCapacity 1
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,21 +32,13 @@ If a web service with the same name exists in the resource group, the call acts
## EXAMPLES

### -------------------------- Example 1: Create a new service from a Json file based definition --------------------------
@{paragraph=PS C:\\\>}



```
New-AzureRmMlWebService -ResourceGroupName "myresourcegroup" -Name "mywebservicename" -Location "South Central US" -DefinitionFile "C:\mlservice.json"
```

Creates a new Azure Machine Learning web service named "mywebservicename" in the "myresourcegroup" group and South Central US region, based on the definition present in the referenced json file.

### -------------------------- Example 2: Create a new service from an object instance --------------------------
@{paragraph=PS C:\\\>}



```
New-AzureRmMlWebService -ResourceGroupName "myresourcegroup" -Name "mywebservicename" -Location "South Central US" -NewWebServiceDefinition $serviceDefinitionObject
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,6 @@ Deletes an Azure Machine Learning commitment plan. Note that commitment plans wh
## EXAMPLES

### -------------------------- Example 1: Delete a commitment plan --------------------------
@{paragraph=PS C:\\\>}



```
Remove-AzureRmMlCommitmentPlan -ResourceGroupName "MyResourceGroup" -Name "MyCommitmentPlanName"
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,6 @@ Deletes a Azure Machine Learning web service referenced by resource group and na
## EXAMPLES

### -------------------------- Example 1 --------------------------
@{paragraph=PS C:\\\>}



```
Remove-AzureRmMlWebService -ResourceGroupName "myresourcegroup" -Name "mywebservicename"
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,6 @@ Updates an existing commitment plan resource. Note that most properties of the c
## EXAMPLES

### -------------------------- Example 1: Update a commitment plan --------------------------
@{paragraph=PS C:\\\>}



```
Update-AzureRmMlCommitmentPlan -ResourceGroupName "MyResourceGroup" -Name "MyCommitmentPlanName" -Tags @{'MyTagKey'='MyTagValue'}
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,21 +36,13 @@ Pass only the properties that you want modified.
## EXAMPLES

### -------------------------- Example 1: Selective update arguments --------------------------
@{paragraph=PS C:\\\>}



```
Update-AzureRmMlWebService -ResourceGroupName "myresourcegroup" -Name "mywebservicename" -Description "new update to description" -Keys @{Primary='changed primary key'} -Diagnostics @{Level='All'}
```

Here, we change the description, primary access key and enable the diagnostics collection for all traces during runtime for the web service.

### -------------------------- Example 2: Update based on a web service instance --------------------------
@{paragraph=PS C:\\\>}



```
$updates = @{ Properties = @{ Title="New Title"; RealtimeConfiguration = @{ MaxConcurrentCalls=25 }}}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,20 +24,6 @@ The Add-AzureRmRouteFilterRuleConfig cmdlet adds a route filter rule to an Azure
## EXAMPLES

### -------------------------- Example 1: Add a route filter rule to a route filter --------------------------
@{paragraph=PS C:\\\>}













```
PS C:\>$RouteFilter = Get-AzureRmRouteFilter -ResourceGroupName "ResourceGroup11" -Name "routefilter01"
PS C:\> Add-AzureRmRouteFilterRuleConfig -Name "rule13" -Access Allow -RouteFilterRuleType Community -RouteFilter $RouteFilter
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,49 +24,13 @@ The Get-AzureRmApplicationGatewayBackendHealth cmdlet gets application gateway b
## EXAMPLES

### -------------------------- Example 1: Gets backend health without expanded resources. --------------------------
@{paragraph=PS C:\\\>}

















```
PS C:\>$BackendHealth = Get-AzureRmApplicationGatewayBackendHealth -Name ApplicationGateway01 -ResourceGroupName ResourceGroup01
```

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.

### -------------------------- Example 1: Gets backend health with expanded resources. --------------------------
@{paragraph=PS C:\\\>}

















```
PS C:\>$BackendHealth = Get-AzureRmApplicationGatewayBackendHealth -Name ApplicationGateway01 -ResourceGroupName ResourceGroup01 -ExpandResource "backendhealth/applicationgatewayresource"
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,6 @@ The Test-AzureRmNetworkWatcherConnectivity cmdlet returns connectivity informati
## EXAMPLES

### --------------- Example 1: Test Network Watcher Connectivity from a VM to a website ---------------
@{paragraph=PS C:\\\>}








```
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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,14 +69,6 @@ A new key credential is added to an existing service principal.
In this example, the supplied base64 encoded public X509 certificate ("myapp.cer") is added to the service principal using its SPN.

### -------------------------- Example 3 --------------------------
@{paragraph=PS C:\\\>}







```
PS E:\> New-AzureRmADSpCredential -ServicePrincipalName "http://test123" -CertValue $credValue
```
Expand Down