Skip to content
This repository has been archived by the owner on Aug 24, 2021. It is now read-only.

Monthly Update 2016 August

VesaJuvonen edited this page Aug 9, 2016 · 1 revision

The Office 365 Developer and SharePoint Patterns & Practices (PnP) initiative was announced at the end of July 2014 and has been great tool for Microsoft to engage with the community and vice versa. PnP initiative is a community driven program driven by the community for the community. PnP guidance has concentrated heavily on the SharePoint development models, but we are looking to share guidance around Microsoft Graph, Office client add-ins and other capabilities in the Office 365 platform. All contributions on these areas are more than welcome.

We will also cover the details of the latest release during our August 2016 monthly community call on Tuesday August 9th. If you are interested on seeing some of the new samples in action and hear about the future of this program, then feel free to join that call. You can download monthly recurring invite from http://aka.ms/OfficeDevPnPCall.

August 2016 monthly community call

Agenda for the Tuesday 9th of August community call at 8 AM PDT / 5 PM CET:

If you have any questions, comments or feedback, please participate in our discussions in the Office 365 Patterns and Practices Yammer group at http://aka.ms/OfficeDevPnPYammer or in the new Office Network under SharePoint developer group. Notice that since Yammer Office 365 network will be shut down on 1st of September, would recommend moving the questions and discussions to Office 365 Network, so that we can continue the lively discussion around the PnP initiative as well.

PnP Office Hours and Special Interest Group (SIG) for JavaScript development

We started bi-weekly PnP Office Hours during February 2016 for addressing questions on how to contribute towards PnP. These are open discussions around what the Core team is doing and where the community members can assist. This time is also open for discussions around design decisions, challenges and possible issues in the PnP deliverables. You can download invite for the bi-weekly meeting from following location. Recording of these Office Hours are shared in the PnP Yammer group and later in YouTube channel (created soon) within 24 hours after the recording was done.

Notice. Next Office Hours will be on Wednesday 10th of August - If you have questions for example around the code-behind sandbox solution support in the SharePoint Online, please join this call.

Special Interest Groups (PnP SIGs) concept was created to ensure that you can more easily get involved in the PnP initiative for the specific topic. We piloted this more with JavaScript SIG, which has been quite popular and has produced already new JavaScript Core component for the JavaScript development.

We are looking into possibility to start other SIGs during autumn 2016 for specific topics.

PnP Weekly Webcasts since last release

We started new PnP Weekly Webcast on October 2015 and have continued releasing new videos since that. All web casts will be to the PnP Channel 9 section. Here's the new web casts released after the last monthly release.

We are looking into moving the videos to YouTube during autumn 2016, so that they are more easily consumable.

PnP repositories in GitHub

There are quite a few different GitHub repositories under the PnP brand since we wanted to ensure that you can easily find and reuse what's relevant for you. We do also combine multiple solutions to one repository, so that you can more easily sync and get latest changes of our released guidance and samples.

In general, we do recommend you to use the PnP sample search tool at dev.office.com for locating relevant material for you. This should be easier and faster than trying to locate relevant material from GitHub.

Here's the current repository structure, including short description for each of them.

  • PnP - Main repository for SP add-in, Office 365, Unified API etc. samples
  • PnP-Guidance - Guidance, presentations and articles sync'd to MSDN
  • PnP-Sites-Core - Office Dev PnP Core component
  • PnP-PowerShell - Office Dev PnP PowerShell Cmdlets
  • PnP-JS-Core - Office Dev PnP Core component for JavaScript
  • PnP-Tools - Tools and scripts for SharePoint and Office 365
  • PnP-Office-Addins - Office Add-in samples and models (starting)
  • PnP-Partner-Pack - Packaged guidance with detailed instructions on setting things up in Office 365 and in Azure.
  • PnP-Transformation - Material specifically for the transformation process. Currently includes samples around InfoPath replacement. Some tools coming also soon.
  • PnP-OfficeAddins - Samples for the Office Add-ins development
  • PnP-Provisioning-Schema - PnP Provisioning engine schema repository

Note. We are looking again to do some level of refactoring of the PnP repositories due the upcoming model for the new SharePoint Framework. Changes will be introduced later during 2016 when SharePoint vNext development models are being released.

Latest changes

Provisioning Engine

The first version of the PnP remote provisioning engine was released with the May 2015 release. For the August 2016 release we have continued to add new supported capabilities and made significant improvements from stability perspective for both SharePoint Online and SharePoint on-premises (2013 and 2016). This list contains the main updates that have been added in the August 2016 release:

  • General overall quality and performance improvements for on-premises and online
  • Support for the 2016-05 provisioning schema added
    • Navigation element support - structural and managed metadata driven navigation
    • ForceCheckout setting support for list level
    • Support to break role inheritance for sub sites (copy permission options)
    • Support for Contributors and Managers for TermGroups
    • BaseSiteTemplate support
    • Support for user custom actions in list level
    • SUpport for reused and deprecated terms
  • Support for ITemplateProviderExtensions, which can be used to execute custom code before or after template extraction and saving
  • Remove custom action support for web and site collection level
  • Search setting handling for both web and site collection level
  • Support removing default content type from lists and libraries
  • Added support for Directories in template handling to connectors
  • Updates on OpenXML handling around the pnp file type handling
  • Updates on workflow provisioning handling
  • Updates on web part handling in home page extraction logic
  • Calculate field handling fixes when field is located in root web or when referenced as site columns
  • Significant unit/integration test improvements
  • Updated base templates for the SPO, 2013 and 2016 - used in delta handling

See also https://testautomation.sharepointpnp.com/ for day-to-day results and executed tests.

PnP JavaScript Core Component

PnP sample library

Here's updates cross the PnP code sample library by the community on the code and documentation, which is great way to contribute as well.

  • PnP Core: Lots of re-factoring done to improve code quality and completeness:
    • provisioning engine updates (see above)
    • Improvements in workflow extension methods
    • General bug fixing, performance and quality improvements
    • Updated to use latest CSOM version for SharePoint Online
    • Automated documentation updated to md file
    • Removal of deprecated methods (methods are 2 releases in the code after deprecation)
    • Build and test automation improvements with unit test changes
    • All PnP Core Nuget packages (cloud and on-premises) updated with new version
  • PnP JavaScript Core: Version 1.0.3 finalized:
    • Official v1.0.3 version released as npm package
  • New sample SharePoint.RESTAPI which illustrates how to play with the Microsoft SharePoint REST API from PowerShell or from SharePoint add-in.
  • New sample MicrosoftGraph.Office365.DotNetSDK which illustrates how to use the Microsoft Graph API SDK for .NET from console application and asp.net MVC application.
  • New sample Outlook.ConsumeGraphAPI his is a sample Outlook Add-in - built using Microsoft Visual Studio 2015 - that consumes the Microsoft Graph API via REST/AJAX, using ADAL.JS and the current user's context in Office 365.
  • Updated sample SharePoint.PnP-JS-Core with set of interactive demos for using the PnP JavaScript Core Library. Implemented as a SharePoint hosted add-in, so that you can easily try them out and see live results
  • Updated MicrosoftGraph.Office365.Generic sample with additional demos on using Microsoft Graph around Office 365
  • Updated sample BusinessApps.O365ProjectsApp which contains code samples for upcoming book "Programming Office 365" for Microsoft Press. In particular it contains samples for: Office 365 Applications, Remote Timer Job and Graph SDK
  • Updated Core.TaxonomyPicker component with small styling fixes and improved handling of the dom structure updates
  • Updated solution Provisioning.VSTools to support VS2015, including numerous improvements
  • Updated solution Tenant Information Panel with additional fixes and capabilities
  • Script to get inventory of all SharePoint sandbox solutions from Office 365 / SharePoint Online - SharePoint.Sandbox.ListSolutionsFromTenant
  • Updated PnP-PowerShell Commands with new CommandLets and with few fixes
    • Overall quality improvements and bug fixes
    • Allow inclusion of .pnp files to template packages
    • New CmdLets Get-SPORequestAccessEmails and Set-SPORequestAccessEmails for controlling request access emails on sites
    • New CmdLet Convert-SPOFolderToProvisioningTemplate for creating pnp template files from folder
    • Updated Apply-ProvisioningTemplete and Get-Provisioning template to support template provider extensions (custom code executed when extracting template)
    • Updated Connect-SPOnline to support forms based authentication (on-premises)
    • Updated Get-ProvisioningTemplate CmdLet to support setting display name and image preview
    • Get-ProvisioningTemplated updated to support extraction of term group security (managers and contributors)
    • Updated Set-SPOWeb to have description, master oage URL and custom master page URL properties
    • Updated New-SPOProvisioningTemplateFromFolder for better asset file handling
    • Added support for latest CSOM
    • Updates on the test cases
    • Updated help details for CmdLets
    • Updated documentation for CmdLets
  • Updates to the PnP Partner Pack
    • Small adjustments around the implementation for upcoming v2.0 release with open source template gallery
    • Updated to use the latest Nuget package for SharePoint Online

PnP Super Man

PnP Guidance articles

The PnP Guidance repository contains guidance articles which are published at MSDN. Starting from end of May 2016 this process was changed to be fully automated and there's automatic contributors list in the MSDN side showing who have been providing updates to these documents. We are looking forward on your contributions around real life learnings in different areas. Read more details around this open publishing model from following blog post

Here's new guidance articles since the last release communications

See MSDN articles from the PnP MSDN section at http://aka.ms/OfficeDevPnPMSDN

PnP Guidance videos

You can find all PnP videos from our Channel 9 section at http://aka.ms/OfficeDevPnPVideos. This location contains already significant amount of detailed training material, demo videos and community call recordings. Since last release communications, we have released one additional guidance video:

Key contributors for the August 2016 release

Here’s the list of active contributors (in alphabetical order) during past month in PnP repositories. PnP is really about building tooling together with the community for the community, so your contributions are highly valued cross the Office 365 customers, partners and obviously also at Microsoft.

Thank you for your assistance and contributions from the behalf of the community. You are making a difference!

Companies Here's the companies, which provided support for PnP initiative for this month by allowing their employees working for the benefit of others in the PnP initiative. There were also people who contributed from other companies during last month, but we did not get their logos and approval to show them on time for this communications. If you still want your logo for this month's release, please let us know and share the logo with us. Thx.

Microsoft people Here’s the list of Microsoft people who have been closely involved on the PnP work during last month.

Latest statistics

Here's traffic statistics from the PnP, PnP PowerShell, PnP Sites Core (.NET) and JavaScript Core component repository.

Traffic at PnP repository

Traffic at PnP Sites Core (.NET) repository

Traffic at PnP PowerShell repository

Traffic at PnP JS Core repository

See About Repository Graphs for more details on above statistics.

Next steps

  • August 2016 monthly community call is on 9th of August at 8 AM PDT / 5 PM CET for latest release details with demos - Download invite with detailed schedule for your time zone from http://aka.ms/OfficeDevPnPCall.


Clone this wiki locally