Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/DnsResolver/help/Get-AzDnsForwardingRuleset.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ westus2 dnsForwardingRuleset Microsoft.Network/dnsForwardingRulesets "04005592-

This command gets single DNS forwarding ruleset by name.

### Example 3: List all DNS forwarding ruleset under the resouce group
### Example 3: List all DNS forwarding ruleset under the resource group
```powershell
Get-AzDnsForwardingRuleset -ResourceGroupName sampleRG
```
Expand All @@ -91,7 +91,7 @@ westus2 pw-dnsForwardingRuleset Microsoft.Network/dnsForwardingRulesets "08009
westus2 pw-dnsForwardingRuleset1 Microsoft.Network/dnsForwardingRulesets "08007ccc-0000-0800-0000-60e3846a0000"
```

This command gets all DNS forwarding ruleset under the resouce group.
This command gets all DNS forwarding ruleset under the resource group.

### Example 4: List all DNS forwarding ruleset under the virtual network
```powershell
Expand Down