From eed18533c409c08273bba6c32faa370d4a6c24b1 Mon Sep 17 00:00:00 2001 From: Ido Klotz Date: Thu, 27 Jan 2022 21:09:08 +0200 Subject: [PATCH] Adding tenantId --- .../preview/2021-10-01-preview/dataConnectors.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2021-10-01-preview/dataConnectors.json b/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2021-10-01-preview/dataConnectors.json index 42b8e296dd22..952e61313094 100644 --- a/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2021-10-01-preview/dataConnectors.json +++ b/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2021-10-01-preview/dataConnectors.json @@ -1639,6 +1639,11 @@ ] }, "Office365ProjectDataConnectorProperties": { + "allOf": [ + { + "$ref": "#/definitions/DataConnectorTenantId" + } + ], "description": "Office Microsoft Project data connector properties.", "properties": { "dataTypes": { @@ -1687,6 +1692,11 @@ ] }, "OfficePowerBIDataConnectorProperties": { + "allOf": [ + { + "$ref": "#/definitions/DataConnectorTenantId" + } + ], "description": "Office Microsoft PowerBI data connector properties.", "properties": { "dataTypes": {