Commit 18ceabc
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 b31c549 commit 18ceabc
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 | |
|---|---|---|---|
| |||
4295 | 4295 | | |
4296 | 4296 | | |
4297 | 4297 | | |
4298 | | - | |
| 4298 | + | |
| 4299 | + | |
| 4300 | + | |
| 4301 | + | |
| 4302 | + | |
| 4303 | + | |
| 4304 | + | |
4299 | 4305 | | |
4300 | 4306 | | |
4301 | 4307 | | |
| |||
6751 | 6757 | | |
6752 | 6758 | | |
6753 | 6759 | | |
6754 | | - | |
6755 | | - | |
| 6760 | + | |
| 6761 | + | |
6756 | 6762 | | |
6757 | 6763 | | |
6758 | 6764 | | |
| |||
Lines changed: 18 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
811 | 811 | | |
812 | 812 | | |
813 | 813 | | |
| 814 | + | |
| 815 | + | |
| 816 | + | |
| 817 | + | |
| 818 | + | |
814 | 819 | | |
815 | 820 | | |
816 | 821 | | |
| |||
819 | 824 | | |
820 | 825 | | |
821 | 826 | | |
| 827 | + | |
| 828 | + | |
| 829 | + | |
| 830 | + | |
| 831 | + | |
822 | 832 | | |
823 | 833 | | |
824 | 834 | | |
| |||
851 | 861 | | |
852 | 862 | | |
853 | 863 | | |
854 | | - | |
| 864 | + | |
855 | 865 | | |
856 | 866 | | |
857 | 867 | | |
| |||
907 | 917 | | |
908 | 918 | | |
909 | 919 | | |
910 | | - | |
911 | | - | |
912 | | - | |
| 920 | + | |
| 921 | + | |
| 922 | + | |
| 923 | + | |
| 924 | + | |
| 925 | + | |
| 926 | + | |
913 | 927 | | |
914 | 928 | | |
915 | 929 | | |
| |||
0 commit comments