osu-itis / Azure-AppService-GenerateTeams

Code to generate teams using Graph APIs. Created for use with TDx ticket forms.
1 stars 0 forks source link

Team owner does not have a teams license #19

Closed carrk-osu closed 3 years ago

carrk-osu commented 3 years ago

Context

Creation of new team via TD ticket workflow.

Issue

If the team owner does not have a teams license (Example: student employees) then the process to create the team fails.

Exception

EXCEPTION: Failed to generate the team off of the existing unified group
Type : System.Management.Automation.RuntimeException

Known workarounds

  1. Setting a different requestor and re-running the TD workflow
  2. Manually editing the owner of the existing group, and then teams enabling the group using the Microsoft Teams web GUI

Proposed change