Skip to content

Commit

Permalink
Improving secretVersion description (#5220)
Browse files Browse the repository at this point in the history
  • Loading branch information
DCtheGeek authored and dsgouda committed Feb 19, 2019
1 parent aab4327 commit a3e4864
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@
"type": "string"
},
"secretVersion": {
"description": "If multiple versions, the version of the secret.",
"description": "The version of the secret to use. If left blank, the latest version of the secret is used.",
"type": "string"
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1099,7 +1099,7 @@
"type": "string"
},
"secretVersion": {
"description": "If multiple versions, the version of the secret.",
"description": "The version of the secret to use. If left blank, the latest version of the secret is used.",
"type": "string"
}
},
Expand Down

0 comments on commit a3e4864

Please sign in to comment.