{Cognitive Services} Pin azure-mgmt-cognitiveservices to 15.0.0b4 for Compute operations support - #33870
Merged
Ethan Yang (necusjz) merged 3 commits intoAug 11, 2026
Conversation
|
Azure Pipelines: There may be pipelines that require an authorized user to comment /azp run to run. |
Contributor
There was a problem hiding this comment.
Pull request overview
Pins the azure-mgmt-cognitiveservices SDK dependency to a specific beta version so Azure CLI can continue to surface Cognitive Services Compute (private preview) operations that are removed from the stable SDK release line.
Changes:
- Change
azure-mgmt-cognitiveservicesrequirement from a compatible-range specifier (~=) to an exact pin (==15.0.0b4). - Add an inline comment explaining why the SDK is pinned.
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Member
|
/azp run |
|
Azure Pipelines: Successfully started running 3 pipeline(s). |
Member
|
/azp run |
|
Azure Pipelines: Successfully started running 3 pipeline(s). |
saanikaguptamicrosoft
force-pushed
the
saanika/pin-sdk
branch
from
August 10, 2026 06:30
abb2bd6 to
04d7504
Compare
Member
|
/azp run |
|
Azure Pipelines: Successfully started running 3 pipeline(s). |
Collaborator
|
Cognitive Services |
Ethan Yang (necusjz)
approved these changes
Aug 11, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🤖 PR Validation — ️✔️ All clear
Related command
Refer: #33759
Description
Related SDK PR: Azure/azure-sdk-for-python#48412 (comment)
Once this SDK PR is merged and released, the CLI would start pulling stable version of SDK which is 15.0.0.
Compute is currently in Private Preview. And azure-mgmt-cognitiveservices 15.0.0b4 supports it. But stable version of this SDK has removed these operations as the latest API version has removed it - cp
Until Compute is released in the GA API version, we will need to pin to beta version of the SDK to continue vending out compute operations from azure-cli.
Testing Guide
Refer: #33759
History Notes
This checklist is used to make sure that common guidelines for a pull request are followed.
The PR title and description has followed the guideline in Submitting Pull Requests.
I adhere to the Command Guidelines.
I adhere to the Error Handling Guidelines.