Skip to content

Warning (to stderr) about a future (non-existent) argument being required #12697

Description

@joshlangs

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Labels

CoreCLI core infrastructure

Type

No type

Projects

No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions