Skip to content

Commit

Permalink
Merge pull request #3904 from MaxMcAdam/anax-3894
Browse files Browse the repository at this point in the history
Issue 3894 - Bug: missing comma in cli/samples/privileged_node_policy…
  • Loading branch information
LiilyZhang authored Oct 16, 2023
2 parents 4f8d2dd + e3d6e34 commit 17512f7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions cli/samples/node_policy_input.json
Original file line number Diff line number Diff line change
@@ -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": [],
Expand Down
2 changes: 1 addition & 1 deletion cli/samples/privileged_node_policy.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": []
Expand Down

0 comments on commit 17512f7

Please sign in to comment.