Skip to content

Commit e48217c

Browse files
authored
Update dns-protect-private-zones-recordsets.md
ANPTA: Quick edit to the "Protecting individual records" section from: $rty = "Microsoft.Network/privateDnsZones" to $rty = "Microsoft.Network/privateDnsZones/<record type>"
1 parent 64a6335 commit e48217c

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)