Add az extensions to SAW
- Dominant language
- Python
- Stars
- 4.6k
- Forks
- 3.5k
- Avg merge
- 3d 2h
- Merged PRs (30d)
- 60
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"
}
]
Contributor guide
Assessment
This issue has not been assessed yet.