Skip to content

Commit

Permalink
refactor: remove ui support and other hygiene (#869)
Browse files Browse the repository at this point in the history
* Update config to remove UI components

* Update config for calculated and process

* Add default for secondary AZ

* Fix linting

* Add wiki known issues

* Add deprecation notice for amba guidance

* Add clarity for accelerator changes

* Update dependabot settings

* Update pr titles for policy update workflows

* Fix table

---------

Co-authored-by: Zach Trocinski <[email protected]>
  • Loading branch information
jaredfholgate and oZakari authored Oct 2, 2024
1 parent 2b7ee23 commit 9366ab9
Show file tree
Hide file tree
Showing 8 changed files with 243 additions and 264 deletions.
6 changes: 4 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
version: 2

updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
interval: "weekly"
labels:
- "Type: Hygiene :broom:"
- "Needs: Attention :wave:"
2 changes: 1 addition & 1 deletion .github/workflows/update-policy-china.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ env:
remote_repository: "Azure/Enterprise-Scale"
branch_name: "patch-policy-library-china"
az_accounts_minimum_version: "2.2.3"
pr_title: "Update Policy Library for Azure China (automated)"
pr_title: "feat: Update Policy Library for Azure China (automated)"
pr_body: "This is an automated 'pull_request' containing updates to the library templates stored in '/infra-as-code/bicep/modules/policy/definitions/lib/china' & '/infra-as-code/bicep/modules/policy/assignments/lib'.\nPlease review the 'files changed' tab to review changes."

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-policy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ env:
remote_repository: "Azure/Enterprise-Scale"
branch_name: "patch-policy-library"
az_accounts_minimum_version: "2.2.3"
pr_title: "Update Policy Library (automated)"
pr_title: "feat: Update Policy Library (automated)"
pr_body: "This is an automated 'pull_request' containing updates to the library templates stored in '/infra-as-code/bicep/modules/policy/definitions/lib' & '/infra-as-code/bicep/modules/policy/assignments/lib'.\nPlease review the 'files changed' tab to review changes."

jobs:
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ Detailed information about how to use, deploy and extend artifacts found in this
- [Consumer Guide][wiki_consumer_guide]
- [Accelerator][wiki_accelerator]
- [Azure Montior Baseline Alerts][wiki_amba]
- [Known Issues][wiki_known_issues]
- [Frequently Asked Questions][wiki_faq]
- [How Does ALZ-Bicep Implement Azure Policies?][wiki_policy_deep_dive]
- [Adding Custom Azure Policy Definitions][wiki_policy_defs]
Expand Down Expand Up @@ -117,6 +118,7 @@ For support on the artifacts contained in this repository, please refer to [this
[wiki_contributing]: https://github.com/Azure/ALZ-Bicep/wiki/Contributing "Wiki - Contributing"
[wiki_accelerator]: <https://github.com/Azure/ALZ-Bicep/wiki/Accelerator> "Wiki - Accelerator"
[wiki_amba]: <https://github.com/Azure/ALZ-Bicep/wiki/AzureMonitorBaselineAlerts> "Wiki - AMBA"
[wiki_known_issues]: <https://github.com/Azure/ALZ-Bicep/wiki/KnownIssues> "Wiki - Known Issues"
[wiki_faq]: <https://github.com/Azure/ALZ-Bicep/wiki/FAQ> "Wiki - FAQs"
[wiki_cuaid]: <https://github.com/Azure/ALZ-Bicep/wiki/CustomerUsage> "Wiki - Telemetry Usage ID"
[wiki_acrdeploy]: <https://github.com/Azure/ALZ-Bicep/wiki/ACRDeployment> "Wiki - Private Bicep Registry"
Expand Down
Loading

0 comments on commit 9366ab9

Please sign in to comment.