Skip to content

Commit 6e13fad

Browse files
authoredJul 25, 2024
Adding SqlDbFabric engine edition number (#17947)
1 parent a3c5140 commit 6e13fad

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎typings/vscode-mssql.d.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,8 @@ declare module 'vscode-mssql' {
228228
SqlDataWarehouse = 6,
229229
SqlStretchDatabase = 7,
230230
SqlManagedInstance = 8,
231-
SqlOnDemand = 11
231+
SqlOnDemand = 11,
232+
SqlDbFabric = 12
232233
}
233234

234235
/**

0 commit comments

Comments
 (0)
Please sign in to comment.