File tree Expand file tree Collapse file tree 4 files changed +422
-98
lines changed Expand file tree Collapse file tree 4 files changed +422
-98
lines changed Original file line number Diff line number Diff line change 55 list_sql_endpoints ,
66 refresh_sql_endpoint_metadata ,
77)
8- from ._variable_libraries import (
9- list_variable_libraries ,
10- delete_variable_library ,
11- )
128from ._kusto import (
139 query_kusto ,
1410 query_workspace_monitoring ,
596592 "query_workspace_monitoring" ,
597593 "list_environments" ,
598594 "list_tags" ,
599- "list_variable_libraries" ,
600- "delete_variable_library" ,
601595 "create_vpax" ,
602596 "update_semantic_model_refresh_schedule" ,
603597 "apply_tags" ,
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ from ._functions import (
2+ get_variable_library ,
3+ list_variables ,
4+ list_variable_libraries ,
5+ delete_variable_library ,
6+ get_variable_library_definition ,
7+ get_variable_values ,
8+ get_variable_value ,
9+ )
10+
11+ __all__ = [
12+ "get_variable_library" ,
13+ "list_variables" ,
14+ "list_variable_libraries" ,
15+ "delete_variable_library" ,
16+ "get_variable_library_definition" ,
17+ "get_variable_values" ,
18+ "get_variable_value" ,
19+ ]
You can’t perform that action at this time.
0 commit comments