Azure / Azure/azure-powershell
New-AzureRmVmss simple param set should fail if a LB with the user specified name exists and is not compatible with what the cmdlet expects
Open
act-observability-squad
Azure PS Team
Compute
- Dominant language
- C#
- Stars
- 4.8k
- Forks
- 4.3k
- Avg merge
- 2d 17h
- Merged PRs (30d)
- 51
Description
This issue comes out of this [issue](https://github.com/Azure/azure-powershell/issues/6413).
The user created an LB which did not have the configuration the cmdlet expected. As a result the cmdlet tried to configure the LB which caused configuration to end up in bad state and the VMSScreation failed as a result.
We should check if this issue can happen with other resources as well that are created by the cmdlet.
Contributor guide
Assessment
This issue has not been assessed yet.