Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
5 changes: 4 additions & 1 deletion .github/workflows/codegen-verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -360,9 +360,12 @@ jobs:
- name: Regenerate the SDK and diff
run: |
echo "::group::🧰 sdk generate -check"
# Full-spec SDK; the one excluded family is an upstream kiota code
# generation defect (unqualified cross-package enum constants in the
# dynamic-tests inline request bodies), not a scoping choice.
go run ./cmd/tfpfgen sdk generate \
-out pilot/thousandeyes-kiota/internal/sdk \
-include "/tags,/tags/**" \
-exclude "/endpoint/tests/dynamic-tests/**,/endpoint/agents/transfer,/endpoint/agents/transfer/**" \
-client-name ThousandEyesClient \
-check
echo "::endgroup::"
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

21 changes: 21 additions & 0 deletions blueprints/thousandeyes-kiota/credential.scenario.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading