-
Notifications
You must be signed in to change notification settings - Fork 3.4k
--ttl option does not work when adding A records to private DNS with latest azure cli. #33264
Copy link
Copy link
Open
Labels
Auto-AssignAuto assign by botAuto assign by botAzure CLI TeamThe command of the issue is owned by Azure CLI teamThe command of the issue is owned by Azure CLI teamDocumentationNetworkaz network vnet/lb/nic/dns/etc...az network vnet/lb/nic/dns/etc...Similar-Issueact-quality-productivity-squadcustomer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues that are reported by GitHub users external to the Azure organization.questionThe issue doesn't require a change to the product in order to be resolved. Most issues start as thatThe issue doesn't require a change to the product in order to be resolved. Most issues start as that
Milestone
Metadata
Metadata
Assignees
Labels
Auto-AssignAuto assign by botAuto assign by botAzure CLI TeamThe command of the issue is owned by Azure CLI teamThe command of the issue is owned by Azure CLI teamDocumentationNetworkaz network vnet/lb/nic/dns/etc...az network vnet/lb/nic/dns/etc...Similar-Issueact-quality-productivity-squadcustomer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues that are reported by GitHub users external to the Azure organization.questionThe issue doesn't require a change to the product in order to be resolved. Most issues start as thatThe issue doesn't require a change to the product in order to be resolved. Most issues start as that
Describe the bug
help for the

az network private-dns record-setRelated command
az network private-dns record-set a add-record --resource-group MyResourceGroup --zone-name www.mysite.com --record-set-name MyRecordSet --ipv4-address MyIpv4Address --ttl 600
Errors
cli is unable to update ttl, while creating a private-dns record set.
Issue script & Debug output
cli is unable to update ttl, while creating a private-dns record set.
Expected behavior
According to the documentation:
Environment Summary
Installed latest azure cli
Additional context
No response