Azure / autorest.powershell

AutoRest PowerShell Generator
MIT License
113 stars 86 forks source link

Syntax is lost when the command contains the IdentityType and IdentityUserAssginenIdentity parameters #1400

Open lijinpei2008 opened 2 weeks ago

lijinpei2008 commented 2 weeks ago

When the Update-AzXXX command includes the IdentityType and IdentityUserAssginenIdentity parameters. If you perform an upgrade using Get+Put instead of Patch, that is, change IdentityType to EnableSystemAssignedIdentity and IdentityUserAssginenIdentity to UserAssignedIdentity. At this time, the syntax JsonFilePath and JsonString are removed from the generated command.