-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"az bot msteams create" commands fails in local powershell but works in azure cloud shell #12257
Comments
I believe you are running this command in I can repro in vscode while in
You may mute it with |
This seems like a PowerShell issue PowerShell/PowerShell#11133
|
What is your system? |
Thank you @jaijitendra, I tested in PowerShell 7.0.0 again and the issue seems to be gone. [DBG]: PS C:\Users\me> $PSVersionTable
Name Value
---- -----
PSVersion 7.0.0
PSEdition Core
GitCommitId 7.0.0
OS Microsoft Windows 10.0.18363
Platform Win32NT
PSCompatibleVersions {1.0, 2.0, 3.0, 4.0…}
PSRemotingProtocolVersion 2.3
SerializationVersion 1.1.0.1
WSManStackVersion 3.0
[DBG]: PS C:\Users\me> $result = az group list --verbose
command ran in 2.633 seconds.
[DBG]: PS C:\Users\me> Another option is to turn off the warning. [DBG]: PS C:\Users\me> $ErrorActionPreference="SilentlyContinue"
[DBG]: PS C:\Users\me> $result = az group list --verbose
[DBG]: PS C:\Users\me> If the preview warning is causing problem, you may use [Core] PREVIEW: Add |
Bug:
"az bot msteams create" command fails in local PowerShell but works in azure cloud shell.
Local powershell:
az cli version : 2.0.81
Azure cloud powershell shell:
az cli version : 2.0.81
Document Details
⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
The text was updated successfully, but these errors were encountered: