The o1/o3-mini models need Azure OpenAI API version 2024-12-01-preview or later. The workaround in the thread is a custom HttpClient handler (AzureOverrideHandler) passed to the connector to override the API version (and the max_completion_tokens limitation). The upstream fix arrived in Azure.AI.Ope…
Configure `max_completion_tokens` instead of `max_tokens`: in SK Python, `OpenAIChatPromptExecutionSettings` (the base class for OpenAI prompt execution settings) has a `max_completion_tokens` attribute, and the child `AzureChatPromptExecutionSettings` adds `extra_body` if needed. Setting that value…
Pin NuGetCommand@2 back to 2.238.1 as an immediate fix: builds go green again. The task team fixed the regression in 2.253.0, which became the new default; the reporter confirmed 2.253.0 works. Remove the pin once 2.253.0 is rolled out to your org. Source: https://github.com/microsoft/azure-pipeline…
Uninstall Web Deploy from the target server (via Apps & Features) and let the pipeline agent use its own bundled version: multiple reporters confirmed deployments succeed after removing Web Deploy v3.6/v4 from the machine. This surfaced when the agent updated and clashed with the pre-installed Web D…
Argo CD needed a newer golang.org/x/crypto to negotiate rsa-sha2-256/512 with Azure DevOps. The fix shipped in patch releases: upgrade to 2.10.9, 2.9.14, or 2.8.18 (matching your minor line) and repo-server pulls work again through the brownouts. Multiple users verified the fix against live Azure br…
The task team shipped a fix for this in the AzureFileCopy task itself (deployed to all rings): make sure you are on a task version newer than the one referenced in the fix PR. If you cannot pick up the new task version, pin the Az.Accounts PowerShell module to a pre-5.x version on the agent as a wor…
The o1/o3-mini models need Azure OpenAI API version 2024-12-01-preview or later. The workaround in the thread is a custom HttpClient handler (AzureOverrideHandler) passed to the connector to override the API version (and the max_completion_tokens limitation). The upstream fix arrived in Azure.AI.Ope…
Configure `max_completion_tokens` instead of `max_tokens`: in SK Python, `OpenAIChatPromptExecutionSettings` (the base class for OpenAI prompt execution settings) has a `max_completion_tokens` attribute, and the child `AzureChatPromptExecutionSettings` adds `extra_body` if needed. Setting that value…
Pin NuGetCommand@2 back to 2.238.1 as an immediate fix: builds go green again. The task team fixed the regression in 2.253.0, which became the new default; the reporter confirmed 2.253.0 works. Remove the pin once 2.253.0 is rolled out to your org. Source: https://github.com/microsoft/azure-pipeline…
Uninstall Web Deploy from the target server (via Apps & Features) and let the pipeline agent use its own bundled version: multiple reporters confirmed deployments succeed after removing Web Deploy v3.6/v4 from the machine. This surfaced when the agent updated and clashed with the pre-installed Web D…
Argo CD needed a newer golang.org/x/crypto to negotiate rsa-sha2-256/512 with Azure DevOps. The fix shipped in patch releases: upgrade to 2.10.9, 2.9.14, or 2.8.18 (matching your minor line) and repo-server pulls work again through the brownouts. Multiple users verified the fix against live Azure br…
The task team shipped a fix for this in the AzureFileCopy task itself (deployed to all rings): make sure you are on a task version newer than the one referenced in the fix PR. If you cannot pick up the new task version, pin the Az.Accounts PowerShell module to a pre-5.x version on the agent as a wor…