Skip to content

Commit

Permalink
update naming
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kovalsky committed Feb 4, 2025
1 parent 9fdd41c commit 4210f7e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/sempy_labs/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
list_kql_dashboards,
create_kql_dashboard,
delete_kql_dashboard,
create_workspace_montiring_dashboard,
create_workspace_monitoring_dashboard,
)
from sempy_labs._graphQL import (
list_graphql_apis,
Expand Down Expand Up @@ -520,5 +520,5 @@
"list_kql_dashboards",
"create_kql_dashboard",
"delete_kql_dashboard",
"create_workspace_montiring_dashboard",
"create_workspace_monitoring_dashboard",
]
2 changes: 1 addition & 1 deletion src/sempy_labs/_kql_dashboards.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ def create_kql_dashboard(
)


def create_workspace_montiring_dashboard(
def create_workspace_monitoring_dashboard(
name: str = "Fabric Workspace Monitoring Dashboard",
workspace: Optional[str | UUID] = None,
):
Expand Down

0 comments on commit 4210f7e

Please sign in to comment.