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
234 stars 66 forks source link

Missing naming convention only on templates #406

Open GitSneik opened 7 months ago

GitSneik commented 7 months ago

Description

When we create a team from scratch or template, the naming convention for global is add to all teams, even though we have configured a naming convention for the templates.

If we remove from global - no naming conventions are added.

Could this be an issue of not updating the gblPrefix attribute?

Steps to reproduce

  1. Create naming policy in teams request settings list
  2. tested ok when creating from Scratch
  3. created naming policy for a template
  4. create team from template, the naming policy for global is added

Expected results

team from template should have naming convention from teams template list

Actual Results

team from template is created with the global naming convention, not from teams template list

Solution component

Power App

Operating system (environment)

Windows

Additional Info

could this be up to missing updating the gblPrefix attribute?

GitSneik commented 7 months ago

@alexc-MSFT - We know this is discontinued, but is there any extensive documentation on hos gblPrefix is updated when choosing a team?

GitSneik commented 7 months ago

BTW -- it works on the version 1.0.1 of the app, working on the same sharepoint site as the non-working 2.0.1 app