msgraph-sdk-powershell
msgraph-sdk-powershell copied to clipboard
Create a pipeline for updating powershell documents on microsoftgraph-docs-powershell repository
Currently updates to powershell document repository are done locally by running a scripts and manually creating a pull request. The scripts are responsible for
- Copying markdown files from the powershell sdk repository to powershell docs repository
- Updating markdown help
- 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