Skip to content

Commit fd91831

Browse files
authored
Update AzureMLOboCredentials doc string (#33702)
* update doc string * update doc string
1 parent 4ef982b commit fd91831

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

sdk/ml/azure-ai-ml/azure/ai/ml/identity/_credentials/aml_on_behalf_of.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,10 @@ class AzureMLOnBehalfOfCredential(object):
1616
# pylint: disable=line-too-long
1717
"""Authenticates a user via the on-behalf-of flow.
1818
19-
This credential can only be used on `Azure Machine Learning Compute.
20-
<https://docs.microsoft.com/azure/machine-learning/concept-compute-target#azure-machine-learning-compute-managed>`_ during job execution when user request to
21-
run job during its identity.
19+
This credential can only be used on `Azure Machine Learning Compute
20+
<https://docs.microsoft.com/azure/machine-learning/concept-compute-target#azure-machine-learning-compute-managed>`_ or `Azure Machine Learning Serverless Spark Compute
21+
<https://learn.microsoft.com/en-us/azure/machine-learning/apache-spark-azure-ml-concepts#serverless-spark-compute>`_
22+
during job execution when user request to run job using its identity.
2223
"""
2324
# pylint: enable=line-too-long
2425

0 commit comments

Comments
 (0)