Skip to content

Commit 3b7948b

Browse files
committed
Merge branch 'master' into chrisda
2 parents 6486b19 + 2b32fba commit 3b7948b

File tree

4 files changed

+27
-12
lines changed

4 files changed

+27
-12
lines changed

.openpublishing.publish.config.json

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -41,17 +41,15 @@
4141
"Conceptual": "Content",
4242
"ManagedReference": "Content",
4343
"RestApi": "Content",
44-
"AzurePsModulePage": "Content"
44+
"PowershellModule": "Content",
45+
"PowershellCmdlet": "Content"
4546
},
4647
"build_entry_point": "docs",
4748
"template_folder": "_themes",
4849
"version": 0,
49-
"customized_template_paths": [
50-
"_dependentPackages/azurecli.plugins/azurecli"
51-
],
5250
"customized_tasks": {
5351
"docset_prebuild": [
54-
"_dependentPackages/CommonPlugins/tools/PowerShellReference.ps1"
52+
"_dependentPackages/MAML2Yaml/tools/Run.ps1"
5553
]
5654
},
5755
"monikerPath": [
@@ -184,17 +182,15 @@
184182
"Conceptual": "Content",
185183
"ManagedReference": "Content",
186184
"RestApi": "Content",
187-
"AzurePsModulePage": "Content"
185+
"PowershellModule": "Content",
186+
"PowershellCmdlet": "Content"
188187
},
189188
"build_entry_point": "docs",
190189
"template_folder": "_themes",
191190
"version": 0,
192-
"customized_template_paths": [
193-
"_dependentPackages/azurecli.plugins/azurecli"
194-
],
195191
"customized_tasks": {
196192
"docset_prebuild": [
197-
"_dependentPackages/CommonPlugins/tools/PowerShellReference.ps1"
193+
"_dependentPackages/MAML2Yaml/tools/Run.ps1"
198194
]
199195
},
200196
"monikerPath": [

officewebapps/docfx.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@
2121
"dest": "officewebapps/officewebapps-ps"
2222
},
2323
{
24-
"files": ["**/*.md"],
24+
"files": ["**/*.yml"],
25+
"exclude": ["toc.yml"],
2526
"src": "officewebapps-ps",
2627
"version": "officewebapps-ps",
2728
"dest": "module"

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

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1696,6 +1696,23 @@ Accept pipeline input: False
16961696
Accept wildcard characters: False
16971697
```
16981698

1699+
### -EnableAutoNewsDigest
1700+
1701+
Enable or disable auto news digest. [Documentation](https://aka.ms/autonewsdigest) for auto news digest.
1702+
1703+
```yaml
1704+
Type: Boolean
1705+
1706+
Parameter Sets: (All)
1707+
Aliases:
1708+
Applicable: SharePoint Online
1709+
Required: False
1710+
Position: Named
1711+
Default value: True
1712+
Accept pipeline input: False
1713+
Accept wildcard characters: False
1714+
```
1715+
16991716
### CommonParameters
17001717

17011718
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.

spmt/docfx.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@
2121
"dest": "spmt/spmt-ps"
2222
},
2323
{
24-
"files": ["**/*.md"],
24+
"files": ["**/*.yml"],
25+
"exclude": ["toc.yml"],
2526
"src": "spmt-ps",
2627
"version": "spmt-ps",
2728
"dest": "module"

0 commit comments

Comments
 (0)