Skip to content

Commit

Permalink
Update docs-chef-io/content/inspec/resources/azure_network_security_g…
Browse files Browse the repository at this point in the history
…roup.md
  • Loading branch information
soumyo13 authored Nov 2, 2022
1 parent 3c0564e commit a040e41
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ describe azure_network_security_group(resource_group: 'RESOURCE_GROUP', name: 'G
it { should_not exist }
end
```
### Test that a Network Security group should not allows UDB from the internet
### Test that a Network Security group should not allow UDP from the internet

```ruby
describe azure_network_security_group(resource_group: 'RESOURCE_GROUP', name: 'GROUP_NAME') do
Expand Down

0 comments on commit a040e41

Please sign in to comment.