Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add identity to topic
  • Loading branch information
rohkuma-microsoft committed Oct 20, 2021
commit 0a4c332f0c2336845f435c225d790d949f6b3c68
Original file line number Diff line number Diff line change
Expand Up @@ -5536,6 +5536,10 @@
"description": "Properties of the topic.",
"x-ms-client-flatten": true
},
"identity": {
"$ref": "#/definitions/IdentityInfo",
"description": "Identity information for the resource."
},
"systemData": {
"description": "The system metadata relating to Topic resource.",
"type": "object",
Expand Down