From 92523441687e034d6858fc8fe5a7fbf4c0f38aeb Mon Sep 17 00:00:00 2001 From: Alexander Sehr Date: Sun, 6 Aug 2023 17:57:21 +0200 Subject: [PATCH] Updated known issues (#3493) --- docs/wiki/Known issues.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/wiki/Known issues.md b/docs/wiki/Known issues.md index ed663764e4..ebec6c7f03 100644 --- a/docs/wiki/Known issues.md +++ b/docs/wiki/Known issues.md @@ -5,10 +5,10 @@ This section provides an overview of the most impactful limitations and known is ### _Navigation_ - [Module specific](#module-specific) - - [Microsoft.AAD/DomainServices](#microsoftaaddomainservices) - - [Microsoft.Management/managementGroups](#microsoftmanagementmanagementgroups) - - [Microsoft.RecoveryServices/vaults](#microsoftrecoveryservicesvaults) - - [Microsoft.Network/networkManagers](#microsoftnetworknetworkmanagers) + - [aad/domain-service](#aaddomain-service) + - [management/management-group](#managementmanagement-group) + - [recovery-services-vault](#recovery-servicevault) + - [network/network-manager](#networknetwork-manager) - [CI environment specific](#ci-environment-specific) - [Static validation](#static-validation) - [Deployment validation](#deployment-validation) @@ -22,7 +22,7 @@ This section provides an overview of the most impactful limitations and known is This section outlines known issues that currently affect the modules. -## Microsoft.AAD/DomainServices +## aad/domain-service The Domain Services module pipeline is expected to fail in our development/validation environment for a few reasons: @@ -33,7 +33,7 @@ Therefore, the module was manually tested in a dedicated environment. For the general prerequisites, please refer to the [official docs](https://learn.microsoft.com/en-us/azure/active-directory-domain-services/tutorial-create-instance#prerequisites). -## Microsoft.Management/managementGroups +## management/management-group The Management Group module does not currently include the role assignments extension resource. @@ -43,7 +43,7 @@ A related issue has been opened to the Bicep board [#6832](https://github.com/Az Further details are also provided in issue [#1342](https://github.com/Azure/ResourceModules/issues/1342). -## Microsoft.RecoveryServices/vaults +## recovery-service/vault The Recovery Services Vaults module does not currently attach the content of the identity property correctly when both user- and systemassigned identity fields are selected. @@ -57,7 +57,7 @@ Since the behavior is inconsistent via Api (depending on spacing and whether cap A related issue has been opened in the Bug board [#2391](https://github.com/Azure/ResourceModules/issues/2391). -## Microsoft.Network/networkManagers +## network/network-manager In order to deploy a Network Manager with the `networkManagerScopes` property set to `managementGroups`, you need to register the `Microsoft.Network` resource provider at the Management Group first ([ref](https://learn.microsoft.com/en-us/rest/api/resources/providers/register-at-management-group-scope)). @@ -87,7 +87,7 @@ GitHub workflows used to validate CARML modules are running on GitHub-hosted run In such a scenario, as documented in the [Usage limits for GitHub Actions workflows](https://docs.github.com/en/actions/learn-github-actions/usage-limits-billing-and-administration#usage-limits), if a job reaches a limit of 6 hours of execution time, the job is terminated and fails to complete. -For modules that can take more than 6 hours to deploy, this restriction applies. In these cases, the corresponding deployment validation job may be terminated before completion, causing the entire module validation pipeline to fail. One module where this can happen is the **Microsoft.Sql\managedInstances** module. +For modules that can take more than 6 hours to deploy, this restriction applies. In these cases, the corresponding deployment validation job may be terminated before completion, causing the entire module validation pipeline to fail. One module where this can happen is the **sql\managed-instance** module. ## Publishing