Skip to content

Commit 225041a

Browse files
authored
Merge branch 'master' into patch-299
2 parents 378fadd + 73a24fb commit 225041a

File tree

3 files changed

+20
-9
lines changed

3 files changed

+20
-9
lines changed

sharepoint/sharepoint-ps/sharepoint-online/New-SPOSite.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,7 @@ Example 3 creates a new site collection for the current company with specified s
6363

6464
### -CompatibilityLevel
6565

66-
Specifies the version of templates to use when you are creating a new site collection. This value sets the initial CompatibilityLevel value for the site collection. The values for this parameter can be SharePoint Server. When this parameter is not specified, the CompatibilityLevel will be by default the highest possible version for the Web application.
67-
68-
> [!NOTE]
69-
> For SharePoint Online Preview, it can only be set to "14" or "15". "14" indicates SharePoint 2010 Products, "15" indicates SharePoint 2013. Other values are not valid and will cause error.
66+
This parameter no longer has any effect and only accepts a value of '15'.
7067

7168
```yaml
7269
Type: Int32
@@ -134,7 +131,7 @@ Accept wildcard characters: False
134131

135132
### -ResourceQuota
136133

137-
Specifies the quota for this site collection in Sandboxed Solutions units. This value must not exceed the company's aggregate available Sandboxed Solutions quota. The default value is 0. For more information, see Resource Usage Limits on Sandboxed Solutions in SharePoint (<https://msdn.microsoft.com/en-us/library/gg615462.aspx).> Note that this parameter is now obsolete and has been deprecated.
134+
Specifies the quota for this site collection in Sandboxed Solutions units. This value must not exceed the company's aggregate available Sandboxed Solutions quota. The default value is 0. For more information, see [Resource Usage Limits on Sandboxed Solutions in SharePoint](https://docs.microsoft.com/previous-versions/office/developer/sharepoint-2010/gg615462(v=office.14)). Note that this parameter is now obsolete and has been deprecated.
138135

139136
```yaml
140137
Type: Double

sharepoint/sharepoint-ps/sharepoint-online/Set-SPOTenant.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ Accept wildcard characters: False
392392
393393
### -MaxCompatibilityLevel
394394
395-
Specifies the upper bound on the compatibility level for new sites.
395+
The only valid value is "15".
396396
397397
```yaml
398398
Type: Int32
@@ -408,7 +408,7 @@ Accept wildcard characters: False
408408
409409
### -MinCompatibilityLevel
410410
411-
Specifies the lower bound on the compatibility level for new sites.
411+
The only valid value is "15".
412412
413413
```yaml
414414
Type: Int32

skype/skype-ps/skype/Set-CsTeamsCallingPolicy.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@ Use this cmdlet to update values in existing Teams Calling Policies.
2222
```
2323
Set-CsTeamsCallingPolicy [-Tenant <System.Guid>] [-AllowWebPSTNCalling <Boolean>] [-SafeTransferEnabled <Object>] [-AllowCalling <Boolean>] [-AllowPrivateCalling <Boolean>]
2424
[-AllowVoicemail <String>] [-AllowCallGroups <Boolean>] [-AllowDelegation <Boolean>]
25-
[-AllowCallForwardingToUser <Boolean>] [-AllowCallForwardingToPhone <Boolean>]
25+
[-AllowCallForwardingToUser <Boolean>] [-AllowCallForwardingToPhone <Boolean>] [-allowCloudRecordingForCalls <Boolean>]
2626
[-PreventTollBypass <Boolean>] [-BusyOnBusyEnabledType <String>] [-MusicOnHoldEnabledType <Enum>][[-Identity] <XdsIdentity>] [-Force] [-WhatIf] [-Confirm] [<CommonParameters>]
2727
```
2828

2929
### Instance
3030
```
3131
Set-CsTeamsCallingPolicy [-Tenant <System.Guid>] [-AllowCalling <Boolean>] [-AllowPrivateCalling <Boolean>]
3232
[-AllowVoicemail <String>] [-AllowCallGroups <Boolean>] [-AllowDelegation <Boolean>]
33-
[-AllowCallForwardingToUser <Boolean>] [-AllowCallForwardingToPhone <Boolean>]
33+
[-AllowCallForwardingToUser <Boolean>] [-AllowCallForwardingToPhone <Boolean>] [-allowCloudRecordingForCalls <Boolean>]
3434
[-PreventTollBypass <Boolean>] [-BusyOnBusyEnabledType <String>] [-MusicOnHoldEnabledType <Enum>] [-Instance <PSObject>] [-Force] [-WhatIf] [-Confirm] [<CommonParameters>]
3535
```
3636

@@ -258,6 +258,20 @@ Type: String
258258
Parameter Sets: (All)
259259
Aliases:
260260

261+
Required: False
262+
Position: Named
263+
Default value: None
264+
Accept pipeline input: False
265+
Accept wildcard characters: False
266+
```
267+
### -allowCloudRecordingForCalls
268+
Determines whether cloud recording is allowed in a user's 1:1 call. Set this to TRUE to allow the user to be able to record 1:1 calls. Set this to FALSE to prohibit the user from recording 1:1 calls.
269+
270+
```yaml
271+
Type: Boolean
272+
Parameter Sets: (All)
273+
Aliases:
274+
261275
Required: False
262276
Position: Named
263277
Default value: None

0 commit comments

Comments
 (0)