File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
articles/governance/blueprints/concepts Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ description: Learn about the life-cycle that a blueprint goes through and detail
4
4
services : blueprints
5
5
author : DCtheGeek
6
6
ms.author : dacoulte
7
- ms.date : 10/25 /2018
7
+ ms.date : 11/12 /2018
8
8
ms.topic : conceptual
9
9
ms.service : blueprints
10
10
manager : carmonm
@@ -50,6 +50,10 @@ The ordering is accomplished by defining a `dependsOn` property in the JSON. Onl
50
50
resource groups) and artifact objects support this property. ` dependsOn ` is a string array of
51
51
artifact names that the particular artifact needs to be created before it's created.
52
52
53
+ > [ !NOTE]
54
+ > ** Resource group** artifacts support the ` dependsOn ` property, but can't be the target of a
55
+ > ` dependsOn ` by any artifact type.
56
+
53
57
### Example - blueprint with ordered resource group
54
58
55
59
This example blueprint has a resource group that has defined a custom sequencing order by declaring
You can’t perform that action at this time.
0 commit comments