Skip to content

Commit

Permalink
Make the header optional for source control (#30233)
Browse files Browse the repository at this point in the history
  • Loading branch information
Juliehzl authored Sep 23, 2024
1 parent abb0052 commit e626a79
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
{
Expand Down Expand Up @@ -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"
},
{
Expand Down

0 comments on commit e626a79

Please sign in to comment.