You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/wiki/Known issues.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,7 @@ This section provides an overview of the most impactful limitations and known is
18
18
-[Deployment validation](#deployment-validation)
19
19
-[Limited module test file set](#limited-module-test-file-set)
20
20
-[Publishing](#publishing)
21
+
-[Dependencies pipeline](#dependencies-pipeline)
21
22
22
23
---
23
24
@@ -99,4 +100,14 @@ The first planned step for each module is to provide a 'minimum-set' module test
99
100
100
101
This section outlines known issues that currently affect the CI environment publishing step.
101
102
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).
0 commit comments