Skip to content

Commit

Permalink
Updated known issues (#3493)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderSehr authored Aug 6, 2023
1 parent d7c91aa commit 9252344
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions docs/wiki/Known issues.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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:

Expand All @@ -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.

Expand All @@ -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.

Expand All @@ -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)).

Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 9252344

Please sign in to comment.