forked from JulianHayward/Azure-MG-Sub-Governance-Reporting
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request JulianHayward#224 from JulianHayward/mssgck
6.4.0
- Loading branch information
Showing
39 changed files
with
3,490 additions
and
36,213 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,18 @@ | ||
# Contribution Guide | ||
# Contribution guide | ||
|
||
* 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 | ||
* 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 | ||
* Edit the file `.\history.md` | ||
* Copy over text for the change description you just did for the `.\README.md` | ||
* 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 | ||
* Commit your changes | ||
* Create a pull request | ||
* Provide the __run identifier__ in the pull request as a proof of successful test | ||
1. Fork the repository. | ||
1. Change you working directory to `.\Azure-MG-Sub-Governance-Reporting`. | ||
1. In the folder `.\pwsh\dev` find the function you intend to work on and apply your changes. | ||
1. 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! | ||
1. 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. | ||
1. Edit the file `.\README.md`. | ||
- Update the region `Release history`, replace the changes from the previous release with your changes. | ||
1. Edit the file `.\history.md`. | ||
- Copy over text for the change description you just did for the `.\README.md`. | ||
1. 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. | ||
1. Commit your changes. | ||
1. Create a pull request | ||
- Provide the __run identifier__ in the pull request as a proof of successful test |
Oops, something went wrong.