Commit 654462c
committed
Sort the results of
Instead of using a `SortedDictionary` which introduced a bug because it required
the keys (secret names) to be unique, we just sort the array directly using a
comparer that sorts by name.
Fixes #95.Get-SecretInfo correctly1 parent 47bc3b7 commit 654462c
2 files changed
Lines changed: 13 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1061 | 1061 | | |
1062 | 1062 | | |
1063 | 1063 | | |
1064 | | - | |
1065 | | - | |
1066 | | - | |
1067 | | - | |
1068 | | - | |
1069 | | - | |
1070 | | - | |
| 1064 | + | |
1071 | 1065 | | |
1072 | | - | |
| 1066 | + | |
1073 | 1067 | | |
1074 | 1068 | | |
1075 | 1069 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
291 | 291 | | |
292 | 292 | | |
293 | 293 | | |
| 294 | + | |
| 295 | + | |
| 296 | + | |
| 297 | + | |
| 298 | + | |
| 299 | + | |
| 300 | + | |
| 301 | + | |
| 302 | + | |
| 303 | + | |
| 304 | + | |
294 | 305 | | |
295 | 306 | | |
296 | 307 | | |
| |||
0 commit comments