Ultimate access to all questions.
You are managing an Azure Machine Learning workspace with a development environment configured to use 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.
Proposed solution: Initialize the DefaultAzureCredential
class.
Does this solution meet the goal?