Skip to content

Commit

Permalink
another change to line order
Browse files Browse the repository at this point in the history
  • Loading branch information
Amir Amit committed Oct 19, 2020
1 parent 3c93b06 commit 4e1eb69
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -527,9 +527,9 @@
"description": "Name of the product of the partner that created the assessment"
},
"secret": {
"x-ms-secret": true,
"description": "Secret to authenticate the partner and verify it created the assessment - write only",
"type": "string",
"description": "Secret to authenticate the partner and verify it created the assessment - write only"
"x-ms-secret": true
}
},
"required": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -283,9 +283,9 @@
"description": "Name of the company of the partner"
},
"secret": {
"x-ms-secret": true,
"description": "secret to authenticate the partner - write only",
"type": "string",
"description": "secret to authenticate the partner - write only"
"x-ms-secret": true
}
},
"required": [
Expand Down

0 comments on commit 4e1eb69

Please sign in to comment.