Skip to content

Commit 39a19d0

Browse files
msyycanandanthony
authored andcommitted
Update workflow.json (Azure#20911)
1 parent 2238a0e commit 39a19d0

File tree

1 file changed

+4
-8
lines changed
  • specification/developerhub/resource-manager/Microsoft.DevHub/preview/2022-04-01-preview

1 file changed

+4
-8
lines changed

specification/developerhub/resource-manager/Microsoft.DevHub/preview/2022-04-01-preview/workflow.json

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -854,8 +854,7 @@
854854
"in": "query",
855855
"required": false,
856856
"type": "string",
857-
"description": "The ManagedCluster resource associated with the workflows.",
858-
"x-ms-parameter-location": "client"
857+
"description": "The ManagedCluster resource associated with the workflows."
859858
},
860859
"WorkflowNameParameter": {
861860
"name": "workflowName",
@@ -865,24 +864,21 @@
865864
"minLength": 1,
866865
"maxLength": 63,
867866
"pattern": "^[a-zA-Z0-9]$|^[a-zA-Z0-9][-_a-zA-Z0-9]{0,61}[a-zA-Z0-9]$",
868-
"description": "The name of the workflow resource.",
869-
"x-ms-parameter-location": "method"
867+
"description": "The name of the workflow resource."
870868
},
871869
"GitHubOAuthCodeParameter": {
872870
"name": "code",
873871
"in": "query",
874872
"required": true,
875873
"type": "string",
876-
"description": "The code response from authenticating the GitHub App.",
877-
"x-ms-parameter-location": "client"
874+
"description": "The code response from authenticating the GitHub App."
878875
},
879876
"GitHubOAuthStateParameter": {
880877
"name": "state",
881878
"in": "query",
882879
"required": true,
883880
"type": "string",
884-
"description": "The state response from authenticating the GitHub App.",
885-
"x-ms-parameter-location": "client"
881+
"description": "The state response from authenticating the GitHub App."
886882
}
887883
}
888884
}

0 commit comments

Comments
 (0)