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
Remove deprecated options that have been replaced by IoHost
functionality:
- Remove `requireApproval` from DeployOptions (deprecated)
- Remove `ci` and `progress` from DeployOptions (deprecated)
- Remove `ci` from DestroyOptions (deprecated)
- Remove related usage in toolkit.ts implementation
BREAKING CHANGE: Removes previously deprecated options from toolkit
actions. From `DeployOptions`, removed the options `requireApproval`,
`ci` and `progress`. From `DestroyOptions`, removed the option `ci`. All
removed options were previously deprecated and had no functional effect.
Instead you should implement desired functionality in your `IIoHost`
implementation.
---
By submitting this pull request, I confirm that my contribution is made
under the terms of the Apache-2.0 license
0 commit comments