File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed
specification/automation/resource-manager/Microsoft.Automation/2015-10-31 Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change 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" : [
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" : {
You can’t perform that action at this time.
0 commit comments