Skip to content

Commit 89d356e

Browse files
authored
Merge pull request #1 from AzureAutomationTeam/billing
Added extension properties to DSCNode for Get/GetNode api calls
2 parents 2264e7b + c26a4eb commit 89d356e

File tree

1 file changed

+20
-0
lines changed
  • specification/automation/resource-manager/Microsoft.Automation/2015-10-31

1 file changed

+20
-0
lines changed

specification/automation/resource-manager/Microsoft.Automation/2015-10-31/definitions.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1446,6 +1446,13 @@
14461446
"etag": {
14471447
"type": "string",
14481448
"description": "Gets or sets the etag of the resource."
1449+
},
1450+
"extensionHandler": {
1451+
"type": "array",
1452+
"description": "Gets or sets the list of extensionHandler properties for a Node.",
1453+
"items": {
1454+
"$ref": "#/definitions/DscNodeExtensionHandlerAssociationProperty"
1455+
}
14491456
}
14501457
},
14511458
"allOf": [
@@ -1529,6 +1536,19 @@
15291536
},
15301537
"description": "The dsc nodeconfiguration property associated with the entity."
15311538
},
1539+
"DscNodeExtensionHandlerAssociationProperty": {
1540+
"properties": {
1541+
"name": {
1542+
"type": "string",
1543+
"description": "Gets or sets the name of the extension handler."
1544+
},
1545+
"version": {
1546+
"type": "string",
1547+
"description": "Gets or sets the version of the extension handler."
1548+
}
1549+
},
1550+
"description": "The dsc extensionHandler property associated with the node"
1551+
},
15321552
"DscNodeListResult": {
15331553
"properties": {
15341554
"value": {

0 commit comments

Comments
 (0)