mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Make 'Script to notebook' consistent with 'Deploy' when user cancels during password re-acquisition for controller (#13557)
This commit is contained in:
@@ -5,6 +5,14 @@
|
||||
declare module 'resource-deployment' {
|
||||
import * as azdata from 'azdata';
|
||||
|
||||
export const enum ErrorType {
|
||||
userCancelled,
|
||||
}
|
||||
|
||||
export interface ErrorWithType extends Error {
|
||||
readonly type: ErrorType;
|
||||
}
|
||||
|
||||
export const enum extension {
|
||||
name = 'Microsoft.resource-deployment'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user