Service Fabric Mesh is the Service Fabric's serverless offering to enable developers to deploy containerized applications without managing infrastructure. Service Fabric Mesh , aka project “SeaBreeze” is currently available in private preview. This repository will be used for tracking bugs/feature requests as GitHub issues and for maintaining the latest documentation.
MIT License
82
stars
13
forks
source link
Linux : az tool gives stack error on each command #185
After running any az command, I see a stack trace. This is bad experience for tooling.
asnegi@asnegi-vm ~/mesh $ <run any az comand>
asnegi@asnegi-vm ~/mesh $ Traceback (most recent call last):
File "/opt/az/lib/python3.6/site-packages/azure/cli/core/telemetry_upload.py", line 24, in <module>
import azure.cli.core.decorators as decorators
ModuleNotFoundError: No module named 'azure.cli'
After running any
az
command, I see a stack trace. This is bad experience for tooling.