Address Secure enclaves feedback to show required indicator optionally (#22428)

This commit is contained in:
Cheena Malhotra
2023-03-24 09:57:32 -07:00
committed by GitHub
parent ad6c202e34
commit d5c495f05a
6 changed files with 84 additions and 20 deletions

View File

@@ -614,6 +614,13 @@ declare module 'azdata' {
* Action to be taken, Supported values: 'show', 'hide'.
*/
action: string;
/**
* Whether or not the option should be set to required when visible. Defaults to false.
* NOTE: Since this is dynamically defined, option values are not updated on 'show' and validation is not performed.
* When set to true, providers must handle property validation.
*/
required?: boolean;
}
// Object Explorer interfaces --------------------------------