Skip to content

Commit 59efdd0

Browse files
authored
Merge pull request #46 from Azure-Samples/avm_update3
Disable Postgres AAD rule and expand PSrule trigger
2 parents c448461 + 5986240 commit 59efdd0

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

.cruft.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"template": "https://github.com/Azure-Samples/Azure-Python-Standardization-Template-Generator",
3-
"commit": "895511f3a3fb63b5e485f9efd3769c844e5b3296",
3+
"commit": "573edb00d58171b2848ed4d1032fc6aae8fe0cea",
44
"checkout": null,
55
"context": {
66
"cookiecutter": {

.github/workflows/audit-bicep.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,14 @@ on:
66
- cruft/update
77
paths:
88
- "infra/**"
9+
- "ps-rule.yaml"
910
pull_request:
1011
branches:
1112
- main
1213
- cruft/update
1314
paths:
1415
- "infra/**"
16+
- "ps-rule.yaml"
1517
workflow_dispatch:
1618

1719
jobs:

ps-rule.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,6 @@ rule:
1212
- Azure.ContainerApp.PublicAccess
1313
# Don't require NSG for an internal VNET for connecting apps to keyvaults
1414
- Azure.VNET.UseNSGs
15+
# Don't require Postgres AAD/MI for now
16+
- Azure.PostgreSQL.AAD
17+
- Azure.PostgreSQL.AADOnly

0 commit comments

Comments
 (0)