OfficeDev / microsoft-teams-apps-requestateam

Power Platform based solution that allows users to request teams and automates team creation. NO LONGER MAINTAINED. Please use 'Provision Assist' - https://github.com/pnp/provision-assist-m365/ instead.
MIT License
235 stars 66 forks source link

Naming Conventions - Single #173

Open alexc-MSFT opened 4 years ago

alexc-MSFT commented 4 years ago

Summary With this release the app template will have the ability to define naming conventions in the same way that the out of the box Azure AD group naming policy works.

Intended Outcome To be able to define naming conventions for Teams created through the Request-a-team app template.

How will it work You will be able to define a single naming convention for all created Teams e.g. GRP_Purchasing_Contoso. Where 'GRP' is the Prefix, 'Purchasing' is the team name and 'Contoso' is the company.

There will be the ability to use the following user attributes for the Prefix and/or Suffix:

Text can also be used in combination with these attributes to achieve a naming convention similar to the above.

Naming conventions will be defined in the 'Team Request Settings' list.

alexc-MSFT commented 4 years ago

Delayed due to the /teams beta endpoint not appearing to support setting a mailbox alias.

If it is supported this will be moved back.