Skip to content

Commit f793064

Browse files
authored
added clientId to byos api response schema (#12944)
* added clientId to byos api response schema * fixing duplicate schema * Revert "fixing duplicate schema" This reverts commit 40de802.
1 parent 8e498d1 commit f793064

File tree

1 file changed

+5
-0
lines changed
  • specification/applicationinsights/resource-manager/Microsoft.Insights/stable/2020-10-20

1 file changed

+5
-0
lines changed

specification/applicationinsights/resource-manager/Microsoft.Insights/stable/2020-10-20/workbooks_API.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -554,6 +554,11 @@
554554
"readOnly": true,
555555
"type": "string",
556556
"description": "The tenant ID of resource."
557+
},
558+
"clientId": {
559+
"readOnly": true,
560+
"type": "string",
561+
"description": "The client ID of resource."
557562
}
558563
}
559564
}

0 commit comments

Comments
 (0)