Add warnings to values used in Fabric

This commit is contained in:
Laurent Nguyen 2025-04-10 15:26:51 +02:00
parent 495daaf00b
commit 184c8dbca1

View File

@ -1,16 +1,17 @@
// Data Explorer specific actions. No need to keep this in sync with the one in Portal.
// Some of the enums names are used in Fabric. Please do not rename them.
export enum Action {
CollapseTreeNode,
CreateCollection,
CreateDocument,
CreateCollection, // Used in Fabric. Please do not rename.
CreateDocument, // Used in Fabric. Please do not rename.
CreateStoredProcedure,
CreateTrigger,
CreateUDF,
DeleteCollection,
DeleteCollection, // Used in Fabric. Please do not rename.
DeleteDatabase,
DeleteDocument,
ExpandTreeNode,
ExecuteQuery,
ExecuteQuery, // Used in Fabric. Please do not rename.
HasFeature,
GetVNETServices,
InitializeAccountLocationFromResourceGroup,
@ -142,7 +143,7 @@ export enum Action {
ReadPersistedTabState,
SavePersistedTabState,
DeletePersistedTabState,
UploadDocuments,
UploadDocuments, // Used in Fabric. Please do not rename.
}
export const ActionModifiers = {