Skip to content

Commit

Permalink
Update deploymentScripts.json (#9325)
Browse files Browse the repository at this point in the history
Mark environment variable secureValue as secret
  • Loading branch information
lwang2016 authored May 6, 2020
1 parent e314415 commit 6ea7dec
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -790,7 +790,8 @@
},
"secureValue": {
"type": "string",
"description": "The value of the secure environment variable."
"description": "The value of the secure environment variable.",
"x-ms-secret": true
}
},
"required": [
Expand Down

0 comments on commit 6ea7dec

Please sign in to comment.