We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d3a086e + cfbec76 commit e7332c4Copy full SHA for e7332c4
.cruft.json
@@ -1,6 +1,6 @@
1
{
2
"template": "https://github.com/Azure-Samples/Azure-Python-Standardization-Template-Generator",
3
- "commit": "ab89511a94d0e2e2a58acb9428a5cf4875af1c23",
+ "commit": "895511f3a3fb63b5e485f9efd3769c844e5b3296",
4
"checkout": null,
5
"context": {
6
"cookiecutter": {
ps-rule.yaml
@@ -9,4 +9,6 @@ rule:
9
exclude:
10
# Ignore ACA public access rules since all these templates are for public facing web apps
11
- Azure.ContainerApp.RestrictIngress
12
- - Azure.ContainerApp.PublicAccess
+ - Azure.ContainerApp.PublicAccess
13
+ # Don't require NSG for an internal VNET for connecting apps to keyvaults
14
+ - Azure.VNET.UseNSGs
0 commit comments