[ContentUnderstanding] Bump version to 1.1.0 — expose usage property on pollers#46419
Merged
Conversation
chienyuanchang
requested review from
bojunehsu,
changjian-wang and
yungshinlintw
as code owners
April 20, 2026 19:31
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the azure-ai-contentunderstanding package metadata to reflect that exposing usage on the analyze pollers is a new feature, warranting a minor version bump.
Changes:
- Bump package version from
1.0.2to1.1.0. - Reclassify the
usagepoller addition inCHANGELOG.mdfrom “Bugs Fixed” to “Features Added”. - Update the README’s SDK-version-to-service-version table to
1.1.0.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| sdk/contentunderstanding/azure-ai-contentunderstanding/azure/ai/contentunderstanding/_version.py | Updates the dynamically-sourced package version to 1.1.0. |
| sdk/contentunderstanding/azure-ai-contentunderstanding/README.md | Updates the SDK version table entry to match 1.1.0. |
| sdk/contentunderstanding/azure-ai-contentunderstanding/CHANGELOG.md | Renames the unreleased/recent header to 1.1.0 and moves the entry under “Features Added”. |
bojunehsu
approved these changes
Apr 20, 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.
Description
Bumps
azure-ai-contentunderstandingfrom 1.0.2 to 1.1.0 and recategorizes the changelog entry as Features Added (was incorrectly listed as Bugs Fixed in PR #46278).Adding a new
usageproperty toAnalyzeLROPoller/AnalyzeAsyncLROPolleris a new feature, not a bug fix, so it warrants a minor version bump.Changes
_version.py:1.0.2→1.1.0CHANGELOG.md: Version header updated to1.1.0; entry moved from "Bugs Fixed" to "Features Added"README.md: SDK version table updated to1.1.0Follows up on #46278 which introduced the
usageproperty.All SDK Contribution checklist:
General Guidelines and Best Practices
Testing Guidelines
usageproperty.