Commit a432a1c
feat: Integration of AVM based alz-bicep-accelerator (#111)
* Update readme
* Initial changes for local version of bicep-avm
* Updates to deploy local
* Add logic for networktype and subscription id replacment
* Adding subscription id replacement logic
* Changes for new local config file for bicep-avm
* Final updates for local bicep-avm deployment
* Update error messaging
* All changes requird for working Github implementation for bicep-avm
* Add support for firstwhatif deployment to github
* Initial azure devops files
* Align permissiosn with github
* Update permissions
* Add location replacement logic
* simplify deployment stack names and replacment managment group id
* Update variable checks for network_type
* Update logic for first deployment
* Fix formatting
* Add lint bypass
* Add end-to-tests for bicep-avm
* Add logic to exit for both bicep and bicep avm scripts if error
* Extend retry duration
* Add verbose logging
* jared pedant changes
* fixy mcfixington
* fix e2e test
* save changes
* extract file manipulation and fix templating
* more fixes
* fixes for local
* GitHub throttling
* fix tests
* fix e2e tests
* fixes
* i tests
* fix bug
* fix tf local
* bug fix
* fix templated files
* reverse throttling
* add option for debugging
* bug fix
* fix e2e tests
* soft fail PowerShell module upgrade
* fix tests
* skip destory for avm bicep
* unique deployment name
* do not use runner groups in tests until we have a method to delete them
* improve clean up jobs
* loop cleanup
* add time stamp capability
* fix lin endings for linting
* linting
* linting
* fix typo
* engage brain
* fix date format
* randomise location to ensure a retry on a location specific issue can succeed
* typo
* simplify
* remove canada
* specify regions that have aci support and quota
* fix regions list
* fix scripts
* remove eastus
* Add nest MG test
* fix first run check
* fix logic...
* improve clean up script
* lookup sub
* add provider no rbac for what if
* feat: update alz custom roles (#117)
* remove ARM deployment and stacks from TF
* refine roles
* clean up MGs
* add check
* trigger new run
* fix what if perms
* fix type for ps argument
* add tenant role assignment for bicep
* fix local name
* refactor: rename tenant role assignment variables for bicep compatibility
* docs and pipeline fixes
* trigger a new run
* try reverting role def
* attempt to fix bootstrap perms issues
* fix bug
* revert variables
* revert classic bicep perms
* clean role defs
* fix role def cleanup
* typo
* Fix spacing
* revert classic what if change
* stupid mistake...
* fix linting
---------
Co-authored-by: Jared Holgate <jaredholgate@microsoft.com>
Co-authored-by: Jack Tracey <41163455+jtracey93@users.noreply.github.com>1 parent 36a8d8e commit a432a1c
99 files changed
Lines changed: 5747 additions & 2118 deletions
File tree
- .config
- .github
- linters
- tests
- cleanup-scripts
- scripts
- workflows
- alz
- azuredevops
- pipelines
- bicep-classic
- main
- templates
- helpers
- bicep
- main
- templates
- helpers
- terraform
- main
- templates
- github
- actions
- bicep-classic
- main/workflows
- templates
- actions
- bicep-deploy
- bicep-destroy
- bicep-first-deployment-check
- bicep-installer
- bicep-on-demand-folder
- bicep-variables
- workflows
- bicep
- main/workflows
- templates
- actions
- bicep-deploy
- bicep-first-deployment-check
- bicep-installer
- bicep-variables
- workflows
- terraform
- main/workflows
- templates/workflows
- local
- scripts-bicep
- scripts
- templates
- modules
- azure_devops
- azure
- file_manipulation
- files
- github
- resource_names
- template_architecture_definition
- templates
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
30 | 29 | | |
31 | 30 | | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
32 | 37 | | |
33 | 38 | | |
34 | 39 | | |
35 | 40 | | |
36 | 41 | | |
37 | 42 | | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | | - | |
89 | | - | |
90 | | - | |
91 | | - | |
92 | | - | |
93 | | - | |
94 | | - | |
95 | | - | |
96 | | - | |
97 | | - | |
98 | | - | |
99 | | - | |
100 | | - | |
101 | | - | |
102 | | - | |
103 | | - | |
104 | | - | |
105 | | - | |
106 | | - | |
107 | | - | |
108 | 43 | | |
109 | 44 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
| 8 | + | |
7 | 9 | | |
8 | 10 | | |
| 11 | + | |
| 12 | + | |
9 | 13 | | |
10 | 14 | | |
11 | 15 | | |
| |||
Lines changed: 105 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
Lines changed: 13 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
10 | 9 | | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
11 | 16 | | |
12 | 17 | | |
13 | | - | |
14 | | - | |
15 | | - | |
| 18 | + | |
| 19 | + | |
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
53 | 65 | | |
54 | 66 | | |
55 | 67 | | |
| |||
0 commit comments