From a4620b9f00cd13fd158e306bb731ed8956425c04 Mon Sep 17 00:00:00 2001 From: Chuanqi Xu <466018122@qq.com> Date: Mon, 29 May 2023 19:53:07 -0400 Subject: [PATCH] [Quantum] Data Plane 2022-09-12-preview scope --- .../Microsoft.Quantum/preview/2022-09-12-preview/quantum.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/specification/quantum/data-plane/Microsoft.Quantum/preview/2022-09-12-preview/quantum.json b/specification/quantum/data-plane/Microsoft.Quantum/preview/2022-09-12-preview/quantum.json index b8e9763d98b7..6a6404e53450 100644 --- a/specification/quantum/data-plane/Microsoft.Quantum/preview/2022-09-12-preview/quantum.json +++ b/specification/quantum/data-plane/Microsoft.Quantum/preview/2022-09-12-preview/quantum.json @@ -25,14 +25,14 @@ "flow": "application", "description": "Azure Active Directory OAuth2 Authentication", "scopes": { - "/.default": "client credential scope" + "https://quantum.microsoft.com/.default": "client credential scope" } } }, "security": [ { "AzureAuth": [ - "/.default" + "https://quantum.microsoft.com/.default" ] } ],