From c19791833c1aa80cb13f0d57c1944d508c6fdd25 Mon Sep 17 00:00:00 2001 From: Saanika Gupta Date: Tue, 21 Jul 2026 15:52:44 +0530 Subject: [PATCH] test(ci): no-op comment to reproduce macos311 + apistub infra failures on clean branch --- sdk/ml/azure-ai-ml/azure/ai/ml/__init__.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/sdk/ml/azure-ai-ml/azure/ai/ml/__init__.py b/sdk/ml/azure-ai-ml/azure/ai/ml/__init__.py index 50b0c4d3ebab..5ac7d3bffbcf 100644 --- a/sdk/ml/azure-ai-ml/azure/ai/ml/__init__.py +++ b/sdk/ml/azure-ai-ml/azure/ai/ml/__init__.py @@ -121,3 +121,8 @@ def __getattr__(name: str): return requested raise AttributeError(f"module 'azure.ai.ml' has no attribute {name}") + + +# CI infrastructure repro: no-op comment change to trigger the azure-ai-ml pipeline on a clean +# branch off upstream/main, to demonstrate that the macos311 (azureml-dataprep-rslex arm64 wheel) +# and apistub (pip install timeout) check failures reproduce with zero product changes.