File tree Expand file tree Collapse file tree 3 files changed +8
-9
lines changed Expand file tree Collapse file tree 3 files changed +8
-9
lines changed Original file line number Diff line number Diff line change 201
201
"Conceptual" : " Content" ,
202
202
"ManagedReference" : " Content" ,
203
203
"RestApi" : " Content" ,
204
- "AzurePsModulePage" : " Content"
204
+ "PowershellModule" : " Content" ,
205
+ "PowershellCmdlet" : " Content"
205
206
},
206
207
"build_entry_point" : " docs" ,
207
208
"template_folder" : " _themes" ,
208
209
"version" : 0 ,
209
- "customized_template_paths" : [
210
- " _dependentPackages/azurecli.plugins/azurecli"
211
- ],
212
210
"customized_tasks" : {
213
211
"docset_prebuild" : [
214
- " _dependentPackages/CommonPlugins /tools/PowerShellReference .ps1"
212
+ " _dependentPackages/MAML2Yaml /tools/Run .ps1"
215
213
]
216
214
},
217
215
"monikerPath" : [
Original file line number Diff line number Diff line change 21
21
"dest" : " whiteboard/whiteboard-ps"
22
22
},
23
23
{
24
- "files" : [" **/*.md" ],
24
+ "files" : [" **/*.yml" ],
25
+ "exclude" : [" toc.yml" ],
25
26
"src" : " whiteboard-ps" ,
26
27
"version" : " whiteboard-ps" ,
27
28
"dest" : " module"
Original file line number Diff line number Diff line change @@ -26,6 +26,6 @@ The Microsoft Whiteboard cmdlets are often used to facilate the export of Whiteb
26
26
27
27
## Common Cmdlets
28
28
29
- * [ Get-Whiteboard ] ( ../whiteboard-ps/whiteboard/ Get-Whiteboard.md )
30
- * [ Set-WhiteboardOwner ] ( ../whiteboard-ps/whiteboard/ Set-WhiteboardOwner.md )
31
- * [ Invoke-TransferAllWhiteboard ] ( ../whiteboard-ps/whiteboard/ Invoke-TransferAllWhiteboards.md )
29
+ * @ MicrosoftWhiteboardAdmin . Get-Whiteboard
30
+ * @ MicrosoftWhiteboardAdmin . Set-WhiteboardOwner
31
+ * @ MicrosoftWhiteboardAdmin . Invoke-TransferAllWhiteboards
You can’t perform that action at this time.
0 commit comments