Skip to content

Commit 42b3a97

Browse files
authored
Merge pull request #105500 from asudbring/dnspatch
fixed minor bug
2 parents 3ebe3c2 + b7264c8 commit 42b3a97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/dns/dns-protect-zones-recordsets.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ The following PowerShell command creates a CanNotDelete lock against the SOA rec
259259
```azurepowershell
260260
# Protect against zone delete with CanNotDelete lock on the record set
261261
262-
$lvl = "CanNotDelete
262+
$lvl = "CanNotDelete"
263263
$lnm = "<lock name>"
264264
$rsc = "<zone name>/@"
265265
$rty = "Microsoft.Network/DNSZones/SOA"

0 commit comments

Comments
 (0)