Commit c2e72e4
Address review comments and fix style: slot_cfg reconciliation, stronger test assertions
- Fix pylint R1735: use dict literal instead of dict() call (line 6009)
- In replace_all mode, reconcile slot_cfg_names.connection_string_names
to exactly match new slotSetting=true entries, removing stale names
- Strengthen test_slot_param_configured_with_id_part to check that the
slot argument specifically (not just any argument) has id_part
- Fix TestListSslCertsPagination docstring: remove incorrect Issue #29495
reference since that issue is about az webapp list, not SSL cert pagination
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 9f725de commit c2e72e4
2 files changed
Lines changed: 27 additions & 7 deletions
File tree
- src/azure-cli/azure/cli/command_modules/appservice
- tests/latest
Lines changed: 9 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3569 | 3569 | | |
3570 | 3570 | | |
3571 | 3571 | | |
3572 | | - | |
| 3572 | + | |
| 3573 | + | |
| 3574 | + | |
| 3575 | + | |
| 3576 | + | |
| 3577 | + | |
| 3578 | + | |
3573 | 3579 | | |
3574 | 3580 | | |
3575 | 3581 | | |
| |||
6006 | 6012 | | |
6007 | 6013 | | |
6008 | 6014 | | |
6009 | | - | |
6010 | | - | |
| 6015 | + | |
| 6016 | + | |
6011 | 6017 | | |
6012 | 6018 | | |
6013 | 6019 | | |
| |||
Lines changed: 18 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
779 | 779 | | |
780 | 780 | | |
781 | 781 | | |
| 782 | + | |
| 783 | + | |
| 784 | + | |
| 785 | + | |
| 786 | + | |
782 | 787 | | |
783 | 788 | | |
784 | 789 | | |
| |||
787 | 792 | | |
788 | 793 | | |
789 | 794 | | |
| 795 | + | |
| 796 | + | |
| 797 | + | |
| 798 | + | |
| 799 | + | |
790 | 800 | | |
791 | 801 | | |
792 | 802 | | |
| |||
819 | 829 | | |
820 | 830 | | |
821 | 831 | | |
822 | | - | |
| 832 | + | |
823 | 833 | | |
824 | 834 | | |
825 | 835 | | |
| |||
875 | 885 | | |
876 | 886 | | |
877 | 887 | | |
878 | | - | |
879 | | - | |
880 | | - | |
| 888 | + | |
| 889 | + | |
| 890 | + | |
| 891 | + | |
| 892 | + | |
| 893 | + | |
| 894 | + | |
881 | 895 | | |
882 | 896 | | |
883 | 897 | | |
| |||
0 commit comments