Skip to content

Commit

Permalink
[Blueprints] ParameterValue property update (Azure#8404)
Browse files Browse the repository at this point in the history
* Update swagger for missing properties

* Revert "Update swagger for missing properties"

This reverts commit dc74330.

* update parameterValue model

* update object type
  • Loading branch information
filizt authored and 00Kai0 committed Oct 12, 2020
1 parent 884a1b3 commit 7713a71
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,8 @@
"type": "object",
"properties": {
"value": {
"description": "Parameter value as value type."
"type": "object",
"description": "Parameter value. Any valid JSON value is allowed including objects, arrays, strings, numbers and booleans."
},
"reference": {
"type": "object",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1088,7 +1088,8 @@
"type": "object",
"properties": {
"value": {
"description": "Parameter value as value type."
"type": "object",
"description": "Parameter value. Any valid JSON value is allowed including objects, arrays, strings, numbers and booleans."
},
"reference": {
"type": "object",
Expand Down

0 comments on commit 7713a71

Please sign in to comment.