Skip to content

azure-ai-ml_1.14.0

Compare
Choose a tag to compare
@azure-sdk azure-sdk released this 11 Mar 22:29
fb464f8

1.14.0 (2024-03-11)

Features Added

  • Remove experimental tag for ml_client.jobs.validate.
  • Workspace Connection has new read-only subclass: AzureBlobStoreWorkspaceConnectionSchema.
  • Workspace Connection supports 2 new types under main class: gen 2 and azure_one_lake.
  • Workspace Connection LIST operation can return data connections via new optional flag: include_data_connections.

Bugs Fixed

  • Fix pipeline job outputs not load correctly when component: <local-file> exists in pipeline job yaml.
  • Workspace ListKey operation serialization issue fixed.
  • Workspace Diagnose result now can be print in to Json format.

Other Changes

  • Support for Python 3.12