Skip to content

Commit 8f37dd9

Browse files
update help message for -Full
1 parent dc0b6c2 commit 8f37dd9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/ResourceManager/ApplicationInsights/Commands.ApplicationInsights/ApplicationInsights/GetApplicationInsights.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,11 @@ public class GetApplicationInsightsCommand : ApplicationInsightsBaseCmdlet
5555
[Parameter(
5656
Mandatory = false,
5757
ParameterSetName = ComponentNameParameterSet,
58-
HelpMessage = "If specified, it will get back pricing plan of the application insights component.")]
58+
HelpMessage = "If specified, it will get back pricing plan/daily cap and status of the application insights component.")]
5959
[Parameter(
6060
Mandatory = false,
6161
ParameterSetName = ResourceIdParameterSet,
62-
HelpMessage = "If specified, it will get back pricing plan of the application insights component.")]
62+
HelpMessage = "If specified, it will get back pricing plan/daily cap and status of the application insights component.")]
6363
[Alias("IncludeDailyCap", "IncludeDailyCapStatus", "IncludePricingPlan")]
6464
public SwitchParameter Full { get; set; }
6565

src/ResourceManager/ApplicationInsights/Commands.ApplicationInsights/help/Get-AzureRmApplicationInsights.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ Accept wildcard characters: False
112112
```
113113
114114
### -Full
115-
If specified, it will get back pricing plan of the application insights component.
115+
If specified, it will get back pricing plan/daily cap and status of the application insights component.
116116
117117
```yaml
118118
Type: SwitchParameter

0 commit comments

Comments
 (0)