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 with Python code.
Proposed solution: Initialize the DefaultAzureCredential
class.
Does this solution meet the goal?