Skip to content

Commit c2f8e94

Browse files
authored
Merge pull request #12564 from Erikkre/user/erikkredatus/removingImmersiveEventsTPMDocumentation
Removing Immersive events TPM Documentation
2 parents 626f180 + 9089375 commit c2f8e94

File tree

2 files changed

+0
-37
lines changed

2 files changed

+0
-37
lines changed

teams/teams-ps/teams/New-CsTeamsEventsPolicy.md

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ New-CsTeamsEventsPolicy [-Identity] <String> [-AllowWebinars <String>] [-AllowTo
1919
[-TownhallEventAttendeeAccess <String>] [-RecordingForTownhall <String>] [-RecordingForWebinar <String>]
2020
[-TranscriptionForTownhall <String>] [-TranscriptionForWebinar <String>] [-AllowEventIntegrations <Boolean>] [-TownhallChatExperience <String>]
2121
[-UseMicrosoftECDN <String>] [-EventAccessType <String>] [-WhatIf] [-Confirm] [<CommonParameters>]
22-
[-ImmersiveEvents <String>]
2322
```
2423

2524
## DESCRIPTION
@@ -266,24 +265,6 @@ Accept pipeline input: False
266265
Accept wildcard characters: False
267266
```
268267
269-
### -ImmersiveEvents
270-
This setting governs if a user can create Immersive Events using Teams Events.
271-
Possible values are:
272-
- **Enabled**: Enables creating Immersive Events.
273-
- **Disabled**: Disables creating Immersive Events.
274-
275-
```yaml
276-
Type: String
277-
Parameter Sets: (All)
278-
Aliases:
279-
280-
Required: False
281-
Position: Named
282-
Default value: Enabled
283-
Accept pipeline input: False
284-
Accept wildcard characters: False
285-
```
286-
287268
### -AllowEventIntegrations
288269
This setting governs the access to the integrations tab in the event creation workflow.
289270

teams/teams-ps/teams/Set-CsTeamsEventsPolicy.md

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ Set-CsTeamsEventsPolicy [-AllowWebinars <String>] [-EventAccessType <String>] [-
2323
[-TranscriptionForTownhall <String>] [-TranscriptionForWebinar <String>]
2424
[-UseMicrosoftECDN <Boolean>]
2525
[-Identity] <String> [-Force] [-WhatIf] [-Confirm] [<CommonParameters>]
26-
[-ImmersiveEvents <String>]
2726
```
2827

2928
## DESCRIPTION
@@ -389,23 +388,6 @@ Accept pipeline input: False
389388
Accept wildcard characters: False
390389
```
391390
392-
### -ImmersiveEvents
393-
This setting governs if a user can create Immersive Events using Teams Events.
394-
Possible values are:
395-
- **Enabled**: Enables creating Immersive Events.
396-
- **Disabled**: Disables creating Immersive Events.
397-
```yaml
398-
Type: String
399-
Parameter Sets: (All)
400-
Aliases:
401-
402-
Required: False
403-
Position: Named
404-
Default value: Enabled
405-
Accept pipeline input: False
406-
Accept wildcard characters: False
407-
```
408-
409391
### -Confirm
410392
The Confirm switch does not work with this cmdlet.
411393

0 commit comments

Comments
 (0)