Skip to content

Commit

Permalink
notification param fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
vfedonkin authored and msJinLei committed Apr 16, 2020
1 parent c32bb79 commit 3b51088
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ public class NewAzureApiManagement : AzureApiManagementCmdletBase

[Parameter(Mandatory = false,
HelpMessage = "Generate and assign an Azure Active Directory Identity for this service for use with key management services like Azure KeyVault.")]
[CmdletParameterBreakingChange("Param1", ChangeDescription = "The AssignIdentity parameter will be renamed as SystemAssignedIdentity. Also new parameter will be added: UserAssignedIdentity.")]
[CmdletParameterBreakingChange("AssignIdentity", ChangeDescription = "The AssignIdentity parameter will be renamed as SystemAssignedIdentity. Also new parameter will be added: UserAssignedIdentity.")]
public SwitchParameter AssignIdentity { get; set; }

[Parameter(Mandatory = false,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public class SetAzureApiManagement : AzureApiManagementCmdletBase

[Parameter(Mandatory = false,
HelpMessage = "Generate and assign an Azure Active Directory Identity for this server for use with key management services like Azure KeyVault.")]
[CmdletParameterBreakingChange("Param1", ChangeDescription = "The AssignIdentity parameter will be renamed as SystemAssignedIdentity. Also new parameter will be added: UserAssignedIdentity.")]
[CmdletParameterBreakingChange("AssignIdentity", ChangeDescription = "The AssignIdentity parameter will be renamed as SystemAssignedIdentity. Also new parameter will be added: UserAssignedIdentity.")]
public SwitchParameter AssignIdentity { get; set; }

[Parameter(Mandatory = false, HelpMessage = "Run cmdlet in the background")]
Expand Down

0 comments on commit 3b51088

Please sign in to comment.