Skip to content

Commit

Permalink
Adding tenantId (#17533)
Browse files Browse the repository at this point in the history
Co-authored-by: Ido Klotz <idoklotz@microsoft.com>
  • Loading branch information
iKlotz and msklotz authored Jan 28, 2022
1 parent eb933ff commit 6574b80
Showing 1 changed file with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1639,6 +1639,11 @@
]
},
"Office365ProjectDataConnectorProperties": {
"allOf": [
{
"$ref": "#/definitions/DataConnectorTenantId"
}
],
"description": "Office Microsoft Project data connector properties.",
"properties": {
"dataTypes": {
Expand Down Expand Up @@ -1687,6 +1692,11 @@
]
},
"OfficePowerBIDataConnectorProperties": {
"allOf": [
{
"$ref": "#/definitions/DataConnectorTenantId"
}
],
"description": "Office Microsoft PowerBI data connector properties.",
"properties": {
"dataTypes": {
Expand Down

0 comments on commit 6574b80

Please sign in to comment.