-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: bug where set parameter names did not match referenced def (#127)
* wip: casing bug * feat: minor updates before merge * test: implement known goo dtest data for example
- Loading branch information
1 parent
1c0d4be
commit cafaed8
Showing
295 changed files
with
37,810 additions
and
23 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
9 changes: 9 additions & 0 deletions
9
...ta/alzlib-2024-07-01/alz/archetype_definitions/connectivity.alz_archetype_definition.json
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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"name": "connectivity", | ||
"policy_assignments": [ | ||
"Enable-DDoS-VNET" | ||
], | ||
"policy_definitions": [], | ||
"policy_set_definitions": [], | ||
"role_definitions": [] | ||
} |
13 changes: 13 additions & 0 deletions
13
...t/testdata/alzlib-2024-07-01/alz/archetype_definitions/corp.alz_archetype_definition.json
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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
{ | ||
"name": "corp", | ||
"policy_assignments": [ | ||
"Audit-PeDnsZones", | ||
"Deny-HybridNetworking", | ||
"Deny-Public-Endpoints", | ||
"Deny-Public-IP-On-NIC", | ||
"Deploy-Private-DNS-Zones" | ||
], | ||
"policy_definitions": [], | ||
"policy_set_definitions": [], | ||
"role_definitions": [] | ||
} |
9 changes: 9 additions & 0 deletions
9
.../alzlib-2024-07-01/alz/archetype_definitions/decommissioned.alz_archetype_definition.json
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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"name": "decommissioned", | ||
"policy_assignments": [ | ||
"Enforce-ALZ-Decomm" | ||
], | ||
"policy_definitions": [], | ||
"policy_set_definitions": [], | ||
"role_definitions": [] | ||
} |
12 changes: 12 additions & 0 deletions
12
...stdata/alzlib-2024-07-01/alz/archetype_definitions/identity.alz_archetype_definition.json
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 |
---|---|---|
@@ -0,0 +1,12 @@ | ||
{ | ||
"name": "identity", | ||
"policy_assignments": [ | ||
"Deny-MgmtPorts-Internet", | ||
"Deny-Public-IP", | ||
"Deny-Subnet-Without-Nsg", | ||
"Deploy-VM-Backup" | ||
], | ||
"policy_definitions": [], | ||
"policy_set_definitions": [], | ||
"role_definitions": [] | ||
} |
33 changes: 33 additions & 0 deletions
33
...a/alzlib-2024-07-01/alz/archetype_definitions/landing_zones.alz_archetype_definition.json
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 |
---|---|---|
@@ -0,0 +1,33 @@ | ||
{ | ||
"name": "landing_zones", | ||
"policy_assignments": [ | ||
"Audit-AppGW-WAF", | ||
"Deny-IP-forwarding", | ||
"Deny-MgmtPorts-Internet", | ||
"Deny-Priv-Esc-AKS", | ||
"Deny-Privileged-AKS", | ||
"Deny-Storage-http", | ||
"Deny-Subnet-Without-Nsg", | ||
"Deploy-AKS-Policy", | ||
"Deploy-AzSqlDb-Auditing", | ||
"Deploy-MDFC-DefSQL-AMA", | ||
"Deploy-SQL-TDE", | ||
"Deploy-SQL-Threat", | ||
"Deploy-VM-Backup", | ||
"Deploy-VM-ChangeTrack", | ||
"Deploy-VM-Monitoring", | ||
"Deploy-vmArc-ChangeTrack", | ||
"Deploy-vmHybr-Monitoring", | ||
"Deploy-VMSS-ChangeTrack", | ||
"Deploy-VMSS-Monitoring", | ||
"Enable-AUM-CheckUpdates", | ||
"Enable-DDoS-VNET", | ||
"Enforce-AKS-HTTPS", | ||
"Enforce-ASR", | ||
"Enforce-GR-KeyVault", | ||
"Enforce-TLS-SSL-H224" | ||
], | ||
"policy_definitions": [], | ||
"policy_set_definitions": [], | ||
"role_definitions": [] | ||
} |
9 changes: 9 additions & 0 deletions
9
...data/alzlib-2024-07-01/alz/archetype_definitions/management.alz_archetype_definition.json
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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"name": "management", | ||
"policy_assignments": [ | ||
"Deploy-Log-Analytics" | ||
], | ||
"policy_definitions": [], | ||
"policy_set_definitions": [], | ||
"role_definitions": [] | ||
} |
7 changes: 7 additions & 0 deletions
7
...testdata/alzlib-2024-07-01/alz/archetype_definitions/online.alz_archetype_definition.json
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"name": "online", | ||
"policy_assignments": [], | ||
"policy_definitions": [], | ||
"policy_set_definitions": [], | ||
"role_definitions": [] | ||
} |
19 changes: 19 additions & 0 deletions
19
...stdata/alzlib-2024-07-01/alz/archetype_definitions/platform.alz_archetype_definition.json
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 |
---|---|---|
@@ -0,0 +1,19 @@ | ||
{ | ||
"name": "platform", | ||
"policy_assignments": [ | ||
"DenyAction-DeleteUAMIAMA", | ||
"Deploy-MDFC-DefSQL-AMA", | ||
"Deploy-VM-ChangeTrack", | ||
"Deploy-VM-Monitoring", | ||
"Deploy-vmArc-ChangeTrack", | ||
"Deploy-vmHybr-Monitoring", | ||
"Deploy-VMSS-ChangeTrack", | ||
"Deploy-VMSS-Monitoring", | ||
"Enable-AUM-CheckUpdates", | ||
"Enforce-ASR", | ||
"Enforce-GR-KeyVault" | ||
], | ||
"policy_definitions": [], | ||
"policy_set_definitions": [], | ||
"role_definitions": [] | ||
} |
Oops, something went wrong.