Azure / azure-iot-cli-extension

Azure IoT extension for Azure CLI
Other
83 stars 65 forks source link

Add failure-policy param to ADT Model Create #545

Closed avagraw closed 2 years ago

avagraw commented 2 years ago

When creating ontologies bigger than 250 models, the users can now choose to prevent the rollback when a failure happens. This can be done as passing in failure-policy parameter as 'None'. This means that if a failure occurs while creating a batch of models, the models created in previous batches will not be deleted and continue to exist on the DT instance.


This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.

Thank you for contributing to the IoT extension!

This checklist is used to make sure that common guidelines for a pull request are followed.

General Guidelines

Intent for Production

Basic expectations

Azure IoT CLI maintainers reserve the right to enforce any of the outlined expectations.

A PR is considered ready for review when all basic expectations have been met (or do not apply).