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
[Microsoft.WindowsAzure.Commands.Common.CustomAttributes.GenericBreakingChangeWithVersion("Parameter set GetWithDefaultParameters will be removed","12.0.0","6.0.0","2024/05/21")]
35
+
[Microsoft.WindowsAzure.Commands.Common.CustomAttributes.GenericBreakingChangeWithVersion("Parameter set GetWithFullParameters will be changed to List2 and be 'Default' set","12.0.0","6.0.0","2024/05/21")]
@@ -52,6 +55,7 @@ public class GetAzureRmMetricCommand : ManagementCmdletBase
52
55
/// <summary>
53
56
/// Gets or sets the timegrain parameter of the cmdlet
54
57
/// </summary>
58
+
[Microsoft.WindowsAzure.Commands.Common.CustomAttributes.CmdletParameterBreakingChangeWithVersion("The interval (i.e.timegrain) of the query in ISO 8601 duration format","12.0.0","6.0.0","2024/05/21")]
55
59
[Parameter(ParameterSetName=GetAzureRmAMetricParamGroup,Mandatory=false,ValueFromPipelineByPropertyName=true,HelpMessage="The time grain of the query.")]
56
60
[Parameter(ParameterSetName=GetAzureRmAMetricFullParamGroup,Mandatory=false,ValueFromPipelineByPropertyName=true,HelpMessage="The time grain of the query.")]
57
61
[ValidateNotNullOrEmpty]
@@ -111,7 +115,8 @@ public class GetAzureRmMetricCommand : ManagementCmdletBase
111
115
112
116
/// <summary>
113
117
/// Gets or sets the dimension parameter of the cmdlet
114
-
/// </summary>
118
+
/// </summary>]
119
+
[Microsoft.WindowsAzure.Commands.Common.CustomAttributes.CmdletParameterBreakingChangeWithVersion("Parameter Dimension will be removed","12.0.0","6.0.0","2024/05/21")]
115
120
[Parameter(Mandatory=false,ValueFromPipelineByPropertyName=true,HelpMessage="The metric dimensions to query metrics for")]
116
121
publicstring[]Dimension{get;set;}
117
122
@@ -127,6 +132,7 @@ public class GetAzureRmMetricCommand : ManagementCmdletBase
127
132
/// <summary>
128
133
/// Gets or sets the detailedoutput parameter of the cmdlet
129
134
/// </summary>
135
+
[Microsoft.WindowsAzure.Commands.Common.CustomAttributes.CmdletParameterBreakingChangeWithVersion("Parameter DetailedOutput will be removed","12.0.0","6.0.0","2024/05/21")]
130
136
[Parameter(ValueFromPipelineByPropertyName=true,HelpMessage="Return object with all the details of the records (the default is to return only some attributes, i.e. no detail)")]
@@ -35,6 +36,7 @@ public class GetAzureRmMetricDefinitionCommand : ManagementCmdletBase
35
36
/// <summary>
36
37
/// Gets or sets the metricnames parameter of the cmdlet
37
38
/// </summary>
39
+
[Microsoft.WindowsAzure.Commands.Common.CustomAttributes.CmdletParameterBreakingChangeWithVersion("Parameter MetricName will be removed","12.0.0","6.0.0","2024/05/21")]
38
40
[Parameter(ValueFromPipelineByPropertyName=true,HelpMessage="The metric names of the query")]
39
41
[ValidateNotNullOrEmpty]
40
42
publicstring[]MetricName{get;set;}
@@ -48,6 +50,7 @@ public class GetAzureRmMetricDefinitionCommand : ManagementCmdletBase
48
50
/// <summary>
49
51
/// Gets or sets the detailedoutput parameter of the cmdlet
50
52
/// </summary>
53
+
[Microsoft.WindowsAzure.Commands.Common.CustomAttributes.CmdletParameterBreakingChangeWithVersion("Parameter DetailedOutput will be removed","12.0.0","6.0.0","2024/05/21")]
51
54
[Parameter(HelpMessage="Return object with all the details of the records (the default is to return only some attributes, i.e. no detail)")]
[Microsoft.WindowsAzure.Commands.Common.CustomAttributes.GenericBreakingChangeWithVersion("Parameter DefaultProfile will be removed","12.0.0","6.0.0","2024/05/21")]
0 commit comments