Skip to content

Conversation

@JennyPng
Copy link
Member

@JennyPng JennyPng commented Jan 7, 2026

closes #44223

  • Uses CSV as source of truth for latest package versions and new packages
  • Bumps release date in conda_env.yml
  • Updates conda-sdk-client.yml versions
  • Creates new meta.yaml files for new data plane services
  • Update azure-mgmt/meta.yaml for new mgmt packages
  • Updates existing release logs and creates new release logs for new services

TODO relies on new pyproject.toml section for every SDK package to determine whether packages are grouped together for release, or released individually

Open questions:

  • a few uncertain spots are marked with # TODOs
  • ^ a key uncertainty is accuracy in generating content of data plane meta.yaml file content in generate_data_plane_meta_yaml()

@github-actions
Copy link

github-actions bot commented Jan 10, 2026

API Change Check

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

azure-communication-chat
azure-communication-identity
azure-communication-rooms

if not conda_config:
if parsed.is_stable_release():
# TODO raise something
logger.warning(
Copy link
Member

@scbedd scbedd Jan 14, 2026

Choose a reason for hiding this comment

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

We will do a onetime update across the entire repo right? IMO raise early. I see the todo 😆 but lets make this a hard error. Just disallow folks from merging PRs that don't have the conda config.

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.

Create Update Script to Sync Package Versions

2 participants