Commit 5633827
Feature: Add Support for Azure DevOps Pipelines (#60)
# Pull Request
## Issue
Add option to choose CI/CD platform (Github | Azure Devops). Default
being Github.
Issue #, if available:
## Description
Description of changes:
- added new parameter `alzCicdPlatform` to New-ALZEnvironment.ps1
@picccard
- moved accelerator readme to be the first reference @picccard @picccard
- moved yml files for CI/CD to its own property in the config file
@picccard
- added v0.15.0 config file and updated all references within module
- updated readme.md with example for New-ALZEnvironment with Azure
Pipelines
## Breaking changes
This feature will not break any functionality, as the parameter has
'github' as default.
If you were to run the accelerator with the parameter set to
'azuredevops' you would only see the [this
warning](https://github.com/Azure/ALZ-PowerShell-Module/blob/11c0b6f66bc3f31de660167f237ddbc28370f553/src/ALZ/Private/Copy-ALZParametersFile.ps1#L29)
telling you the files are not found and end up without any .azuredevops
folder in the desired OutputDirectory / alzEnvironmentDestination
## License
By submitting this pull request, I confirm that my contribution is made
under the terms of the projects associated license.
---------
Co-authored-by: Eskil Uhlving Larsen <7443949+picccard@users.noreply.github.com>
Co-authored-by: Jack Tracey <41163455+jtracey93@users.noreply.github.com>1 parent 7205552 commit 5633827
9 files changed
Lines changed: 595 additions & 9 deletions
File tree
- src
- ALZ
- Assets/alz-bicep-config
- Private
- Public
- Tests/Unit
- Private
- Public
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
| 49 | + | |
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
55 | 62 | | |
56 | 63 | | |
57 | 64 | | |
| |||
60 | 67 | | |
61 | 68 | | |
62 | 69 | | |
63 | | - | |
| 70 | + | |
64 | 71 | | |
65 | 72 | | |
66 | 73 | | |
67 | 74 | | |
68 | 75 | | |
69 | 76 | | |
70 | | - | |
| 77 | + | |
71 | 78 | | |
72 | 79 | | |
73 | 80 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
519 | 519 | | |
520 | 520 | | |
521 | 521 | | |
522 | | - | |
| 522 | + | |
0 commit comments