- Fork the repository
- Your working directory is
.\Azure-MG-Sub-Governance-Reporting
- In the folder
.\pwsh\dev
find the function you intend to work on, apply your changes - Edit the file
.\pwsh\dev\devAzGovVizParallel.ps1
- In the param block update the parameter variable
$ProductVersion
accordingly
- In the param block update the parameter variable
- Execute
.\pwsh\dev\buildAzGovVizParallel.ps1
- This step will rebuilt the main.\pwsh\AzGovVizParallel.ps1
file (incorporating all changes you did in the.\pwsh\dev
directory) - Edit the file
.\README.md
- Update the region
Release history
, replace the changes from the previous release with your changes
- Update the region
- Edit the file
.\history.md
- Copy over text for the change description you just did for the
.\README.md
- Copy over text for the change description you just did for the
- Execute the newly created AzGovViz version to test if it completes successfully
.\pwsh\AzGovVizParallel.ps1 -ShowRunIdentifier
From the very last line of the output take a copy of the run identifier and provide that with the pull request
- In the folder
- Commit your changes
- Create a pull request
- Provide the run identifier in the pull request as a proof of successful test