We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe58315 commit 826c27eCopy full SHA for 826c27e
sdk/ml/azure-ai-ml/azure/ai/ml/_ml_client.py
@@ -372,7 +372,11 @@ def __init__(
372
373
self._service_client_07_2024_preview = ServiceClient072024Preview(
374
credential=self._credential,
375
- subscription_id=self._operation_scope._subscription_id,
+ subscription_id=(
376
+ self._ws_operation_scope._subscription_id
377
+ if registry_reference
378
+ else self._operation_scope._subscription_id
379
+ ),
380
base_url=base_url,
381
**kwargs,
382
)
0 commit comments