Azure / Azure/azure-cli-extensions
Warning when starting interactive Mode in Cloud Shell
Open
customer-reported
extension/interactive
feature-request
- Dominant language
- Python
- Stars
- 454
- Forks
- 1.7k
- Avg merge
- 2d 19h
- Merged PRs (30d)
- 64
Description
**Description**
When using Azure Cloud Shell, starting Azure Interactive Mode raises a warning "YAMLLoadWarning".
The complete error message is the following :
> YAMLLoadWarning calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details.
> help_entry = yaml.load(help_yaml)
>
**To Reproduce**
- Go to https://shell.azure.com PowerShell
- Run the command `az interactive`
**Expected behavior**
No warning
Contributor guide
Assessment
This issue has not been assessed yet.