From da331a397be37883cfdaf06210ad706d51d0f415 Mon Sep 17 00:00:00 2001 From: Erika Gressi Date: Thu, 16 Jun 2022 18:28:11 +0200 Subject: [PATCH 1/3] document mg failure --- docs/wiki/Known issues.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/wiki/Known issues.md b/docs/wiki/Known issues.md index 652fd5515f..9aa4b49f3f 100644 --- a/docs/wiki/Known issues.md +++ b/docs/wiki/Known issues.md @@ -43,6 +43,12 @@ The module has a dependency on which we don't have deployed using the dependencies pipeline for cost reasons. +## Microsoft.Management/managementGroups + +The Management Group deployment is not working when applying role assignments at management group scope. + +Further details are provided in issue [#1342](https://github.com/Azure/ResourceModules/issues/1342) as well as in issue [#6832](https://github.com/Azure/bicep/issues/6832) in the Bicep board. + ## Microsoft.Network/vpnGateways The module has a dependency on a pre-existing Virtual Hub which we don't have deployed using the dependencies pipeline for cost reasons. @@ -77,7 +83,7 @@ This section outlines known issues that currently affect the CI environment depl The deployment validation step aims to validate multiple configurations for each module. This is done by providing multiple parameter files to be leveraged by the same resource module, each covering a specific scenario. -The first planned step is to provide for each module a 'minimum-set' parameter file, limited to the top-level resource required parameters, vs. a 'maximum-set' parameter file, including all possible properties, child resources and extension resources. Some of our modules are still tested through one parameter file only. This is tracked by issue #1063. +The first planned step is to provide for each module a 'minimum-set' parameter file, limited to the top-level resource required parameters, vs. a 'maximum-set' parameter file, including all possible properties, child resources and extension resources. Some of our modules are still tested through one parameter file only. This is tracked by issue [#401](https://github.com/Azure/ResourceModules/issues/401). ## Publishing From c83ba423fa652cdc1677ca305e4274df66f40f17 Mon Sep 17 00:00:00 2001 From: Erika Gressi Date: Fri, 17 Jun 2022 11:50:36 +0200 Subject: [PATCH 2/3] update known issues --- docs/wiki/Known issues.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/wiki/Known issues.md b/docs/wiki/Known issues.md index 9aa4b49f3f..1713a4231c 100644 --- a/docs/wiki/Known issues.md +++ b/docs/wiki/Known issues.md @@ -45,9 +45,13 @@ which we don't have deployed using the dependencies pipeline for cost reasons. ## Microsoft.Management/managementGroups -The Management Group deployment is not working when applying role assignments at management group scope. +The Management Group module does not currently include the role assignments extension resource. -Further details are provided in issue [#1342](https://github.com/Azure/ResourceModules/issues/1342) as well as in issue [#6832](https://github.com/Azure/bicep/issues/6832) in the Bicep board. +Including RBAC capabilities has been tested setting the scope to the previously created management group and resulted in failing with the error: '`ManagementGroupNotFound - The management group 'EXAMPLEMG' cannot be found`'. + +A related issue has been opened to the Bicep board [#6832](https://github.com/Azure/bicep/issues/6832). + +Further details are also provided in issue [#1342](https://github.com/Azure/ResourceModules/issues/1342). ## Microsoft.Network/vpnGateways From 0c90f6017b92ed65d6c715aa11221617964976e9 Mon Sep 17 00:00:00 2001 From: Erika Gressi Date: Fri, 17 Jun 2022 11:53:28 +0200 Subject: [PATCH 3/3] update known issues val --- docs/wiki/Known issues.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/wiki/Known issues.md b/docs/wiki/Known issues.md index 1713a4231c..de8a204bf5 100644 --- a/docs/wiki/Known issues.md +++ b/docs/wiki/Known issues.md @@ -47,7 +47,7 @@ which we don't have deployed using the dependencies pipeline for cost reasons. The Management Group module does not currently include the role assignments extension resource. -Including RBAC capabilities has been tested setting the scope to the previously created management group and resulted in failing with the error: '`ManagementGroupNotFound - The management group 'EXAMPLEMG' cannot be found`'. +Including RBAC capabilities has been tested setting the scope to the previously created management group and resulted in failing already in the validation step with the error: '`ManagementGroupNotFound - The management group 'EXAMPLEMG' cannot be found`'. A related issue has been opened to the Bicep board [#6832](https://github.com/Azure/bicep/issues/6832).