Skip to content

Commit f5cd0ad

Browse files
committed
filled descriptions
1 parent 05584ce commit f5cd0ad

File tree

4 files changed

+33
-33
lines changed

4 files changed

+33
-33
lines changed

teams/teams-ps/teams/Add-TeamsAppInstallation.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.reviewer:
1111
# Add-TeamsAppInstallation
1212

1313
## SYNOPSIS
14-
{{ Fill in the Synopsis }}
14+
Add a Teams App to Microsoft Teams.
1515

1616
## SYNTAX
1717

@@ -26,21 +26,21 @@ Add-TeamsAppInstallation -AppId <String> -UserId <String> [-Permissions <String>
2626
```
2727

2828
## DESCRIPTION
29-
{{ Fill in the Description }}
29+
Add a Teams App to Microsoft Teams.
3030

3131
## EXAMPLES
3232

3333
### Example 1
3434
```powershell
35-
PS C:\> {{ Add example code here }}
35+
PS C:\> Add-TeamsAppInstallation -AppId b9cc7986-dd56-4b57-ab7d-9c4e5288b775 -TeamId 31f1ff6c-d48c-4f8a-b2e1-abca7fd399df
3636
```
3737

38-
{{ Add example description here }}
38+
This example adds a Teams App to Microsoft Teams.
3939

4040
## PARAMETERS
4141

4242
### -AppId
43-
{{ Fill AppId Description }}
43+
Teams App identifier in Microsoft Teams.
4444

4545
```yaml
4646
Type: String
@@ -55,7 +55,7 @@ Accept wildcard characters: False
5555
```
5656
5757
### -Permissions
58-
{{ Fill Permissions Description }}
58+
RSC permissions for the Teams App.
5959
6060
```yaml
6161
Type: String
@@ -70,7 +70,7 @@ Accept wildcard characters: False
7070
```
7171
7272
### -TeamId
73-
{{ Fill TeamId Description }}
73+
Team identifier in Microsoft Teams.
7474
7575
```yaml
7676
Type: String
@@ -85,7 +85,7 @@ Accept wildcard characters: False
8585
```
8686
8787
### -UserId
88-
{{ Fill UserId Description }}
88+
User identifier in Microsoft Teams.
8989
9090
```yaml
9191
Type: String

teams/teams-ps/teams/Get-TeamsAppInstallation.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.reviewer:
1111
# Get-TeamsAppInstallation
1212

1313
## SYNOPSIS
14-
{{ Fill in the Synopsis }}
14+
Get a Teams App installed in Microsoft Teams.
1515

1616
## SYNTAX
1717

@@ -26,21 +26,21 @@ Get-TeamsAppInstallation -UserId <String> [-AppInstallationId <String>] [-AppId
2626
```
2727

2828
## DESCRIPTION
29-
{{ Fill in the Description }}
29+
Get a Teams App installed in Microsoft Teams.
3030

3131
## EXAMPLES
3232

3333
### Example 1
3434
```powershell
35-
PS C:\> {{ Add example code here }}
35+
PS C:\> Get-TeamsAppInstallation -AppId b9cc7986-dd56-4b57-ab7d-9c4e5288b775 -TeamId 31f1ff6c-d48c-4f8a-b2e1-abca7fd399df
3636
```
3737

38-
{{ Add example description here }}
38+
This example gets a Teams App specifying its AppId and the TeamId.
3939

4040
## PARAMETERS
4141

4242
### -AppId
43-
{{ Fill AppId Description }}
43+
Teams App identifier in Microsoft Teams.
4444

4545
```yaml
4646
Type: String
@@ -55,7 +55,7 @@ Accept wildcard characters: False
5555
```
5656
5757
### -AppInstallationId
58-
{{ Fill AppInstallationId Description }}
58+
Installation identifier of the Teams App.
5959
6060
```yaml
6161
Type: String
@@ -70,7 +70,7 @@ Accept wildcard characters: False
7070
```
7171
7272
### -TeamId
73-
{{ Fill TeamId Description }}
73+
Team identifier in Microsoft Teams.
7474
7575
```yaml
7676
Type: String
@@ -85,7 +85,7 @@ Accept wildcard characters: False
8585
```
8686
8787
### -UserId
88-
{{ Fill UserId Description }}
88+
User identifier in Microsoft Teams.
8989
9090
```yaml
9191
Type: String

teams/teams-ps/teams/Remove-TeamsAppInstallation.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.reviewer:
1111
# Remove-TeamsAppInstallation
1212

1313
## SYNOPSIS
14-
{{ Fill in the Synopsis }}
14+
Removes a Teams App installed in Microsoft Teams.
1515

1616
## SYNTAX
1717

@@ -28,21 +28,21 @@ Remove-TeamsAppInstallation [-AppInstallationId <String>] [-AppId <String>] -Use
2828
```
2929

3030
## DESCRIPTION
31-
{{ Fill in the Description }}
31+
Removes a Teams App installed in Microsoft Teams.
3232

3333
## EXAMPLES
3434

3535
### Example 1
3636
```powershell
37-
PS C:\> {{ Add example code here }}
37+
PS C:\> Remove-TeamsAppInstallation -AppId b9cc7986-dd56-4b57-ab7d-9c4e5288b775 -TeamId 31f1ff6c-d48c-4f8a-b2e1-abca7fd399df
3838
```
3939

40-
{{ Add example description here }}
40+
This example removes a Teams App in Microsoft Teams specifying its AppId and TeamId.
4141

4242
## PARAMETERS
4343

4444
### -AppId
45-
{{ Fill AppId Description }}
45+
Teams App identifier in Microsoft Teams.
4646

4747
```yaml
4848
Type: String
@@ -57,7 +57,7 @@ Accept wildcard characters: False
5757
```
5858
5959
### -AppInstallationId
60-
{{ Fill AppInstallationId Description }}
60+
Installation identifier of the Teams App.
6161
6262
```yaml
6363
Type: String
@@ -72,7 +72,7 @@ Accept wildcard characters: False
7272
```
7373
7474
### -TeamId
75-
{{ Fill TeamId Description }}
75+
Team identifier in Microsoft Teams.
7676
7777
```yaml
7878
Type: String
@@ -87,7 +87,7 @@ Accept wildcard characters: False
8787
```
8888
8989
### -UserId
90-
{{ Fill UserId Description }}
90+
User identifier in Microsoft Teams.
9191
9292
```yaml
9393
Type: String

teams/teams-ps/teams/Update-TeamsAppInstallation.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.reviewer:
1111
# Update-TeamsAppInstallation
1212

1313
## SYNOPSIS
14-
{{ Fill in the Synopsis }}
14+
Update a Teams App in Microsoft Teams.
1515

1616
## SYNTAX
1717

@@ -28,21 +28,21 @@ Update-TeamsAppInstallation [-AppInstallationId <String>] [-AppId <String>] -Use
2828
```
2929

3030
## DESCRIPTION
31-
{{ Fill in the Description }}
31+
Update a Teams App in Microsoft Teams.
3232

3333
## EXAMPLES
3434

3535
### Example 1
3636
```powershell
37-
PS C:\> {{ Add example code here }}
37+
PS C:\> Update-TeamsAppInstallation -AppId b9cc7986-dd56-4b57-ab7d-9c4e5288b775 -TeamId 31f1ff6c-d48c-4f8a-b2e1-abca7fd399df
3838
```
3939

40-
{{ Add example description here }}
40+
This example updates a Teams App in Microsoft Teams specifying its AppId and TeamId.
4141

4242
## PARAMETERS
4343

4444
### -AppId
45-
{{ Fill AppId Description }}
45+
Teams App identifier in Microsoft Teams.
4646

4747
```yaml
4848
Type: String
@@ -57,7 +57,7 @@ Accept wildcard characters: False
5757
```
5858
5959
### -AppInstallationId
60-
{{ Fill AppInstallationId Description }}
60+
Installation identifier of the Teams App.
6161
6262
```yaml
6363
Type: String
@@ -72,7 +72,7 @@ Accept wildcard characters: False
7272
```
7373
7474
### -Permissions
75-
{{ Fill Permissions Description }}
75+
RSC permissions for the Teams App.
7676
7777
```yaml
7878
Type: String
@@ -87,7 +87,7 @@ Accept wildcard characters: False
8787
```
8888
8989
### -TeamId
90-
{{ Fill TeamId Description }}
90+
Team identifier in Microsoft Teams.
9191
9292
```yaml
9393
Type: String
@@ -102,7 +102,7 @@ Accept wildcard characters: False
102102
```
103103
104104
### -UserId
105-
{{ Fill UserId Description }}
105+
User identifier in Microsoft Teams.
106106
107107
```yaml
108108
Type: String

0 commit comments

Comments
 (0)