Skip to content

Commit b577c31

Browse files
committed
Changes based on CR: 2nd iteration
1 parent 3b2a7c2 commit b577c31

File tree

4 files changed

+7
-9
lines changed

4 files changed

+7
-9
lines changed

src/ResourceManager/Network/ChangeLog.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@
1818
- Additional information about change #1
1919
-->
2020
## Current Release
21-
22-
## Version 4.4.1
2321
* Added cmdlet to list available internet service providers for a specified Azure region
2422
- Get-AzureRmNetworkWatcherReachabilityProvidersList
2523
* Added cmdlet to get the relative latency score for internet service providers from a specified location to Azure regions
2624
- Get-AzureRmNetworkWatcherReachabilityReport
25+
26+
## Version 4.4.1
2727

2828
## Version 4.4.0
2929
* Added support for endpoint services to Virtual Network Subnets

src/ResourceManager/Network/Commands.Network/NetworkWatcher/GetAzureNetworkWatcherReachabilityProvidersListCommand.cs

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,7 @@ public class GetAzureRmNetworkWatcherAvailableProviders : NetworkBaseCmdlet
6363

6464
[Parameter(
6565
Mandatory = false,
66-
HelpMessage = "Optional Azure regions to scope the query to.",
67-
ValueFromPipelineByPropertyName = true)]
66+
HelpMessage = "Optional Azure regions to scope the query to.")]
6867
public List<string> Location { get; set; }
6968

7069
[Parameter(
@@ -74,8 +73,7 @@ public class GetAzureRmNetworkWatcherAvailableProviders : NetworkBaseCmdlet
7473

7574
[Parameter(
7675
Mandatory = false,
77-
HelpMessage = "The name of the state.",
78-
ValueFromPipelineByPropertyName = true)]
76+
HelpMessage = "The name of the state.")]
7977
public string State { get; set; }
8078

8179
[Parameter(

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ schema: 2.0.0
88
# Get-AzureRMNetworkWatcherReachabilityReport
99

1010
## SYNOPSIS
11-
{{Fill in the Synopsis}}
11+
Gets the relative latency score for internet service providers from a specified location to Azure regions.
1212

1313
## SYNTAX
1414

@@ -70,7 +70,7 @@ Get-AzureRmNetworkWatcherReachabilityReport -NetworkWatcher $nw -Location "West
7070
]
7171
}
7272
]
73-
73+
```
7474

7575
Gets relative latencies to Azure Data Center in West US from 2017-10-10 to 2017-10-12 inside United State.
7676

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ schema: 2.0.0
88
# Get-AzureRmNetworkWatcherReachabilityProvidersList
99

1010
## SYNOPSIS
11-
{{Fill in the Synopsis}}
11+
Lists all available internet service providers for a specified Azure region.
1212

1313
## SYNTAX
1414

0 commit comments

Comments
 (0)