- Fork the repository.
- Change you working directory to
.\Azure-MG-Sub-Governance-Reporting
. - In the folder
.\pwsh\dev
find the function you intend to work on and apply your changes. - Edit the file
.\pwsh\dev\devAzGovVizParallel.ps1
.- In the param block update the parameter variable
$ProductVersion
accordingly. - Note: Do not change anything else in this file if you did not introduce new functions!
- 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 by running
.\pwsh\AzGovVizParallel.ps1 -ShowRunIdentifier
.- From the very last line of the output copy the run identifier, you'll need that when you open your pull request.
- Commit your changes.
- Create a pull request
- Provide the run identifier in the pull request as a proof of successful test