Fix Fabric native mode

This commit is contained in:
Laurent Nguyen
2025-02-10 13:53:47 +01:00
parent aff4ac2aa8
commit 40d5be6dcb
3 changed files with 10 additions and 10 deletions

View File

@@ -53,9 +53,8 @@ export enum CosmosDbArtifactType {
export interface FabricNativeDatabaseConnectionInfo {
accessToken: string;
accountName: string;
databaseName: string;
connectionString: string;
accountEndpoint: string;
}
export interface CosmosDBTokenResponse {