Skip to content
Prev Previous commit
Next Next commit
fix indentation
  • Loading branch information
eshaparmar committed Sep 11, 2017
commit 088dc609c83fa6e93189b30f2de9160a1de61cf2
Original file line number Diff line number Diff line change
Expand Up @@ -1451,8 +1451,8 @@
"type": "array",
"description": "Gets or sets the list of extensionHandler."
"items": {
"$ref": "#/definitions/DscNodeExtensionHandlerAssociationProperty"
}
"$ref": "#/definitions/DscNodeExtensionHandlerAssociationProperty"
}
}
},
"allOf": [
Expand Down Expand Up @@ -1543,10 +1543,10 @@
"description": "Gets or sets the name of the extension handler."
},
"version": {
"type": "string",
"description": "Gets or sets the version of the extension handler."
}
},
"type": "string",
"description": "Gets or sets the version of the extension handler."
}
},
"description": "The dsc extensionHandler property associated with the node"
},
"DscNodeListResult": {
Expand Down