From 22959c21c8e3c87078aad8d708bae6bb3f18755c Mon Sep 17 00:00:00 2001 From: ambientlight Date: Tue, 27 Jul 2021 20:21:42 +0800 Subject: [PATCH] add missing x-ms-client-id parameters required for AD auth --- .../data-plane/Creator/preview/2.0/alias.json | 15 ++++++++++++ .../Creator/preview/2.0/dataset.json | 15 ++++++++++++ .../Creator/preview/2.0/featurestate.json | 24 +++++++++++++++++++ 3 files changed, 54 insertions(+) diff --git a/specification/maps/data-plane/Creator/preview/2.0/alias.json b/specification/maps/data-plane/Creator/preview/2.0/alias.json index 4240e14e8d08..45126b09ae63 100644 --- a/specification/maps/data-plane/Creator/preview/2.0/alias.json +++ b/specification/maps/data-plane/Creator/preview/2.0/alias.json @@ -93,6 +93,9 @@ } }, "parameters": [ + { + "$ref": "../../../Common/preview/1.0/common.json#/parameters/ClientId" + }, { "$ref": "#/parameters/AliasApiVersionV2" }, @@ -127,6 +130,9 @@ } }, "parameters": [ + { + "$ref": "../../../Common/preview/1.0/common.json#/parameters/ClientId" + }, { "$ref": "#/parameters/AliasApiVersionV2" } @@ -158,6 +164,9 @@ } }, "parameters": [ + { + "$ref": "../../../Common/preview/1.0/common.json#/parameters/ClientId" + }, { "$ref": "#/parameters/AliasId" }, @@ -189,6 +198,9 @@ } }, "parameters": [ + { + "$ref": "../../../Common/preview/1.0/common.json#/parameters/ClientId" + }, { "$ref": "#/parameters/AliasId" }, @@ -214,6 +226,9 @@ } }, "parameters": [ + { + "$ref": "../../../Common/preview/1.0/common.json#/parameters/ClientId" + }, { "$ref": "#/parameters/AliasId" }, diff --git a/specification/maps/data-plane/Creator/preview/2.0/dataset.json b/specification/maps/data-plane/Creator/preview/2.0/dataset.json index 463388b43673..d694eb91b66b 100644 --- a/specification/maps/data-plane/Creator/preview/2.0/dataset.json +++ b/specification/maps/data-plane/Creator/preview/2.0/dataset.json @@ -113,6 +113,9 @@ } }, "parameters": [ + { + "$ref": "../../../Common/preview/1.0/common.json#/parameters/ClientId" + }, { "$ref": "#/parameters/DatasetApiVersionV2" }, @@ -147,6 +150,9 @@ } }, "parameters": [ + { + "$ref": "../../../Common/preview/1.0/common.json#/parameters/ClientId" + }, { "$ref": "#/parameters/DatasetApiVersionV2" } @@ -178,6 +184,9 @@ } }, "parameters": [ + { + "$ref": "../../../Common/preview/1.0/common.json#/parameters/ClientId" + }, { "$ref": "#/parameters/DatasetId" }, @@ -206,6 +215,9 @@ } }, "parameters": [ + { + "$ref": "../../../Common/preview/1.0/common.json#/parameters/ClientId" + }, { "$ref": "#/parameters/DatasetApiVersionV2" }, @@ -236,6 +248,9 @@ } }, "parameters": [ + { + "$ref": "../../../Common/preview/1.0/common.json#/parameters/ClientId" + }, { "$ref": "#/parameters/DatasetApiVersionV2" }, diff --git a/specification/maps/data-plane/Creator/preview/2.0/featurestate.json b/specification/maps/data-plane/Creator/preview/2.0/featurestate.json index 51bc9cbbb415..25fee433f9d4 100644 --- a/specification/maps/data-plane/Creator/preview/2.0/featurestate.json +++ b/specification/maps/data-plane/Creator/preview/2.0/featurestate.json @@ -126,6 +126,9 @@ } }, "parameters": [ + { + "$ref": "../../../Common/preview/1.0/common.json#/parameters/ClientId" + }, { "$ref": "#/parameters/FeaturestateApiVersionV2" }, @@ -166,6 +169,9 @@ } }, "parameters": [ + { + "$ref": "../../../Common/preview/1.0/common.json#/parameters/ClientId" + }, { "$ref": "#/parameters/FeaturestateApiVersionV2" } @@ -197,6 +203,9 @@ } }, "parameters": [ + { + "$ref": "../../../Common/preview/1.0/common.json#/parameters/ClientId" + }, { "$ref": "#/parameters/FeaturestateApiVersionV2" }, @@ -231,6 +240,9 @@ } }, "parameters": [ + { + "$ref": "../../../Common/preview/1.0/common.json#/parameters/ClientId" + }, { "$ref": "#/parameters/FeaturestateApiVersionV2" }, @@ -256,6 +268,9 @@ } }, "parameters": [ + { + "$ref": "../../../Common/preview/1.0/common.json#/parameters/ClientId" + }, { "$ref": "#/parameters/FeaturestateApiVersionV2" }, @@ -286,6 +301,9 @@ } }, "parameters": [ + { + "$ref": "../../../Common/preview/1.0/common.json#/parameters/ClientId" + }, { "$ref": "#/parameters/FeaturestateApiVersionV2" }, @@ -323,6 +341,9 @@ } }, "parameters": [ + { + "$ref": "../../../Common/preview/1.0/common.json#/parameters/ClientId" + }, { "$ref": "#/parameters/FeaturestateApiVersionV2" }, @@ -354,6 +375,9 @@ } }, "parameters": [ + { + "$ref": "../../../Common/preview/1.0/common.json#/parameters/ClientId" + }, { "$ref": "#/parameters/FeaturestateApiVersionV2" },