Azure / Azure/aksArc

Privacy statement on first installation of aksarc az cli extension

Open
#442 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
PowerShell
Stars
118
Forks
63
PR merge metrics
No merged PRs in 30d

Description

**Title**: Privacy statement on first installation of aksarc az cli extension

**Description**:
On first installation of aksarc az cli extension, invoking any command prints a privacy statement to stdout which makes automation a pain.

Try this:
az extension remove --name aksarc
az extension add --name aksarc --version 1.2.23 --only-show-errors
az aksarc get-versions --resource-group $resource_group --custom-location $customlocationName --only-show-errors --output json

The result contains this line before the json output: "Please see Microsoft's privacy statement for more information: https://go.microsoft.com/fwlink/?LinkId=521839"

I know this is not a bug, hence creating a feature request. Please remove this line from stdout, especially when request is to output the result in json or tsv format.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.