Commit 1867106
committed
feat: add NetworkConfigurationID and HostedRunnersURL to enterprise runner group types
Add NetworkConfigurationID and HostedRunnersURL fields to EnterpriseRunnerGroup,
and NetworkConfigurationID to CreateEnterpriseRunnerGroupRequest and
UpdateEnterpriseRunnerGroupRequest to match the GitHub API response schema.
These fields already exist on the organization-scoped RunnerGroup type but were
missing from the enterprise equivalents. The GitHub API returns both fields on
enterprise runner group endpoints (List, Get, Create, Update).
Fixes: integrations/terraform-provider-github#32741 parent 657976b commit 1867106
4 files changed
Lines changed: 95 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
| 28 | + | |
27 | 29 | | |
28 | 30 | | |
29 | 31 | | |
| |||
51 | 53 | | |
52 | 54 | | |
53 | 55 | | |
| 56 | + | |
| 57 | + | |
54 | 58 | | |
55 | 59 | | |
56 | 60 | | |
| |||
60 | 64 | | |
61 | 65 | | |
62 | 66 | | |
| 67 | + | |
63 | 68 | | |
64 | 69 | | |
65 | 70 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
541 | 541 | | |
542 | 542 | | |
543 | 543 | | |
| 544 | + | |
| 545 | + | |
544 | 546 | | |
545 | 547 | | |
546 | 548 | | |
| |||
553 | 555 | | |
554 | 556 | | |
555 | 557 | | |
| 558 | + | |
| 559 | + | |
556 | 560 | | |
557 | 561 | | |
558 | 562 | | |
| |||
575 | 579 | | |
576 | 580 | | |
577 | 581 | | |
| 582 | + | |
| 583 | + | |
578 | 584 | | |
579 | 585 | | |
580 | 586 | | |
| |||
591 | 597 | | |
592 | 598 | | |
593 | 599 | | |
| 600 | + | |
| 601 | + | |
594 | 602 | | |
595 | 603 | | |
596 | 604 | | |
| |||
612 | 620 | | |
613 | 621 | | |
614 | 622 | | |
| 623 | + | |
615 | 624 | | |
616 | 625 | | |
617 | 626 | | |
| |||
621 | 630 | | |
622 | 631 | | |
623 | 632 | | |
624 | | - | |
| 633 | + | |
| 634 | + | |
625 | 635 | | |
626 | 636 | | |
627 | 637 | | |
| |||
636 | 646 | | |
637 | 647 | | |
638 | 648 | | |
| 649 | + | |
639 | 650 | | |
640 | 651 | | |
641 | 652 | | |
642 | 653 | | |
643 | 654 | | |
644 | 655 | | |
645 | | - | |
| 656 | + | |
| 657 | + | |
646 | 658 | | |
647 | 659 | | |
648 | 660 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments