Skip to content

Commit fce9a7d

Browse files
Merge pull request #263504 from kri1603/patch-1
ANPTA: Quick edit to the "Protecting individual records" section
2 parents 2407dc0 + e48217c commit fce9a7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ Azure PowerShell
245245
$lvl = "<lock level>"
246246
$lnm = "<lock name>"
247247
$rnm = "<zone name>/<record set name>"
248-
$rty = "Microsoft.Network/privateDnsZones"
248+
$rty = "Microsoft.Network/privateDnsZones/<record type>"
249249
$rsg = "<resource group name>"
250250
251251
New-AzResourceLock -LockLevel $lvl -LockName $lnm -ResourceName $rnm -ResourceType $rty -ResourceGroupName $rsg

0 commit comments

Comments
 (0)