Skip to content

[Release] Update index.json for extension [ content-understanding-0.1.0b1 ] - #10330

Open
Chien Yuan Chang (chienyuanchang) wants to merge 1 commit into
Azure:mainfrom
chienyuanchang:content-understanding-0.1.0b1
Open

[Release] Update index.json for extension [ content-understanding-0.1.0b1 ]#10330
Chien Yuan Chang (chienyuanchang) wants to merge 1 commit into
Azure:mainfrom
chienyuanchang:content-understanding-0.1.0b1

Conversation

@chienyuanchang

@chienyuanchang Chien Yuan Chang (chienyuanchang) commented Sep 12, 2026

Copy link
Copy Markdown
Member

🤖 PR Validation — ️✔️ All clear

Breaking Changes
️✔️ None

Adds the first preview release of the Azure Content Understanding extension to the public Azure CLI extension index.

About Azure Content Understanding

Azure Content Understanding is a Microsoft Foundry service that uses generative AI to process unstructured documents, images, audio, and video into structured JSON or Markdown. It supports prebuilt and custom analyzers for content extraction, classification, and schema-based field extraction.

This preview extension exposes Content Understanding workflows through az cu, including analyzing files and URLs, managing analyzers and profiles, checking resource readiness, and generating Microsoft Foundry infrastructure. The extension source is maintained in Azure/content-understanding-toolkit.

Wheel: https://github.com/Azure/content-understanding-toolkit/releases/download/content-understanding-v0.1.0b1/content_understanding-0.1.0b1-py3-none-any.whl

Related command

az cu

Validation

  • Generated the index entry with azdev extension update-index
  • Ran python scripts/ci/test_index.py -q locally (9 passed, 2 CI-only skipped)
  • Validated external source URL policy
  • Validated JSON syntax and whitespace
  • Verified wheel SHA-256: 25f49ca1c67cd7a38f70e52e6fc4a22a9abba07665db24918cd82d611df79bda
  • Installed the published wheel and loaded az cu --help
  • Extension version conforms to the extension version schema
  • Extension summary conforms to the Extension Summary Guidelines

azdev style is not applicable because this PR adds an externally maintained release to the index and does not include extension source code.

@azure-client-tools-bot-prd

Copy link
Copy Markdown

Hi Chien Yuan Chang (@chienyuanchang),
Please write the description of changes which can be perceived by customers into HISTORY.rst.
If you want to release a new extension version, please update the version in pyproject.toml (or setup.py, if the extension has not migrated yet) as well.

@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines:
There may be pipelines that require an authorized user to comment /azp run to run.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🟢 Approval recommended

No unresolved review issues were identified.

Pull request overview

Adds the first preview release of the Azure Content Understanding CLI extension to the public index.

Changes:

  • Registers version 0.1.0b1 and release metadata.
  • Adds wheel URL, dependencies, and verified SHA-256 digest.
File summaries
File Description
src/index.json Adds the Content Understanding extension release entry.
Review details
  • Files reviewed: 1/1 changed files
  • Comments generated: 0
  • Review effort level: Lite

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

@yonzhan

Copy link
Copy Markdown
Collaborator

/azp run

@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines:
Successfully started running 2 pipeline(s).

@chienyuanchang

Copy link
Copy Markdown
Member Author

Thank you for triggering the CI checks. Two validation jobs exposed the same packaging issue.

The extension directly imports azure.ai.contentunderstanding, but version 0.1.0b1 relied on the SDK being installed transitively through cu-cli-core. Our local and repository CI environments already had that transitive dependency available, which masked the missing direct dependency. The Azure CLI external-extension validation installs the published wheel in a cleaner environment and exposed the issue.

We are updating the extension to declare azure-ai-contentunderstanding>=1.2.0b3 directly. Because 0.1.0b1 is already published and immutable, we plan to release the correction as 0.1.0b2 on September 14, 2026, then update this PR with the new wheel URL, checksum, and generated metadata.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants