Azure Subscription Page and another azdata change (#11877)

* Azure subscription page

* .
This commit is contained in:
Amir Omidi
2020-08-20 10:23:48 -07:00
committed by GitHub
parent 9861ca77e0
commit bcce80094d
6 changed files with 145 additions and 5 deletions

2
src/sql/azdata.d.ts vendored
View File

@@ -2735,7 +2735,7 @@ declare module 'azdata' {
export interface FormComponent<T extends Component = Component> {
component: T;
title: string;
title?: string;
actions?: Component[];
required?: boolean;
}