- cmd/submit: Add flag to ignore region mismatches between the
input/output storage containers and service (
--ignore-azure-region
).
- internal/client: Retry on failed HTTP requests.
-
cmd/wait: Return a failure exit status (non-zero) upon a failed or cancelled workflow status.
This previously would always return a success exit status (0) even if the workflow failed or was cancelled.
- Initial release.