Updated release date in changelog#47431
Open
Chakradhar886 wants to merge 5 commits into
Open
Conversation
* 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
Contributor
There was a problem hiding this comment.
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.0changelog header from(unreleased)to(2026-06-10).
novaturient95
approved these changes
Jun 10, 2026
Updated CHANGELOG.md to reflect fixes in version 1.34.0.
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
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:
General Guidelines and Best Practices
Testing Guidelines