Skip to content

Commit b7264c8

Browse files
committed
fixed minor bug
1 parent 1163ce0 commit b7264c8

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)