Skip to content

Commit cb51ff2

Browse files
authored
Merge pull request #12963 from sdwheeler/sdw-w476976-fix-office-platyps
Fix final build warning for new pipeline
2 parents 97fcca5 + 2dcf673 commit cb51ff2

14 files changed

+297
-39
lines changed

exchange/exchange-ps/ExchangePowerShell/Set-Mailbox.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1215,7 +1215,7 @@ Aliases:
12151215
Required: True
12161216
Position: 1
12171217
Default value: None
1218-
Accept pipeline input: True
1218+
Accept pipeline input: True (byPropertyName)
12191219
Accept wildcard characters: False
12201220
```
12211221

officewebapps/docs-conceptual/intro.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
---
2+
description: The Office Online Server cmdlets provide the command line interface for administration and management.
23
title: Office Online Server cmdlet reference
34
---
45

skype/skype-ps/SkypeForBusiness/SkypeForBusiness.md

Lines changed: 34 additions & 20 deletions
Large diffs are not rendered by default.

teams/teams-ps/MicrosoftTeams/Get-CsAutoAttendantStatus.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,9 @@ Accept wildcard characters: False
6363
```
6464
6565
### -IncludeResources
66+
67+
> Applicable: Microsoft Teams
68+
6669
The IncludeResources parameter identities the auto attendant resources whose status is to be retrieved. Available resources are:
6770
- AudioFile: Indicates status for audio files used by AA.
6871
- DialByNameVoiceResponses: Indicates status for speech recognition when using dial-by-name (directory lookup) feature with AA.
@@ -73,7 +76,6 @@ Type: System.Collections.Generic.List
7376
Parameter Sets: (All)
7477
Aliases:
7578
Accepted values: AudioFile, DialByNameVoiceResponses, SipProvisioning
76-
applicable: Microsoft Teams
7779

7880
Required: False
7981
Position: Named

teams/teams-ps/MicrosoftTeams/Get-CsOnlineSipDomain.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,14 +62,16 @@ Accept wildcard characters: False
6262
```
6363
6464
### -DomainStatus
65+
66+
> Applicable: Microsoft Teams
67+
6568
This indicates the status of an online sip ___domain, which can be either enabled or disabled.
6669
6770
```yaml
6871
Type: DomainStatus
6972
Parameter Sets: (All)
7073
Aliases:
7174
Accepted values: All, Enabled, Disabled
72-
applicable: Microsoft Teams
7375
Required: False
7476
Position: Named
7577
Default value: None

teams/teams-ps/MicrosoftTeams/Get-CsTeamsSipDevicesConfiguration.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,6 @@ To execute the cmdlet, you need to hold a role within your organization such as
2929

3030
## EXAMPLES
3131

32-
## PARAMETERS
33-
34-
### CommonParameters
35-
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216).
36-
3732
### Example 1
3833

3934
```powershell
@@ -45,6 +40,8 @@ BulkSignIn : Enabled
4540

4641
In this example, the organization has Bulk SignIn enabled for their SIP devices.
4742

43+
## PARAMETERS
44+
4845
### CommonParameters
4946
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216).
5047

teams/teams-ps/MicrosoftTeams/MicrosoftTeams.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,6 @@ The following cmdlet references are for Microsoft Teams.
1717
### [Add-TeamChannelUser](Add-TeamChannelUser.md)
1818
Adds an owner or member to the private channel.
1919

20-
### [Add-TeamsAppInstallation](Add-TeamsAppInstallation.md)
21-
Add a Teams App to Microsoft Teams.
22-
2320
### [Add-TeamUser](Add-TeamUser.md)
2421
The `Add-TeamUser` adds an owner or member to the team, and to the unified group which backs the team.
2522

teams/teams-ps/MicrosoftTeams/Set-CsTeamsCustomBannerText.md

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,11 @@ This example sets the properties of the CustomText instance of TeamsCustomBanner
4141
The description that you would like to set to identify what this text represents.
4242

4343
```yaml
44-
Type: String
44+
Type: System.String
45+
Parameter Sets: (All)
46+
Aliases:
47+
48+
Required: False
4549
Position: Named
4650
Default value: None
4751
Accept pipeline input: False
@@ -55,11 +59,12 @@ Accept wildcard characters: False
5559
The Identity of the CustomBannerText.
5660
5761
```yaml
58-
Type: Guid
62+
Type: System.Guid
5963
Parameter Sets: Identity
6064
Aliases:
65+
6166
Required: False
62-
Position: 1
67+
Position: Named
6368
Default value: None
6469
Accept pipeline input: False
6570
Accept wildcard characters: False
@@ -69,13 +74,18 @@ Accept wildcard characters: False
6974
The text that you would like to set in the policy.
7075
7176
```yaml
72-
Type: String
77+
Type: System.String
78+
Parameter Sets: (All)
79+
Aliases:
80+
81+
Required: False
7382
Position: Named
7483
Default value: None
7584
Accept pipeline input: False
7685
Accept wildcard characters: False
7786
```
7887
88+
7989
### CommonParameters
8090
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216).
8191

teams/teams-ps/MicrosoftTeams/Set-CsTeamsEducationConfiguration.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,11 @@ Set-CsTeamsEducationConfiguration -UpdateParentInformation Disabled
6868
Indicates whether Email or SMS is the preferred contact method used for parent communication invitations. Possible values are 'Email' and 'SMS'.
6969

7070
```yaml
71-
Type: String
71+
Type: System.String
72+
Parameter Sets: (All)
73+
Aliases:
74+
75+
Required: False
7276
Position: Named
7377
Default value: Email
7478
Accept pipeline input: False
@@ -79,7 +83,11 @@ Accept wildcard characters: False
7983
Indicates whether updating parents contact information is Enabled/Disabled by educators. Possible values are 'Enabled' and 'Disabled'.
8084
8185
```yaml
82-
Type: String
86+
Type: System.String
87+
Parameter Sets: (All)
88+
Aliases:
89+
90+
Required: False
8391
Position: Named
8492
Default value: Enabled
8593
Accept pipeline input: False

0 commit comments

Comments
 (0)