Skip to content

Commit

Permalink
SQLDB - update LicenseType description (#9001)
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Stein authored May 9, 2020
1 parent 7e6a838 commit b25cd29
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 @@ -787,7 +787,7 @@
"type": "boolean"
},
"licenseType": {
"description": "The license type to apply for this database.",
"description": "The license type to apply for this database. `LicenseIncluded` if you need a license, or `BasePrice` if you have a license and are eligible for the Azure Hybrid Benefit.",
"enum": [
"LicenseIncluded",
"BasePrice"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -885,7 +885,7 @@
"type": "boolean"
},
"licenseType": {
"description": "The license type to apply for this database.",
"description": "The license type to apply for this database. `LicenseIncluded` if you need a license, or `BasePrice` if you have a license and are eligible for the Azure Hybrid Benefit.",
"enum": [
"LicenseIncluded",
"BasePrice"
Expand Down

0 comments on commit b25cd29

Please sign in to comment.