msgraph-sdk-powershell icon indicating copy to clipboard operation
msgraph-sdk-powershell copied to clipboard

Create a pipeline for updating powershell documents on microsoftgraph-docs-powershell repository

Open timayabi2020 opened this issue 3 years ago • 0 comments

Currently updates to powershell document repository are done locally by running a scripts and manually creating a pull request. The scripts are responsible for

  1. Copying markdown files from the powershell sdk repository to powershell docs repository
  2. Updating markdown help
  3. Escaping disallowed html tags as mentioned here.

There is need for automating the above process through an azure pipeline because running it on a local machine is time consuming and resource intensive

timayabi2020 avatar Aug 03 '22 16:08 timayabi2020