Commit e9f5ff5
committed
fix: do not attempt to share image with empty list
Check for empty list and bail on sharing if no accounts found in
partition.
In cases where partition filtering removes all possible accounts from a
share list, attempting to share with an empty list will cause a
InvalidParameterCombination error to be raised.1 parent 8971bf5 commit e9f5ff5
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
189 | 189 | | |
190 | 190 | | |
191 | 191 | | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
192 | 196 | | |
193 | 197 | | |
194 | 198 | | |
| |||
0 commit comments