You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/ResourceManager/Consumption/Commands.Consumption/Cmdlets/UsageDetails/GetAzureRmConsumptionUsageDetail.cs
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ public class GetAzureRmConsumptionUsageDetail : AzureConsumptionCmdletBase
29
29
{
30
30
constintMaxNumberToFetch=1000;
31
31
32
-
[Parameter(Mandatory=false,HelpMessage="Name of a specific billing period to get the usage details that associate with.",ParameterSetName=Constants.ParameterSetNames.BillingPeriodItemParameterSet)]
32
+
[Parameter(Mandatory=false,HelpMessage="Name of a specific billing period to get the usage details that associate with.")]
33
33
[ValidateNotNullOrEmpty]
34
34
publicstringBillingPeriodName{get;set;}
35
35
@@ -75,7 +75,7 @@ public class GetAzureRmConsumptionUsageDetail : AzureConsumptionCmdletBase
75
75
[ValidateNotNull]
76
76
publicint?Top{get;set;}
77
77
78
-
[Parameter(Mandatory=false,HelpMessage="Name of a specific invoice to get the usage details that associate with.",ParameterSetName=Constants.ParameterSetNames.InvoiceItemParameterSet)]
78
+
[Parameter(Mandatory=false,HelpMessage="Name of a specific invoice to get the usage details that associate with.")]
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
261
+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.
262
+
For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
0 commit comments