Skip to content

Commit

Permalink
Add managedIdentityResourceId to EventHubConnectionProperties (Azure#…
Browse files Browse the repository at this point in the history
…16358)

Co-authored-by: Amit Elran <amelran@microsoft.com>
  • Loading branch information
2 people authored and LeiWang3 committed Mar 31, 2022
1 parent c597ceb commit 105446e
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3141,6 +3141,10 @@
"provisioningState": {
"$ref": "#/definitions/ResourceProvisioningState",
"description": "The provisioned state of the resource."
},
"managedIdentityResourceId": {
"type": "string",
"description": "The resource ID of a managed identity (system or user assigned) to be used to authenticate with event hub."
}
},
"required": [
Expand Down

0 comments on commit 105446e

Please sign in to comment.