Skip to content

Commit

Permalink
EventHub: Add Premium to EventHub SKU name and tier enums (Azure#14046)
Browse files Browse the repository at this point in the history
Co-authored-by: v-ajnava <[email protected]>
  • Loading branch information
2 people authored and dabenhamMic committed May 4, 2021
1 parent 967e7a4 commit 2d1facb
Showing 1 changed file with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -689,7 +689,8 @@
"description": "Name of this SKU.",
"enum": [
"Basic",
"Standard"
"Standard",
"Premium"
],
"x-ms-enum": {
"name": "SkuName",
Expand All @@ -701,7 +702,8 @@
"description": "The billing tier of this particular SKU.",
"enum": [
"Basic",
"Standard"
"Standard",
"Premium"
],
"x-ms-enum": {
"name": "SkuTier",
Expand All @@ -713,7 +715,7 @@
"maximum": 20,
"minimum": 0,
"type": "integer",
"description": "The Event Hubs throughput units, value should be 0 to 20 throughput units."
"description": "The Event Hubs throughput units for Basic or Standard tiers, where value should be 0 to 20 throughput units. The Event Hubs premium units for Premium tier, where value should be 0 to 10 premium units."
}
},
"required": [
Expand Down

0 comments on commit 2d1facb

Please sign in to comment.