Skip to content

Commit 3d17817

Browse files
committed
resolve_sensitivity_label_id
1 parent e709a18 commit 3d17817

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/sempy_labs/admin/_labels.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def bulk_set_labels(
2323
"""
2424
Sets sensitivity labels on Fabric items.
2525
26-
Note: Please use the sempy_labs.graph.list_sensitivity_labels function to retrieve label IDs.
26+
Note: Please use the sempy_labs.graph.resolve_sensitivity_label_id function to retrieve label IDs.
2727
2828
This is a wrapper function for the following API: `Labels - Bulk Set Labels <https://learn.microsoft.com/rest/api/fabric/admin/labels/bulk-set-labels>`_.
2929

src/sempy_labs/graph/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
)
2525
from ._sensitivity_labels import (
2626
list_sensitivity_labels,
27+
resolve_sensitivity_label_id,
2728
)
2829

2930
__all__ = [
@@ -46,4 +47,5 @@
4647
"update_user",
4748
"update_group",
4849
"list_sensitivity_labels",
50+
"resolve_sensitivity_label_id",
4951
]

0 commit comments

Comments
 (0)