-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Description
Hello,
As per the item I created, I was advised to reach out to this alias to request adding the Azure CLI extension we need for SAW.
Currently, when running the az command in the Terminal App with PowerShell, we encounter the following error:
Error loading command module 'containerapp': No module named 'ctypes'
The commands below fail to execute, as they appear to be missing from the Azure CLI release on SAW:
A) az grafana
B) az kusto
The excising extensions are :
PS C:\Users\GULEVI> az extension list
[
{
"experimental": false,
"extensionType": "whl",
"name": "datafactory",
"path": "C:\Program Files\Microsoft SDKs\Azure\CLI2\Lib\site-packages\azure-cli-extensions\datafactory",
"preview": false,
"version": "1.0.3"
},
{
"experimental": false,
"extensionType": "whl",
"name": "fleet",
"path": "C:\Program Files\Microsoft SDKs\Azure\CLI2\Lib\site-packages\azure-cli-extensions\fleet",
"preview": false,
"version": "1.5.2"
},
{
"experimental": false,
"extensionType": "whl",
"name": "nsp",
"path": "C:\Program Files\Microsoft SDKs\Azure\CLI2\Lib\site-packages\azure-cli-extensions\nsp",
"preview": true,
"version": "1.0.0b3"
},
{
"experimental": false,
"extensionType": "whl",
"name": "providerhub",
"path": "C:\Program Files\Microsoft SDKs\Azure\CLI2\Lib\site-packages\azure-cli-extensions\providerhub",
"preview": true,
"version": "1.0.0b1"
}
]