michaell104
Results
1
issues of
michaell104
Suppose I'm using the network-security-group AVM module with the `main.bicep` ``` module someSNGResource '../module/network-security-group/main.bicep' = { name: 'nsg-1' params: { name: 'nsg-webapp-subnet location: westus2 securityRules: [for rule in rules: {...
enhancement
Needs: Author Feedback