-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Warning when starting interactive Mode in Cloud Shell #619
Copy link
Copy link
Open
Labels
customer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues that are reported by GitHub users external to the Azure organization.extension/interactivefeature-requestThis issue requires a new behavior in the product in order be resolved.This issue requires a new behavior in the product in order be resolved.
Milestone
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
customer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues that are reported by GitHub users external to the Azure organization.extension/interactivefeature-requestThis issue requires a new behavior in the product in order be resolved.This issue requires a new behavior in the product in order be resolved.