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")]
@@ -55,7 +52,6 @@ public class GetAzureRmMetricCommand : ManagementCmdletBase
55
52
/// <summary>
56
53
/// Gets or sets the timegrain parameter of the cmdlet
57
54
/// </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")]
59
55
[Parameter(ParameterSetName=GetAzureRmAMetricParamGroup,Mandatory=false,ValueFromPipelineByPropertyName=true,HelpMessage="The time grain of the query.")]
60
56
[Parameter(ParameterSetName=GetAzureRmAMetricFullParamGroup,Mandatory=false,ValueFromPipelineByPropertyName=true,HelpMessage="The time grain of the query.")]
61
57
[ValidateNotNullOrEmpty]
@@ -116,7 +112,6 @@ public class GetAzureRmMetricCommand : ManagementCmdletBase
116
112
/// <summary>
117
113
/// Gets or sets the dimension parameter of the cmdlet
118
114
/// </summary>]
119
-
[Microsoft.WindowsAzure.Commands.Common.CustomAttributes.CmdletParameterBreakingChangeWithVersion("Parameter Dimension will be removed","12.0.0","6.0.0","2024/05/21")]
120
115
[Parameter(Mandatory=false,ValueFromPipelineByPropertyName=true,HelpMessage="The metric dimensions to query metrics for")]
121
116
publicstring[]Dimension{get;set;}
122
117
@@ -132,7 +127,6 @@ public class GetAzureRmMetricCommand : ManagementCmdletBase
132
127
/// <summary>
133
128
/// Gets or sets the detailedoutput parameter of the cmdlet
134
129
/// </summary>
135
-
[Microsoft.WindowsAzure.Commands.Common.CustomAttributes.CmdletParameterBreakingChangeWithVersion("Parameter DetailedOutput will be removed","12.0.0","6.0.0","2024/05/21")]
136
130
[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)")]
@@ -36,7 +35,6 @@ public class GetAzureRmMetricDefinitionCommand : ManagementCmdletBase
36
35
/// <summary>
37
36
/// Gets or sets the metricnames parameter of the cmdlet
38
37
/// </summary>
39
-
[Microsoft.WindowsAzure.Commands.Common.CustomAttributes.CmdletParameterBreakingChangeWithVersion("Parameter MetricName will be removed","12.0.0","6.0.0","2024/05/21")]
40
38
[Parameter(ValueFromPipelineByPropertyName=true,HelpMessage="The metric names of the query")]
41
39
[ValidateNotNullOrEmpty]
42
40
publicstring[]MetricName{get;set;}
@@ -50,7 +48,6 @@ public class GetAzureRmMetricDefinitionCommand : ManagementCmdletBase
50
48
/// <summary>
51
49
/// Gets or sets the detailedoutput parameter of the cmdlet
52
50
/// </summary>
53
-
[Microsoft.WindowsAzure.Commands.Common.CustomAttributes.CmdletParameterBreakingChangeWithVersion("Parameter DetailedOutput will be removed","12.0.0","6.0.0","2024/05/21")]
54
51
[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