Commit 0c2dc25
Updated existing parameter "identity" to type string[] to configure Multiple MSIs (Azure#9782)
* Added new Parameter Identities to configure Multiple MSIs
* honor both identity and identities parameters to build policy json
* Fixed style failures
* Remove unused imports
* Revert changes related to identity type
* Commit recorded result for tests
* Changed id to identity_id
* Updated test and updated history, setup file
* Update the identity parameter from type string to string[]
* Updated Identity parameter type from string to string[]
* Fix identation
* Applied copilot suggestions
* Added live only parameter to tests
---------
Co-authored-by: Balashivaram Ganesan <bganesan@microsoft.com>1 parent c0df1fd commit 0c2dc25
8 files changed
Lines changed: 1629 additions & 14 deletions
File tree
- src/azure-firewall
- azext_firewall
- aaz/latest/network/firewall/policy
- tests/latest
- recordings
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
6 | 11 | | |
7 | 12 | | |
8 | 13 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
141 | 141 | | |
142 | 142 | | |
143 | 143 | | |
144 | | - | |
| 144 | + | |
145 | 145 | | |
146 | 146 | | |
147 | 147 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
146 | 146 | | |
147 | 147 | | |
148 | 148 | | |
149 | | - | |
| 149 | + | |
150 | 150 | | |
151 | 151 | | |
152 | 152 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
172 | 172 | | |
173 | 173 | | |
174 | 174 | | |
175 | | - | |
| 175 | + | |
176 | 176 | | |
177 | 177 | | |
178 | 178 | | |
| |||
890 | 890 | | |
891 | 891 | | |
892 | 892 | | |
893 | | - | |
| 893 | + | |
894 | 894 | | |
895 | | - | |
| 895 | + | |
896 | 896 | | |
897 | | - | |
| 897 | + | |
| 898 | + | |
| 899 | + | |
898 | 900 | | |
899 | 901 | | |
900 | 902 | | |
| |||
913 | 915 | | |
914 | 916 | | |
915 | 917 | | |
916 | | - | |
| 918 | + | |
| 919 | + | |
| 920 | + | |
917 | 921 | | |
918 | 922 | | |
919 | 923 | | |
| |||
923 | 927 | | |
924 | 928 | | |
925 | 929 | | |
926 | | - | |
| 930 | + | |
927 | 931 | | |
928 | | - | |
| 932 | + | |
929 | 933 | | |
930 | | - | |
| 934 | + | |
| 935 | + | |
| 936 | + | |
931 | 937 | | |
932 | 938 | | |
933 | | - | |
| 939 | + | |
934 | 940 | | |
935 | 941 | | |
936 | 942 | | |
| |||
941 | 947 | | |
942 | 948 | | |
943 | 949 | | |
| 950 | + | |
944 | 951 | | |
945 | 952 | | |
946 | | - | |
| 953 | + | |
| 954 | + | |
| 955 | + | |
947 | 956 | | |
948 | 957 | | |
949 | 958 | | |
| |||
0 commit comments