Skip to content

Commit

Permalink
added clientId to byos api response schema (#12944)
Browse files Browse the repository at this point in the history
* added clientId to byos api response schema

* fixing duplicate schema

* Revert "fixing duplicate schema"

This reverts commit 40de802.
  • Loading branch information
tonykslee authored Mar 7, 2021
1 parent 8e498d1 commit f793064
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -554,6 +554,11 @@
"readOnly": true,
"type": "string",
"description": "The tenant ID of resource."
},
"clientId": {
"readOnly": true,
"type": "string",
"description": "The client ID of resource."
}
}
}
Expand Down

0 comments on commit f793064

Please sign in to comment.