Skip to content

Commit a42c17f

Browse files
committed
Adding provisionAfterExtensions property for extension sequencing
1 parent c6ba1af commit a42c17f

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

specification/compute/resource-manager/Microsoft.Compute/stable/2018-06-01/compute.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7067,6 +7067,13 @@
70677067
"readOnly": true,
70687068
"type": "string",
70697069
"description": "The provisioning state, which only appears in the response."
7070+
},
7071+
"provisionAfterExtensions": {
7072+
"type": "array",
7073+
"items": {
7074+
"type": "string"
7075+
},
7076+
"description": "Collection of extension names after which this extension needs to be provisioned."
70707077
}
70717078
},
70727079
"description": "Describes the properties of a Virtual Machine Scale Set Extension."

specification/compute/resource-manager/Microsoft.Compute/stable/2018-10-01/compute.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7082,6 +7082,13 @@
70827082
"readOnly": true,
70837083
"type": "string",
70847084
"description": "The provisioning state, which only appears in the response."
7085+
},
7086+
"provisionAfterExtensions": {
7087+
"type": "array",
7088+
"items": {
7089+
"type": "string"
7090+
},
7091+
"description": "Collection of extension names after which this extension needs to be provisioned."
70857092
}
70867093
},
70877094
"description": "Describes the properties of a Virtual Machine Scale Set Extension."

0 commit comments

Comments
 (0)