-
Notifications
You must be signed in to change notification settings - Fork 3.4k
az network dns record-set returns before record is visible #27289
Copy link
Copy link
Open
Labels
Auto-AssignAuto assign by botAuto assign by botNetwork - DNSaz network dnsaz network dnsService AttentionThis issue is responsible by Azure service team.This issue is responsible by Azure service team.act-quality-productivity-squadbugThis issue requires a change to an existing behavior in the product in order to be resolved.This issue requires a change to an existing behavior in the product in order to be resolved.customer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues that are reported by GitHub users external to the Azure organization.
Metadata
Metadata
Assignees
Labels
Auto-AssignAuto assign by botAuto assign by botNetwork - DNSaz network dnsaz network dnsService AttentionThis issue is responsible by Azure service team.This issue is responsible by Azure service team.act-quality-productivity-squadbugThis issue requires a change to an existing behavior in the product in order to be resolved.This issue requires a change to an existing behavior in the product in order to be resolved.customer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues that are reported by GitHub users external to the Azure organization.
Describe the bug
When setting a A or AAAA record the CLI returns before the record is publicly visible.
A workaround would be a flag like
--await-propagatedRelated command
az network dns record-set a add-record ...
Errors
No error, just bad behaviour
Issue script & Debug output
Records don't show up fast enough
Expected behavior
The DNS should answer with the new record immediately after the command returns.
Environment Summary
azure-cli 2.51.0
core 2.51.0
telemetry 1.1.0
Dependencies:
msal 1.24.0b1
azure-mgmt-resource 23.1.0b2
Python location '/opt/az/bin/python3'
Extensions directory '/home/stefan/.azure/cliextensions'
Python (Linux) 3.10.10 (main, Jul 27 2023, 07:10:25) [GCC 11.3.0]
Legal docs and information: aka.ms/AzureCliLegal
Your CLI is up-to-date.
Additional context
No response