Commit e1624d2
authored
Update ValidateScenario to cater for AV Set resource IDs different casing .psm1 (#146)
If the Resource ID of Availability sets are in different cases the script fails as it thinks they are different resources. This is due to the use of Get-unique being case sensitive. The fix is to convert the resource id to lower before running get-unique1 parent a6bab55 commit e1624d2
File tree
1 file changed
+4
-2
lines changed- AzureBasicLoadBalancerUpgrade/module/AzureBasicLoadBalancerUpgrade/modules/ValidateScenario
1 file changed
+4
-2
lines changedLines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
736 | 736 | | |
737 | 737 | | |
738 | 738 | | |
739 | | - | |
| 739 | + | |
| 740 | + | |
| 741 | + | |
740 | 742 | | |
741 | 743 | | |
742 | 744 | | |
| |||
807 | 809 | | |
808 | 810 | | |
809 | 811 | | |
810 | | - | |
| 812 | + | |
0 commit comments