organization · inferred from evidence
microsoft
The organization maintaining the Semantic Kernel repository.
- Semantic Kernel .NET can't call Azure OpenAI o1/o3-mini: Model o1 is enabled only for api versions...
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_
- Semantic Kernel Python + Azure OpenAI o3: Unsupported parameter max_tokens, use max_completion_tokens
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 `AzureChatPromptExecut
- NuGetCommand@2 regression: the nuget command failed with exit code(null)
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 y
- Azure DevOps IIS deploy fails: Unrecognized argument 'Files\IIS\Microsoft'
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 whe
- AzureFileCopy@6: Auto-login with PowerShell context fails
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