Skip to content

Commit

Permalink
Update class.ts (#1324)
Browse files Browse the repository at this point in the history
  • Loading branch information
BethanyZhou authored Mar 25, 2024
1 parent 38dd664 commit d599838
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions powershell/cmdlets/class.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1850,8 +1850,6 @@ export class CmdletClass extends Class {
}
this.add(userAssignedIdentity);
continue;
} else {
vParam.name = 'UserAssignedIdentity';
}
}
cmdletParameter = new Property(vParam.name, propertyType, {
Expand Down

0 comments on commit d599838

Please sign in to comment.