Skip to content

Commit

Permalink
Address review comment from ARM
Browse files Browse the repository at this point in the history
  • Loading branch information
taogems committed Apr 16, 2021
1 parent 34ae6c7 commit cb6d1b0
Showing 1 changed file with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,14 @@
"name": "body",
"required": true,
"schema": {
"type": "string"
"type": "string",
"enum": [
"PostgreSQL",
"PostgreSQLCitus",
"MySQL",
"MariaDb",
"Oracle"
]
},
"description": "The required parameters for getting private DNS zone suffix based on server type."
}
Expand Down

0 comments on commit cb6d1b0

Please sign in to comment.