-
Notifications
You must be signed in to change notification settings - Fork 66
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 CLI fails when trying to create an IoT Edge deployment #357
Comments
@foreverstupid please try upgrading your IoT extension to |
Thanks for a quick reply. And what should I do to fix the same problem in Azure DevOps pipelines? Can I somehow specify the version of such an extension there? |
You are talking about the AzureIoTEdgeV2 deployment task right? Looking at the code, there appears to be a path to use for a workaround, which is to pre-install the target |
Thank you |
Unable to create deployment for IoT Edge due to the internal error
Command Name
az iot edge deployment create Extension Name: azure-iot. Version: 0.10.6.
Errors:
To Reproduce:
Steps to reproduce the behavior. Note that argument values have been redacted, as they may contain sensitive information.
az iot edge deployment create -n {} -k {} -d {}
Expected Behavior
A new deployment has been created according to the deployment manifest.
Environment Summary
Additional Context
The problem has been occured after Az CLI upgrade. Moreover, the same problem appeared in release pipelines of Azure DevOps.
The text was updated successfully, but these errors were encountered: