Skip to content

Updated release date in changelog#47431

Open
Chakradhar886 wants to merge 5 commits into
mainfrom
release/azure-ai-ml/1.34.0
Open

Updated release date in changelog#47431
Chakradhar886 wants to merge 5 commits into
mainfrom
release/azure-ai-ml/1.34.0

Conversation

@Chakradhar886

Copy link
Copy Markdown
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.

PratibhaShrivastav18 and others added 2 commits June 3, 2026 12:59
* Fix DT operations: URL path, API version, create URL, endpoint resolution, LRO handling, and Index compatibility

- Restclient: use /genericasset/v2.0/ path and 2026-05-01-preview API version (required by DT service)
- Fix create URL: add missing 'deploymenttemplates' segment in request builder
- Fix _get_registry_endpoint: remove recursive self._service_client call, use self._credential directly
- Fix create_or_update: use polling=False to avoid LRO hang, fetch result via get()
- Index operations: override base URL to /genericasset/ and pin api_version=2024-04-01-preview (Index service doesn't support v2.0 path)

* Fix DT type field: always use 'deploymenttemplates' in REST body to match service route validation

* Fix pylint: line-too-long and unused-variable in _deployment_template_operations.py

* Fix black formatting in _index_operations.py

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.

Pull request overview

This PR updates the azure-ai-ml package changelog to mark version 1.34.0 as released by replacing the “unreleased” marker with the release date 2026-06-10.

Changes:

  • Updated the 1.34.0 changelog header from (unreleased) to (2026-06-10).

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants