From e626a7993f26fcefdc2931ee01bd2aced9c2bd33 Mon Sep 17 00:00:00 2001 From: Zunli Hu Date: Mon, 23 Sep 2024 13:41:58 +0800 Subject: [PATCH] Make the header optional for source control (#30233) --- .../preview/2024-02-02-preview/SourceControls.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/specification/app/resource-manager/Microsoft.App/preview/2024-02-02-preview/SourceControls.json b/specification/app/resource-manager/Microsoft.App/preview/2024-02-02-preview/SourceControls.json index 457bad55b2ff..347cec8eddbf 100644 --- a/specification/app/resource-manager/Microsoft.App/preview/2024-02-02-preview/SourceControls.json +++ b/specification/app/resource-manager/Microsoft.App/preview/2024-02-02-preview/SourceControls.json @@ -175,7 +175,7 @@ "name": "x-ms-github-auxiliary", "in": "header", "description": "Github personal access token used for SourceControl.", - "required": true, + "required": false, "type": "string" }, { @@ -241,7 +241,7 @@ "name": "x-ms-github-auxiliary", "in": "header", "description": "Github personal access token used for SourceControl.", - "required": true, + "required": false, "type": "string" }, {