Skip to content

Commit

Permalink
Add env variable to warn customers (#374)
Browse files Browse the repository at this point in the history
* Update tools.Dockerfile

* Update linux/tools.Dockerfile

Co-authored-by: Yishi Wang <yishiwang@microsoft.com>

---------

Co-authored-by: Yishi Wang <yishiwang@microsoft.com>
  • Loading branch information
darrentu and evelyn-ys authored Jan 31, 2024
1 parent d58f4fa commit e56ebe9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions linux/tools.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -71,5 +71,7 @@ RUN ln -s /usr/bin/node /usr/bin/nodejs
# Add dotnet tools to PATH so users can install a tool using dotnet tools and can execute that command from any directory
ENV PATH ~/.local/bin:~/bin:~/.dotnet/tools:$PATH

ENV AZURE_CLIENTS_SHOW_SECRETS_WARNING True

# Set AZUREPS_HOST_ENVIRONMENT
ENV AZUREPS_HOST_ENVIRONMENT cloud-shell/1.0

0 comments on commit e56ebe9

Please sign in to comment.