-
Notifications
You must be signed in to change notification settings - Fork 457
The library Module overview
CARMLPipelinePrincipal edited this page Jan 4, 2024
·
271 revisions
This section provides an overview of the library's feature set.
Term | Description |
---|---|
Module |
The name of the module. |
RBAC |
Whether the module can deploy Role Assignments. |
Locks |
Whether the module can deploy Locks. |
Tags |
Whether the module can deploy Tags. |
Diag |
Whether the module can deploy Diagnostic Settings. |
PE |
Whether the module can deploy Private Endpoints. |
PIP |
Whether the module can deploy a Public IP as a secondary resource. |
# children |
The number of children in the given module. Children (if any) are displayed in format [L1:5, L2:4, L3:1] . Each item (separated via ',') shows the level of nesting in the front (e.g. L1) and the number of children in this level (separated by a colon ':'). In the previous example, the module has 5 direct children, 4 of them have direct children themselves and 1 of them has 1 more child. |
# lines |
The number of lines in the module Bicep deployment file. |