Skip to content

Commit 1b310cf

Browse files
committed
deprecate warning
1 parent 8a5ba32 commit 1b310cf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Network/Network/ApplicationGateway/NewAzureApplicationGatewayCommand.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
using Microsoft.Azure.Commands.ResourceManager.Common.ArgumentCompleters;
1717
using Microsoft.Azure.Commands.ResourceManager.Common.Tags;
1818
using Microsoft.Azure.Management.Network;
19+
using Microsoft.WindowsAzure.Commands.Common.CustomAttributes;
1920
using System.Collections;
2021
using System.Collections.Generic;
2122
using System.Linq;
@@ -182,6 +183,7 @@ public class NewAzureApplicationGatewayCommand : ApplicationGatewayBaseCmdlet
182183
HelpMessage = "A hashtable which represents resource tags.")]
183184
public Hashtable Tag { get; set; }
184185

186+
[CmdletParameterBreakingChange("UserAssignedIdentityId", ReplaceMentCmdletParameterName = "Identity")]
185187
[Parameter(
186188
ParameterSetName = "IdentityByUserAssignedIdentityId",
187189
Mandatory = false,

0 commit comments

Comments
 (0)