Skip to content

Instantly share code, notes, and snippets.

View siata13's full-sized avatar
💭
Keep running

Piotr Siatka siata13

💭
Keep running
View GitHub Profile
@siata13
siata13 / OrgAssetsService.types.ts
Created September 10, 2019 05:57
Types used by Organisation Assets Service
export interface ResourcePath {
DecodedUrl: string;
}
export enum CdnType {
Public = 0,
Private = 1
}
export enum OrgAssetType {
@siata13
siata13 / RegisterTemplatesSourceFolder.ps1
Created May 6, 2020 06:44
Register templates source folder for custom page templates
$templatesFolder = Resolve-PnPFolder -SiteRelativePath "SitePages/Templates"
Set-PnPPropertyBagValue -Folder "SitePages" -Key "vti_TemplatesFolderGuid" -Value $templatesFolder.UniqueId

Microsoft REST API Guidelines

Reference

Microsoft REST API Guidelines Working Group

| | | ---------------------------- | -------------------------------------- | ---------------------------------------- Dave Campbell (CTO C+E) | Rick Rashid (CTO ASG) | John Shewchuk (Technical Fellow, TED HQ) Mark Russinovich (CTO Azure) | Steve Lucco (Technical Fellow, DevDiv) | Murali Krishnaprasad (Azure App Plat) Rob Howard (ASG) | Peter Torr (OSG) | Chris Mullins (ASG)