Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for new builder #3053

Merged
merged 14 commits into from
Nov 2, 2023
Merged
Prev Previous commit
Next Next commit
fixed paconn validation issues
  • Loading branch information
AnthonyPhan committed Sep 1, 2023
commit 3f6d044f7680f0752251aa359eb33717768bab29
22 changes: 0 additions & 22 deletions certified-connectors/Team Forms/apiDefinition.swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -248,16 +248,6 @@
"parameter":"groupId"
}
}
},
"x-ms-dynamic-list": {
"operationId": "Forms",
"itemValuePath": "fields/tfFormId",
"itemTitlePath": "fields/tfTitle",
"parameters":{
"query/groupId":{
"parameterReference": "query/groupId"
}
}
}
}
},
Expand Down Expand Up @@ -592,18 +582,6 @@
"parameter": "formId"
}
}
},
"x-ms-dynamic-properties": {
"operationId": "ResponseSchema",
"itemValuePath": "schema",
"parameters": {
"query/groupId": {
"parameter": "query/groupId"
},
"query/formId": {
"parameter": "query/formId"
}
}
}
},
"file": {
Expand Down