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 this compute to use a user-assigned identity using Python code.
You implement the following solution: Create an instance of the MLClient class.
Does this solution meet the goal?