Skip to content

Commit

Permalink
Merge 2e40914 into 508e468
Browse files Browse the repository at this point in the history
  • Loading branch information
Juliehzl authored Jul 30, 2024
2 parents 508e468 + 2e40914 commit 3ca2219
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,14 @@
}
},
{
"$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter"
"name": "x-ms-github-auxiliary",
"in": "header",
"description": "Github personal access token used for SourceControl.",
"required": true,
"type": "string"
},
{
"$ref": "../../../../../common-types/resource-management/v5/types.json#/parameters/ApiVersionParameter"
}
],
"responses": {
Expand Down Expand Up @@ -231,7 +238,28 @@
"type": "string"
},
{
"$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter"
"name": "x-ms-github-auxiliary",
"in": "header",
"description": "Github personal access token used for SourceControl.",
"required": true,
"type": "string"
},
{
"name": "ignoreWorkflowDeletionFailure",
"in": "query",
"description": "Ignore Workflow Deletion Failure.",
"required": false,
"type": "boolean"
},
{
"name": "deleteWorkflow",
"in": "query",
"description": "Delete workflow.",
"required": false,
"type": "boolean"
},
{
"$ref": "../../../../../common-types/resource-management/v5/types.json#/parameters/ApiVersionParameter"
}
],
"responses": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"resourceGroupName": "workerapps-rg-xj",
"containerAppName": "testcanadacentral",
"sourceControlName": "current",
"x-ms-github-auxiliary": "githubaccesstoken",
"api-version": "2024-02-02-preview",
"sourceControlEnvelope": {
"properties": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
"resourceGroupName": "workerapps-rg-xj",
"containerAppName": "testcanadacentral",
"sourceControlName": "current",
"x-ms-github-auxiliary": "githubaccesstoken",
"ignoreWorkflowDeletionFailure": false,
"deleteWorkflow": false,
"api-version": "2024-02-02-preview"
},
"responses": {
Expand Down

0 comments on commit 3ca2219

Please sign in to comment.