Ultimate access to all questions.
You manage an Azure Machine Learning workspace using Python SDK v2 in Azure Machine Learning Notebooks. A Synapse Spark Compute is currently attached and uses a system-assigned identity. You need to update the Synapse Spark Compute to use a user-assigned identity using Python code.
Proposed Solution: Create an instance of the MLClient class.
Does the solution meet the goal?