diff --git a/utils/index.d.ts b/utils/index.d.ts index 3fe0ec0d5b..ba397d2b82 100644 --- a/utils/index.d.ts +++ b/utils/index.d.ts @@ -727,7 +727,7 @@ export interface IActionContext { * Provides additional functionality to support wizards, grouping, 'recently used', telemetry, etc. * For more information, see the docs on each method and on each `options` object */ - ui: IAzureUserInput & { isTesting?: boolean }; + ui: IAzureUserInput; /** * Add a value to mask for this action