Skip to content

Commit 6b05dea

Browse files
author
SDKAuto
committed
CodeGen from PR 16844 in Azure/azure-rest-api-specs
eventgrid: fixing the identity type (#16844) The documentation states this supports `SystemAssigned, UserAssigned` however this value isn't specified
1 parent c9c1f59 commit 6b05dea

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

schemas/2020-10-15-preview/Microsoft.EventGrid.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1395,6 +1395,7 @@
13951395
"type": "string",
13961396
"enum": [
13971397
"SystemAssigned",
1398+
"SystemAssigned, UserAssigned",
13981399
"UserAssigned"
13991400
]
14001401
},

0 commit comments

Comments
 (0)