You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sdk/ml/azure-ai-ml/azure/ai/ml/identity/_credentials/aml_on_behalf_of.py
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -16,9 +16,10 @@ class AzureMLOnBehalfOfCredential(object):
16
16
# pylint: disable=line-too-long
17
17
"""Authenticates a user via the on-behalf-of flow.
18
18
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
0 commit comments