Skip to content

Conversation

@kashifkhan
Copy link
Member

Description

Please add an informative description that covers that changes made by the pull request and link all relevant issues.

If an SDK is being regenerated based on a new API spec, a link to the pull request containing these API spec changes should be included above.

All SDK Contribution checklist:

  • The pull request does not introduce [breaking changes]
  • CHANGELOG is updated for new features, bug fixes or other significant changes.
  • I have read the contribution guidelines.

General Guidelines and Best Practices

  • Title of the pull request is clear and informative.
  • There are a small number of commits, each of which have an informative message. This means that previously merged commits do not appear in the history of the PR. For more information on cleaning up the commits in your PR, see this page.

Testing Guidelines

  • Pull request includes test coverage for the included changes.

@github-actions
Copy link

github-actions bot commented Jan 26, 2026

API Change Check

APIView identified API level changes in this PR and created the following API reviews

azure-containerregistry

@kashifkhan kashifkhan marked this pull request as ready for review January 28, 2026 21:09
Copilot AI review requested due to automatic review settings January 28, 2026 21:09
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR represents a major regeneration of the Azure Container Registry SDK from AutoRest to TypeSpec-based code generation. The changes include:

Changes:

  • Migration from setup.py to pyproject.toml for package configuration
  • Regeneration of all generated code using TypeSpec
  • Parameter name changes in generated clients (url → endpoint)
  • Updated serialization/deserialization infrastructure
  • Breaking change: Python minimum version increased from 3.8 to 3.9

Reviewed changes

Copilot reviewed 51 out of 53 changed files in this pull request and generated 6 comments.

Show a summary per file
File Description
tsp-location.yaml New TypeSpec configuration file (contains placeholder values)
pyproject.toml Replaces setup.py with modern packaging configuration
setup.py Deleted - migrated to pyproject.toml
_generated/* Complete regeneration of generated code with new generator
_models.py Updated type annotations to Optional for various properties
*_client.py Updated to use new generated client with endpoint parameter
tests/* Updated mocks to match new generated code structure
samples/* Updated snippet markers and added type: ignore comments

@kashifkhan
Copy link
Member Author

/azp run python-containerregistry-ci

@azure-pipelines
Copy link

No pipelines are associated with this pull request.

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

Projects

Status: No status

Development

Successfully merging this pull request may close these issues.

1 participant