You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
WARNING: The record set doesn't exist and is automatically created. In the future, an extra argument will be supported to confirm this auto creation.
Which appears when we run az network dns record-set txt add-record ... to add a new record.
This broke our pipeline because it's written to stderr.
It's no big deal - we just run it again and it's fine. And easily workaroundable with a redirect to /dev/null or /some-file.
But... there doesn't seem to be an argument at all to silence the warning, right now. Seems there should be. Guess it's coming "In the future", as the warning says :D
The text was updated successfully, but these errors were encountered:
You guys have added this warning:
WARNING: The record set doesn't exist and is automatically created. In the future, an extra argument will be supported to confirm this auto creation.
Which appears when we run
az network dns record-set txt add-record ...
to add a new record.This broke our pipeline because it's written to
stderr
.It's no big deal - we just run it again and it's fine. And easily workaroundable with a redirect to /dev/null or /some-file.
But... there doesn't seem to be an argument at all to silence the warning, right now. Seems there should be. Guess it's coming "In the future", as the warning says :D
The text was updated successfully, but these errors were encountered: