Skip to content

Commit 2035627

Browse files
author
Maddie Clayton
authored
Merge pull request Azure#6437 from tatlicioglu/comment-fix
Fix MinChildEndpoint help text.
2 parents e78e977 + 966a2df commit 2035627

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/ResourceManager/TrafficManager/ChangeLog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
- Additional information about change #1
1919
-->
2020
## Current Release
21+
* Updated the help file for Add-AzureRmTrafficManagerEndpointConfig
2122

2223
## Version 4.0.5
2324
* Update the parameters for `Get-AzureRmTrafficManagerProfile` so that -ResourceGroupName parameter is required when using -Name parameter.

src/ResourceManager/TrafficManager/Commands.TrafficManager2/help/Add-AzureRmTrafficManagerEndpointConfig.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,8 +136,8 @@ Accept wildcard characters: False
136136
```
137137
138138
### -MinChildEndpoints
139-
Specify an Azure region name.
140-
For a full list of Azure regions, see Azure Regionshttp://azure.microsoft.com/regions/ (http://azure.microsoft.com/regions/).
139+
The minimum number of endpoints that must be available in the child profile in order for the Nested Endpoint in the parent profile to be considered available.
140+
Only applicable to endpoint of type 'NestedEndpoints'.
141141
142142
```yaml
143143
Type: UInt32

0 commit comments

Comments
 (0)