Skip to content

Commit bc24d3e

Browse files
authored
add dependencies pipeline wiki known issue section (#2028)
1 parent 1ea848a commit bc24d3e

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

docs/wiki/Known issues.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ This section provides an overview of the most impactful limitations and known is
1818
- [Deployment validation](#deployment-validation)
1919
- [Limited module test file set](#limited-module-test-file-set)
2020
- [Publishing](#publishing)
21+
- [Dependencies pipeline](#dependencies-pipeline)
2122

2223
---
2324

@@ -99,4 +100,14 @@ The first planned step for each module is to provide a 'minimum-set' module test
99100

100101
This section outlines known issues that currently affect the CI environment publishing step.
101102

103+
## Dependencies pipeline
104+
105+
The dependencies pipeline currently fails on the Disk Encryption Set resource creation when deployed more than once.
106+
107+
In the majority of cases you will only need to run the dependencies pipeline just once, as a prerequisite before using the module pipelines. It is then possible you will not experience this problem.
108+
109+
> **Workaround**: In case you need to rerun the dependencies pipeline on top of existing resources created by the first run, please delete the Disk Encription Set resource before the rerun.
110+
111+
Further details are tracked in issue [#1727](https://github.com/Azure/ResourceModules/issues/1727).
112+
102113
---

0 commit comments

Comments
 (0)