Skip to content

Commit d28f9a9

Browse files
authored
Merge pull request MicrosoftDocs#6381 from MicrosoftDocs/sharepoint-fix
Replace legacy build pipeline with PowerShell SDP build pipeline for SharePoint docs
2 parents 4e3923e + 2d77ae9 commit d28f9a9

File tree

53 files changed

+552
-576
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+552
-576
lines changed

.openpublishing.publish.config.json

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -70,17 +70,15 @@
7070
"Conceptual": "Content",
7171
"ManagedReference": "Content",
7272
"RestApi": "Content",
73-
"AzurePsModulePage": "Content"
73+
"PowershellModule": "Content",
74+
"PowershellCmdlet": "Content"
7475
},
7576
"build_entry_point": "docs",
7677
"template_folder": "_themes",
7778
"version": 0,
78-
"customized_template_paths": [
79-
"_dependentPackages/azurecli.plugins/azurecli"
80-
],
8179
"customized_tasks": {
8280
"docset_prebuild": [
83-
"_dependentPackages/CommonPlugins/tools/PowerShellReference.ps1"
81+
"_dependentPackages/MAML2Yaml/tools/Run.ps1"
8482
]
8583
},
8684
"monikerPath": [
@@ -274,6 +272,13 @@
274272
"version": "latest",
275273
"id": "Microsoft.OpenPublishing.CommonPlugins",
276274
"nuget_feed": "https://www.myget.org/F/op/api/v2"
275+
},
276+
{
277+
"id": "Microsoft.DocAsCode.MAML2Yaml",
278+
"nuget_feed": "https://www.myget.org/F/op/api/v2",
279+
"path_to_root": "_dependentPackages/MAML2Yaml",
280+
"target_framework": "net45",
281+
"version": "latest"
277282
}
278283
]
279284
}

sharepoint/docfx.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@
2121
"dest": "sharepoint/sharepoint-ps"
2222
},
2323
{
24-
"files": ["**/*.md"],
24+
"files": ["**/*.yml"],
25+
"exclude": ["toc.yml"],
2526
"src": "sharepoint-ps",
2627
"version": "sharepoint-ps",
2728
"dest": "module"
@@ -65,10 +66,10 @@
6566
},
6667
"fileMetadata": {
6768
"ms.service":{
68-
"sharepoint-ps/sharepoint-online/*.md":"sharepoint-powershell"
69+
"sharepoint-ps/sharepoint-online/*.yml":"sharepoint-powershell"
6970
},
7071
"ms.prod":{
71-
"sharepoint-ps/sharepoint-server/*.md":"sharepoint-powershell"
72+
"sharepoint-ps/sharepoint-server/*.yml":"sharepoint-powershell"
7273
}
7374
},
7475
"template": [],

sharepoint/docs-conceptual/sharepoint-pnp/sharepoint-pnp-cmdlets.md

Lines changed: 468 additions & 468 deletions
Large diffs are not rendered by default.

sharepoint/docs-conceptual/sharepoint-server/sharepoint-server-cmdlets.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: SharePoint Server Cmdlets
44

55
# SharePoint Server Cmdlets
66

7-
For a listing of the SharePoint Server cmdlets, see [SharePoint Server cmdlets](../../sharepoint-ps/sharepoint-server/sharepoint-server.md)
7+
For a listing of the SharePoint Server cmdlets, see [SharePoint Server cmdlets](xref:SharePointServer)
88

99
## Accessing PowerShell for SharePoint Server ##
1010

@@ -27,7 +27,7 @@ Before you can use the Add-SPShellAdmin cmdlet to grant permissions for users to
2727
> [!NOTE]
2828
> If these permissions are not satisfied, contact your Setup administrator or SQL Server administrator to request these permissions.
2929
30-
For additional information about PowerShell permissions, see [Add-SPShellAdmin](../../sharepoint-ps/sharepoint-server/Add-SPShellAdmin.md).
30+
For additional information about PowerShell permissions, see [Add-SPShellAdmin](xref:SharePointServer.Add-SPShellAdmin).
3131

3232
If you do not have membership in the **SharePoint_Shell_Access** role or **WSS_Admin_WPG** local group, use the **Add-SPShellAdmin** cmdlet to add the **WSS_Admin_WPG** group in all front-end web servers in the SharePoint farm and the **SharePoint_Shell_Access** role. If the SQL Server database does not have a **SharePoint_Shell_Access** role, the role is automatically created when you run the **Add-SPShellAdmin** cmdlet. After you run the **Add-SPShellAdmin** cmdlet, users can run SharePoint PowerShell cmdlets in a multiple-server farm environment.
3333

sharepoint/sharepoint-ps/sharepoint-online/Add-SPOHubToHubAssociation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ online version: https://docs.microsoft.com/powershell/module/sharepoint-online/a
55
applicable: SharePoint Online
66
title: Add-SPOHubToHubAssociation
77
schema: 2.0.0
8-
author:
9-
ms.author:
8+
author: techwriter40
9+
ms.author: kirks
1010
ms.reviewer:
1111
---
1212

sharepoint/sharepoint-ps/sharepoint-online/Add-SPOSiteCollectionAppCatalog.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ online version: https://docs.microsoft.com/powershell/module/sharepoint-online/a
55
applicable: SharePoint Online
66
title: Add-SPOSiteCollectionAppCatalog
77
schema: 2.0.0
8-
author:
9-
ms.author:
8+
author: techwriter40
9+
ms.author: kirks
1010
ms.reviewer:
1111
---
1212

sharepoint/sharepoint-ps/sharepoint-online/Get-SPOBuiltInDesignPackageVisibility.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ online version: https://docs.microsoft.com/powershell/module/sharepoint-online/g
55
applicable: SharePoint Online
66
title: Get-SPOBuiltInDesignPackageVisibility
77
schema: 2.0.0
8-
author:
9-
ms.author:
8+
author: techwriter40
9+
ms.author: kirks
1010
ms.reviewer:
1111
---
1212

sharepoint/sharepoint-ps/sharepoint-online/Get-SPOCrossGeoMoveReport.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ online version: https://docs.microsoft.com/powershell/module/sharepoint-online/g
55
applicable: SharePoint Online
66
title: Get-SPOCrossGeoMoveReport
77
schema: 2.0.0
8-
author:
9-
ms.author:
8+
author: techwriter40
9+
ms.author: kirks
1010
ms.reviewer:
1111
---
1212

sharepoint/sharepoint-ps/sharepoint-online/Get-SPODataEncryptionPolicy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ online version: https://docs.microsoft.com/powershell/module/sharepoint-online/g
55
applicable: SharePoint Online
66
title: Get-SPODataEncryptionPolicy
77
schema: 2.0.0
8-
author:
9-
ms.author:
8+
author: techwriter40
9+
ms.author: kirks
1010
ms.reviewer:
1111
---
1212

sharepoint/sharepoint-ps/sharepoint-online/Get-SPOHomeSite.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ online version: https://docs.microsoft.com/powershell/module/sharepoint-online/g
55
applicable: SharePoint Online
66
title: Get-SPOHomeSite
77
schema: 2.0.0
8-
author:
9-
ms.author:
8+
author: techwriter40
9+
ms.author: kirks
1010
ms.reviewer:
1111
---
1212

sharepoint/sharepoint-ps/sharepoint-online/Get-SPOMultiGeoCompanyAllowedDataLocation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ online version: https://docs.microsoft.com/powershell/module/sharepoint-online/g
55
applicable: SharePoint Online
66
title: Get-SPOMultiGeoCompanyAllowedDataLocation
77
schema: 2.0.0
8-
author:
9-
ms.author:
8+
author: techwriter40
9+
ms.author: kirks
1010
ms.reviewer:
1111
---
1212

sharepoint/sharepoint-ps/sharepoint-online/Get-SPOMultiGeoExperience.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ online version: https://docs.microsoft.com/powershell/module/sharepoint-online/g
55
applicable: SharePoint Online
66
title: Get-SPOMultiGeoExperience
77
schema: 2.0.0
8-
author:
9-
ms.author:
8+
author: techwriter40
9+
ms.author: kirks
1010
ms.reviewer:
1111
---
1212

sharepoint/sharepoint-ps/sharepoint-online/Get-SPOSiteCollectionAppCatalogs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ online version: https://docs.microsoft.com/powershell/module/sharepoint-online/g
55
applicable: SharePoint Online
66
title: Get-SPOSiteCollectionAppCatalogs
77
schema: 2.0.0
8-
author:
9-
ms.author:
8+
author: techwriter40
9+
ms.author: kirks
1010
ms.reviewer:
1111
---
1212

sharepoint/sharepoint-ps/sharepoint-online/Get-SPOSiteDataEncryptionPolicy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ online version: https://docs.microsoft.com/powershell/module/sharepoint-online/g
55
applicable: SharePoint Online
66
title: Get-SPOSiteDataEncryptionPolicy
77
schema: 2.0.0
8-
author:
9-
ms.author:
8+
author: techwriter40
9+
ms.author: kirks
1010
ms.reviewer:
1111
---
1212

sharepoint/sharepoint-ps/sharepoint-online/Get-SPOSiteRenameState.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ online version: https://docs.microsoft.com/powershell/module/sharepoint-online/g
55
applicable: SharePoint Online
66
title: Get-SPOSiteRenameState
77
schema: 2.0.0
8-
author:
9-
ms.author:
8+
author: techwriter40
9+
ms.author: kirks
1010
ms.reviewer:
1111
---
1212

sharepoint/sharepoint-ps/sharepoint-online/Get-SPOSiteScriptFromWeb.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ online version: https://docs.microsoft.com/powershell/module/sharepoint-online/g
55
applicable: SharePoint Online
66
title: Get-SPOSiteScriptFromWeb
77
schema: 2.0.0
8-
author:
9-
ms.author:
8+
author: techwriter40
9+
ms.author: kirks
1010
ms.reviewer:
1111
---
1212

sharepoint/sharepoint-ps/sharepoint-online/Get-SPOSiteUserInvitations.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ online version: https://docs.microsoft.com/powershell/module/sharepoint-online/g
55
applicable: SharePoint Online
66
title: Get-SPOSiteUserInvitations
77
schema: 2.0.0
8-
author:
9-
ms.author:
8+
author: techwriter40
9+
ms.author: kirks
1010
ms.reviewer:
1111
---
1212

sharepoint/sharepoint-ps/sharepoint-online/Get-SPOStorageEntity.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ online version: https://docs.microsoft.com/powershell/module/sharepoint-online/g
55
applicable: SharePoint Online
66
title: Get-SPOStorageEntity
77
schema: 2.0.0
8-
author:
9-
ms.author:
8+
author: techwriter40
9+
ms.author: kirks
1010
ms.reviewer:
1111
---
1212

sharepoint/sharepoint-ps/sharepoint-online/Get-SPOUnifiedGroup.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ online version: https://docs.microsoft.com/powershell/module/sharepoint-online/g
55
applicable: SharePoint Online
66
title: Get-SPOUnifiedGroup
77
schema: 2.0.0
8-
author:
9-
ms.author:
8+
author: techwriter40
9+
ms.author: kirks
1010
ms.reviewer:
1111
---
1212

sharepoint/sharepoint-ps/sharepoint-online/Get-SPOUnifiedGroupMoveState.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ online version: https://docs.microsoft.com/powershell/module/sharepoint-online/g
55
applicable: SharePoint Online
66
title: Get-SPOUnifiedGroupMoveState
77
schema: 2.0.0
8-
author:
9-
ms.author:
8+
author: techwriter40
9+
ms.author: kirks
1010
ms.reviewer:
1111
---
1212

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
198198

199199
## RELATED LINKS
200200

201-
[Get-SPODataConnectionSetting](Get-SPODataConnectionSetting.md)
201+
[Get-SPODataConnectionSetting](xref:SharePointServer.Get-SPODataConnectionSetting)
202202

203203
[Remove-SPODataConnectionSetting](Remove-SPODataConnectionSetting.md)
204204

sharepoint/sharepoint-ps/sharepoint-online/Register-SPODataEncryptionPolicy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ online version: https://docs.microsoft.com/powershell/module/sharepoint-online/r
55
applicable: SharePoint Online
66
title: Register-SPODataEncryptionPolicy
77
schema: 2.0.0
8-
author:
9-
ms.author:
8+
author: techwriter40
9+
ms.author: kirks
1010
ms.reviewer:
1111
---
1212

sharepoint/sharepoint-ps/sharepoint-online/Remove-SPOHomeSite.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ online version: https://docs.microsoft.com/powershell/module/sharepoint-online/r
55
applicable: SharePoint Online
66
title: Remove-SPOHomeSite
77
schema: 2.0.0
8-
author:
9-
ms.author:
8+
author: techwriter40
9+
ms.author: kirks
1010
ms.reviewer:
1111
---
1212

sharepoint/sharepoint-ps/sharepoint-online/Remove-SPOHubToHubAssociation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ online version: https://docs.microsoft.com/powershell/module/sharepoint-online/r
55
applicable: SharePoint Online
66
title: Remove-SPOHubToHubAssociation
77
schema: 2.0.0
8-
author:
9-
ms.author:
8+
author: techwriter40
9+
ms.author: kirks
1010
ms.reviewer:
1111
---
1212

sharepoint/sharepoint-ps/sharepoint-online/Remove-SPOMultiGeoCompanyAllowedDataLocation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ online version: https://docs.microsoft.com/powershell/module/sharepoint-online/r
55
applicable: SharePoint Online
66
title: Remove-SPOMultiGeoCompanyAllowedDataLocation
77
schema: 2.0.0
8-
author:
9-
ms.author:
8+
author: techwriter40
9+
ms.author: kirks
1010
ms.reviewer:
1111
---
1212

sharepoint/sharepoint-ps/sharepoint-online/Remove-SPOSiteCollectionAppCatalog.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ online version: https://docs.microsoft.com/powershell/module/sharepoint-online/r
55
applicable: SharePoint Online
66
title: Remove-SPOSiteCollectionAppCatalog
77
schema: 2.0.0
8-
author:
9-
ms.author:
8+
author: techwriter40
9+
ms.author: kirks
1010
ms.reviewer:
1111
---
1212

sharepoint/sharepoint-ps/sharepoint-online/Remove-SPOSiteCollectionAppCatalogById.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ online version: https://docs.microsoft.com/powershell/module/sharepoint-online/r
55
applicable: SharePoint Online
66
title: Remove-SPOSiteCollectionAppCatalogById
77
schema: 2.0.0
8-
author:
9-
ms.author:
8+
author: techwriter40
9+
ms.author: kirks
1010
ms.reviewer:
1111
---
1212

sharepoint/sharepoint-ps/sharepoint-online/Remove-SPOSiteUserInvitations.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ online version: https://docs.microsoft.com/powershell/module/sharepoint-online/r
55
applicable: SharePoint Online
66
title: Remove-SPOSiteUserInvitations
77
schema: 2.0.0
8-
author:
9-
ms.author:
8+
author: techwriter40
9+
ms.author: kirks
1010
ms.reviewer:
1111
---
1212

sharepoint/sharepoint-ps/sharepoint-online/Remove-SPOStorageEntity.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ online version: https://docs.microsoft.com/powershell/module/sharepoint-online/r
55
applicable: SharePoint Online
66
title: Remove-SPOStorageEntity
77
schema: 2.0.0
8-
author:
9-
ms.author:
8+
author: techwriter40
9+
ms.author: kirks
1010
ms.reviewer:
1111
---
1212

sharepoint/sharepoint-ps/sharepoint-online/Restore-SPODataEncryptionPolicy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ online version: https://docs.microsoft.com/powershell/module/sharepoint-online/r
55
applicable: SharePoint Online
66
title: Restore-SPODataEncryptionPolicy
77
schema: 2.0.0
8-
author:
9-
ms.author:
8+
author: techwriter40
9+
ms.author: kirks
1010
ms.reviewer:
1111
---
1212

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
289289

290290
## RELATED LINKS
291291

292-
[Get-SPODataConnectionSetting](Get-SPODataConnectionSetting.md)
292+
[Get-SPODataConnectionSetting](xref:SharePointServer.Get-SPODataConnectionSetting)
293293

294294
[New-SPODataConnectionSetting](New-SPODataConnectionSetting.md)
295295

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,4 +259,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
259259

260260
## RELATED LINKS
261261

262-
[Get-SPODataConnectionSettingMetaData](Get-SPODataConnectionSettingMetaData.md)

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ online version: https://docs.microsoft.com/powershell/module/sharepoint-online/s
55
applicable: SharePoint Online
66
title: Set-SPOHomeSite
77
schema: 2.0.0
8-
author:
9-
ms.author:
8+
author: techwriter40
9+
ms.author: kirks
1010
ms.reviewer:
1111
---
1212

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ online version: https://docs.microsoft.com/powershell/module/sharepoint-online/s
55
applicable: SharePoint Online
66
title: Set-SPOMultiGeoCompanyAllowedDataLocation
77
schema: 2.0.0
8-
author:
9-
ms.author:
8+
author: techwriter40
9+
ms.author: kirks
1010
ms.reviewer:
1111
---
1212

0 commit comments

Comments
 (0)