Skip to content

Commit 17204ab

Browse files
authored
Merge pull request MicrosoftDocs#7642 from levdavid/template-format-note
Template format note
2 parents 0310c3e + 7cf374b commit 17204ab

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

teams/teams-ps/teams/Get-CsTeamTemplate.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ schema: 2.0.0
1616

1717
This cmdlet supports retrieving details of a team template available to your tenant given the team template uri.
1818

19+
NOTE: The returned template definition is a PowerShell object formatted as a JSON for readability. Please refer to the examples for suggested interaction flows for template management.
20+
1921
## SYNTAX
2022

2123
### Get (Default)

teams/teams-ps/teams/New-CsTeamTemplate.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ schema: 2.0.0
1616

1717
This cmdlet lets you provision a new team template for use in Microsoft Teams. Learn more about team templates here.
1818

19+
NOTE: The response is a PowerShell object formatted as a JSON for readability. Please refer to the examples for suggested interaction flows for template management.
20+
1921
## SYNTAX
2022

2123
### NewExpanded (Default)

teams/teams-ps/teams/Update-CsTeamTemplate.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ schema: 2.0.0
1616

1717
This cmdlet submits an operation that updates a custom team template with new team template settings.
1818

19+
NOTE: The response is a PowerShell object formatted as a JSON for readability. Please refer to the examples for suggested interaction flows for template management.
20+
1921
## SYNTAX
2022

2123
### UpdateExpanded (Default)

0 commit comments

Comments
 (0)