diff --git a/cli/samples/node_policy_input.json b/cli/samples/node_policy_input.json index 33a8dbb89..911aea656 100644 --- a/cli/samples/node_policy_input.json +++ b/cli/samples/node_policy_input.json @@ -1,8 +1,8 @@ /* Sample input for 'hzn policy add -f' flag. It is used for the policy case. -It provices properties and constrains to determin what services can run on this node. -Optionally you can also add node management (node upgrade) related properties and constrains -under "management". Use command 'hzn policy new' to see the meaning of each attribute. +It provides properties and constraints to determine what services can run on this node. +Optionally you can also add node management (node upgrade) related properties and constraints +under "management". Use the command 'hzn policy new' to see the meaning of each attribute. */ { "properties": [], diff --git a/cli/samples/privileged_node_policy.json b/cli/samples/privileged_node_policy.json index 1d2913b24..1c86606e5 100644 --- a/cli/samples/privileged_node_policy.json +++ b/cli/samples/privileged_node_policy.json @@ -10,7 +10,7 @@ Set it to the top level because it is a built-in node property. "value": true } ], - "constraints": [] + "constraints": [], "deployment": { "properties": [], "constraints": []