You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a requirement for release 0.6
Modules still using nested modules should cross reference existing modules instead. The following modules need to be aligned:
Note: A resource's scope must match the scope of the Bicep file for it to be deployable. You must use modules to deploy resources to a different scope. This is the reason for the nested module. If an alternative cannot be found, document the exception.
Note: Solved by [Modules] Lock module and cross reference from RG #1547
Disk Encryption referencing KeyVault Access Policies @eriqua
Note: Removed from the list. The VM module references a nested template that in turns cross references both PIP and NIC modules to be able to deploy n-NICs with m-PIPs each. The team agrees the implementation will stay as it is until eventually issue [Feature Request]: Add PIP deployment to NIC deployment (if agreed upon) #1410 will be worked on and closed.
API management referencing Authorization Servers
Note: removed from the list. Not related to cross-reference. It's a duplicated nested child resource due to keyvault secret retrieval needed.
Description
This is a requirement for release 0.6
Modules still using nested modules should cross reference existing modules instead. The following modules need to be aligned: