Following on from #867:
We will have to consider some validations for this one:
- If
--templateFile is specified, name and description should come from the template file itself. Not as options to the command.
- We would also have to consider the behaviour if the team needs to be added to an existing group. Simplest option would be to only allow creating new teams with the
--templateFilePath option.
Following on from #867:
graph teams add --templateFile <templateFilePath>We will have to consider some validations for this one:
--templateFileis specified,nameanddescriptionshould come from the template file itself. Not as options to the command.--templateFilePathoption.