Skip to content

Fix last 2 content errors #12965

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion exchange/exchange-ps/ExchangePowerShell/Set-Mailbox.md
Original file line number Diff line number Diff line change
Expand Up @@ -4109,7 +4109,7 @@ Parameter Sets: Identity
Aliases:

Required: FalseNamed
Position:
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ schema: 2.0.0
title: Set-CsTeamsEducationConfiguration
---

# Set-CsTeamsEdcuationConfiguration
# Set-CsTeamsEducationConfiguration

## SYNOPSIS

Expand All @@ -18,12 +18,8 @@ This cmdlet is used to manage the organization-wide education configuration for
## SYNTAX

```powershell
Set-CsTeamsEducationConfiguration
[-ParentGuardianPreferredContactMethod <String>]
[-UpdateParentInformation <String>]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Set-CsTeamsEducationConfiguration [-ParentGuardianPreferredContactMethod <String>]
[-UpdateParentInformation <String>] [-WhatIf] [-Confirm] [<CommonParameters>]
```

## DESCRIPTION
Expand Down
43 changes: 0 additions & 43 deletions test/MicrosoftTeams/Get-CsTeamsSipDevicesConfiguration.yml

This file was deleted.

9 changes: 4 additions & 5 deletions test/MicrosoftTeams/Set-CsTeamsEdcuationConfiguration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ metadata:
title: Set-CsTeamsEdcuationConfiguration
synopsis: This cmdlet is used to manage the organization-wide education configuration for Teams.
syntaxes:
- commandName: >
Set-CsTeamsEducationConfiguration
- commandName: Set-CsTeamsEducationConfiguration
parameterSetName: Default
isDefault: true
parameters:
Expand Down Expand Up @@ -68,7 +67,7 @@ examples:
```
parameters:
- name: ParentGuardianPreferredContactMethod
type: String
type: System.String
description: Indicates whether Email or SMS is the preferred contact method used for parent communication invitations. Possible values are 'Email' and 'SMS'.
defaultValue: Email
supportsWildcards: false
Expand All @@ -80,13 +79,13 @@ parameters:
- &o0
name: (All)
position: Named
isRequired: true
isRequired: false
valueFromPipeline: false
valueFromPipelineByPropertyName: false
valueFromRemainingArguments: false
helpMessage: ''
- name: UpdateParentInformation
type: String
type: System.String
description: Indicates whether updating parents contact information is Enabled/Disabled by educators. Possible values are 'Enabled' and 'Disabled'.
defaultValue: Enabled
supportsWildcards: false
Expand Down
74 changes: 0 additions & 74 deletions test/MicrosoftTeams/Test-CsTeamsUnassignedNumberTreatment.yml

This file was deleted.