Skip to content

Instantly share code, notes, and snippets.

View stefanstranger's full-sized avatar
💭
Developing code for our customers and just for fun!

Stefan Stranger stefanstranger

💭
Developing code for our customers and just for fun!
View GitHub Profile
@stefanstranger
stefanstranger / Create-WIKIDocumentation.ps1
Created April 12, 2020 10:02
Create Azure DevOps WIKI Documentation
<#
PowerShell script to create Azure DevOps WIKI Markdown Documentation
https://docs.microsoft.com/en-US/rest/api/azure/devops/wiki/pages/create%20or%20update?view=azure-devops-rest-5.0#examples
https://medium.com/digikare/create-automatic-release-notes-on-azuredevops-f235376ec533
Requirements:
- PSDocs PowerShell Module (Install-Module -Name PSDocs)
#>