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.
0 commit comments