File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
src/Network/Network/ApplicationGateway Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 16
16
using Microsoft . Azure . Commands . ResourceManager . Common . ArgumentCompleters ;
17
17
using Microsoft . Azure . Commands . ResourceManager . Common . Tags ;
18
18
using Microsoft . Azure . Management . Network ;
19
+ using Microsoft . WindowsAzure . Commands . Common . CustomAttributes ;
19
20
using System . Collections ;
20
21
using System . Collections . Generic ;
21
22
using System . Linq ;
@@ -182,6 +183,7 @@ public class NewAzureApplicationGatewayCommand : ApplicationGatewayBaseCmdlet
182
183
HelpMessage = "A hashtable which represents resource tags." ) ]
183
184
public Hashtable Tag { get ; set ; }
184
185
186
+ [ CmdletParameterBreakingChange ( "UserAssignedIdentityId" , ReplaceMentCmdletParameterName = "Identity" ) ]
185
187
[ Parameter (
186
188
ParameterSetName = "IdentityByUserAssignedIdentityId" ,
187
189
Mandatory = false ,
You can’t perform that action at this time.
0 commit comments