Describe the bug
@MrMCake,
Is there a reason why there is duplicated code in /Microsoft.Network/networkSecurityGroups/deploy.bicep
This is introduced with pull request #1102
There is a input param "securityRules" that deploy the Security Rules in the Parent Resource and then for a second time with the same input param for the child resource.
And both seem to deploy the exact same thing.
To reproduce
.
Code snippet
No response
Relevant log output
No response
Describe the bug
@MrMCake,
Is there a reason why there is duplicated code in /Microsoft.Network/networkSecurityGroups/deploy.bicep
This is introduced with pull request #1102
There is a input param "securityRules" that deploy the Security Rules in the Parent Resource and then for a second time with the same input param for the child resource.
And both seem to deploy the exact same thing.
To reproduce
.
Code snippet
No response
Relevant log output
No response