Skip to content
Prev Previous commit
Next Next commit
allow null in value
  • Loading branch information
Danieladu committed Dec 9, 2021
commit 5fe688bbc7887641e19d1bf98ec748b899dd638f
Original file line number Diff line number Diff line change
Expand Up @@ -2355,7 +2355,7 @@
"value": {
"type": "string",
"description": "Value associated with the Connection Setting Parameter.",
"x-ms-secret": true
"x-nullable": true
}
},
"description": "Extra Parameter in a Connection Setting Properties to indicate service provider specific properties"
Expand Down