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
[WindowsAzure.Commands.Common.CustomAttributes.GenericBreakingChangeWithVersion("Parameters about receiver will be replaced by child types.","11.0.0","5.0.0","2023/11/15")]
[WindowsAzure.Commands.Common.CustomAttributes.GenericBreakingChangeWithVersion("Parameter set ByResourceId will be deprecated","11.0.0","5.0.0","2023/11/15")]
Copy file name to clipboardExpand all lines: src/Monitor/Monitor/ActionGroups/SetAzureRmActionGroupCommand.cs
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -68,13 +68,15 @@ public class SetAzureRmActionGroupCommand : ManagementCmdletBase
68
68
/// <summary>
69
69
/// Gets or sets the list of email receivers.
70
70
/// </summary>
71
+
[WindowsAzure.Commands.Common.CustomAttributes.CmdletParameterBreakingChangeWithVersion("Receiver","11.0.0","5.0.0","2023/11/15",ChangeDescription="Parameters receiver will be replaced by child parameters.")]
71
72
[Parameter(ParameterSetName=ByPropertyName,Mandatory=true,ValueFromPipelineByPropertyName=true,HelpMessage="The list of receivers")]
72
73
[Parameter(ParameterSetName=ByResourceId,Mandatory=true,ValueFromPipelineByPropertyName=true,HelpMessage="The list of receivers")]
[WindowsAzure.Commands.Common.CustomAttributes.CmdletParameterBreakingChangeWithVersion("DisableGroup","11.0.0","5.0.0","2023/11/15",ChangeDescription="Parameter DisableGroup will be replaced by Enabled",NewWay="Enabled")]
78
80
[Parameter(ParameterSetName=ByPropertyName,Mandatory=false,ValueFromPipelineByPropertyName=true,HelpMessage="Whether or not the action group should be enabled")]
79
81
[Parameter(ParameterSetName=ByResourceId,Mandatory=false,ValueFromPipelineByPropertyName=true,HelpMessage="Whether or not the action group should be enabled")]
80
82
[Parameter(ParameterSetName=ByInputObject,Mandatory=false,HelpMessage="Whether or not the action group should be enabled")]
@@ -83,6 +85,7 @@ public class SetAzureRmActionGroupCommand : ManagementCmdletBase
83
85
/// <summary>
84
86
/// Gets or sets the Tags of the action group resource
[Parameter(ParameterSetName=ByPropertyName,Mandatory=false,ValueFromPipelineByPropertyName=true,HelpMessage="The tags of the action group resource")]
87
90
[Parameter(ParameterSetName=ByResourceId,Mandatory=false,ValueFromPipelineByPropertyName=true,HelpMessage="The tags of the action group resource")]
88
91
[Parameter(ParameterSetName=ByInputObject,Mandatory=false,ValueFromPipeline=true,HelpMessage="The tags of the action group resource")]
@@ -101,6 +104,7 @@ public class SetAzureRmActionGroupCommand : ManagementCmdletBase
101
104
/// <summary>
102
105
/// Gets or sets the resource id parameter.
103
106
/// </summary>
107
+
[WindowsAzure.Commands.Common.CustomAttributes.CmdletParameterBreakingChangeWithVersion("ResourceId","11.0.0","5.0.0","2023/11/15",ChangeDescription="Parameter set ByResourceId will be deprecated")]
0 commit comments