Skip to content

Commit

Permalink
EventHub swagger Correction 2023-01-01-preview (Azure#28372)
Browse files Browse the repository at this point in the history
* Eventhub swagger Correction 2023-01-01-preview

* Updates

* Updates

* Updates
  • Loading branch information
schaudhari6254888 authored Apr 4, 2024
1 parent 378a5fd commit f1e15b3
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,15 +46,18 @@
"locations": [
{
"locationName": "eastus",
"roleType": "Primary"
"roleType": "Primary",
"replicaState": "Active"
},
{
"locationName": "westus",
"roleType": "Secondary"
"roleType": "Secondary",
"replicaState": "Active"
},
{
"locationName": "centralus",
"roleType": "Secondary"
"roleType": "Secondary",
"replicaState": "Creating"
}
]
},
Expand Down Expand Up @@ -91,15 +94,18 @@
"locations": [
{
"locationName": "eastus",
"roleType": "Primary"
"roleType": "Primary",
"replicaState": "Active"
},
{
"locationName": "westus",
"roleType": "Secondary"
"roleType": "Secondary",
"replicaState": "Active"
},
{
"locationName": "centralus",
"roleType": "Secondary"
"roleType": "Secondary",
"replicaState": "Creating"
}
]
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -958,6 +958,11 @@
"modelAsString": true
}
},
"replicaState": {
"type": "string",
"readOnly": true,
"description": "state of Namespace replica."
},
"clusterArmId": {
"type": "string",
"description": "Optional property that denotes the ARM ID of the Cluster. This is required, if a namespace replica should be placed in a Dedicated Event Hub Cluster"
Expand Down

0 comments on commit f1e15b3

Please sign in to comment.