You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For updating a deployment, how we can update the deployment using createOrUpdateDeploymentWithResponse() ?
I could not get any example, nor the document specify what part of the deployment can be updated? is this API allows user to retry or cancel a deployment? If yes, then what is the format of the request needed? does setting the flags to true in the request is enough?
* isCanceled: Boolean (Optional)
* isRetried: Boolean (Optional)
The text was updated successfully, but these errors were encountered:
ranjith-t
changed the title
[Technical Question] How to we update a deployment using createOrUpdateDeploymentWithResponse API?
[Technical Question] How can we update a deployment using createOrUpdateDeploymentWithResponse API?
May 20, 2024
You may have filed this issue in the wrong repo. We don't have a createOrUpdateDeploymentWithResponse API in the IoT hub or DPS clients that live in this repo.
For updating a deployment, how we can update the deployment using createOrUpdateDeploymentWithResponse() ?
I could not get any example, nor the document specify what part of the deployment can be updated? is this API allows user to retry or cancel a deployment? If yes, then what is the format of the request needed? does setting the flags to true in the request is enough?
* isCanceled: Boolean (Optional)
* isRetried: Boolean (Optional)
The text was updated successfully, but these errors were encountered: