-
Notifications
You must be signed in to change notification settings - Fork 708
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add keyvault RBAC support * Role_mapping structure update. Require to adjust the config structure * Add landingzone key to example caf module * Update pipeline and default settings * Change examples pipelines * Fix modules for examples * Fix example policy dependencies * Update README * Update remote resources support * Update timeout for role propagation Update peering for remote vnet support * Update rover for ci * Update azure caf name for msi, private vnet ling and ase * Fix examples for app_services to remote remote lz * Update remote * Fix AzureAD for remote lz support Co-authored-by: Arnaud Lheureux <[email protected]>
- Loading branch information
1 parent
5ad35a7
commit 4cac978
Showing
3 changed files
with
3 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
variable global_settings {} | ||
variable client_config {} | ||
variable azuread_users {} | ||
variable keyvaults {} |