Last active
January 27, 2020 10:05
-
-
Save gautamdsheth/417540f95873539532a01c0d70705ead to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <pnp:Provisioning xmlns:pnp="http://schemas.dev.office.com/PnP/2019/03/ProvisioningSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://schemas.dev.office.com/PnP/2019/03/ProvisioningSchema https://raw.githubusercontent.com/OfficeDev/PnP-Provisioning-Schema/master/OfficeDevPnP.ProvisioningSchema/ProvisioningSchema-2019-03.xsd"> | |
| <pnp:Preferences Author="Blade Runner" Version="1.0" /> | |
| <pnp:Teams> | |
| <pnp:TeamTemplate DisplayName="Team from Template 01" Description="Sample Team from Template" | |
| Classification="Custom" Visibility="Public"> | |
| <![CDATA[ | |
| { | |
| "template@odata.bind": "https://graph.microsoft.com/beta/teamsTemplates('standard')", | |
| "visibility": "Private", | |
| "displayName": "Sample Engineering Team", | |
| "description": "This is a sample engineering team, used to showcase the range of properties supported by this API", | |
| "channels": [ | |
| { | |
| "displayName": "Announcements π’", | |
| "isFavoriteByDefault": true, | |
| "description": "This is a sample announcements channel that is favorited by default. Use this channel to make important team, product, and service announcements." | |
| }, | |
| { | |
| "displayName": "Training ποΈ", | |
| "isFavoriteByDefault": true, | |
| "description": "This is a sample training channel, that is favorited by default, and contains an example of pinned website and YouTube tabs.", | |
| "tabs": [ | |
| { | |
| "teamsApp@odata.bind": "https://graph.microsoft.com/v1.0/appCatalogs/teamsApps('com.microsoft.teamspace.tab.web')", | |
| "name": "A Pinned Website", | |
| "configuration": { | |
| "contentUrl": "https://docs.microsoft.com/en-us/microsoftteams/microsoft-teams" | |
| } | |
| }, | |
| { | |
| "teamsApp@odata.bind": "https://graph.microsoft.com/v1.0/appCatalogs/teamsApps('com.microsoft.teamspace.tab.youtube')", | |
| "name": "A Pinned YouTube Video", | |
| "configuration": { | |
| "contentUrl": "https://tabs.teams.microsoft.com/Youtube/Home/YoutubeTab?videoId=X8krAMdGvCQ", | |
| "websiteUrl": "https://www.youtube.com/watch?v=X8krAMdGvCQ" | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "displayName": "Planning π ", | |
| "description": "This is a sample of a channel that is not favorited by default, these channels will appear in the more channels overflow menu.", | |
| "isFavoriteByDefault": false | |
| }, | |
| { | |
| "displayName": "Issues and Feedback π", | |
| "description": "This is a sample of a channel that is not favorited by default, these channels will appear in the more channels overflow menu." | |
| } | |
| ], | |
| "memberSettings": { | |
| "allowCreateUpdateChannels": true, | |
| "allowDeleteChannels": true, | |
| "allowAddRemoveApps": true, | |
| "allowCreateUpdateRemoveTabs": true, | |
| "allowCreateUpdateRemoveConnectors": true | |
| }, | |
| "guestSettings": { | |
| "allowCreateUpdateChannels": false, | |
| "allowDeleteChannels": false | |
| }, | |
| "funSettings": { | |
| "allowGiphy": true, | |
| "giphyContentRating": "Moderate", | |
| "allowStickersAndMemes": true, | |
| "allowCustomMemes": true | |
| }, | |
| "messagingSettings": { | |
| "allowUserEditMessages": true, | |
| "allowUserDeleteMessages": true, | |
| "allowOwnerDeleteMessages": true, | |
| "allowTeamMentions": true, | |
| "allowChannelMentions": true | |
| }, | |
| "discoverySettings": { | |
| "showInTeamsSearchAndSuggestions": true | |
| }, | |
| "installedApps": [ | |
| { | |
| "teamsApp@odata.bind": "https://graph.microsoft.com/v1.0/appCatalogs/teamsApps('com.microsoft.teamspace.tab.vsts')" | |
| }, | |
| { | |
| "teamsApp@odata.bind": "https://graph.microsoft.com/v1.0/appCatalogs/teamsApps('1542629c-01b3-4a6d-8f76-1938b779e48d')" | |
| } | |
| ] | |
| } | |
| ]]> | |
| </pnp:TeamTemplate> | |
| </pnp:Teams> | |
| </pnp:Provisioning> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment