Skip to content

Releases: Azure/azure-sdk-for-python

azure-mgmt-containerservice_34.0.0

20 Jan 08:05
df22ea8
Compare
Choose a tag to compare

34.0.0 (2025-01-20)

Features Added

  • Added operation ContainerServicesOperations.begin_create_or_update
  • Added operation ContainerServicesOperations.begin_delete
  • Added operation ContainerServicesOperations.get
  • Added operation ContainerServicesOperations.list
  • Added operation ContainerServicesOperations.list_by_resource_group
  • Model NetworkProfile has a new parameter peer_vnet_id
  • Model OpenShiftManagedClusterMasterPoolProfile has a new parameter name
  • Model OpenShiftManagedClusterMasterPoolProfile has a new parameter os_type

Breaking Changes

  • Removed subfolders of some unused Api-Versions for smaller package size. If your application requires a specific and non-latest Api-Version, it's recommended to pin this package to the previous released version; If your application always only use latest Api-Version, please ignore this change.
  • Model BaseManagedCluster no longer has parameter power_state
  • Model Components1Q1Og48SchemasManagedclusterAllof1 no longer has parameter azure_portal_fqdn
  • Model Components1Q1Og48SchemasManagedclusterAllof1 no longer has parameter disable_local_accounts
  • Model Components1Q1Og48SchemasManagedclusterAllof1 no longer has parameter fqdn_subdomain
  • Model Components1Q1Og48SchemasManagedclusterAllof1 no longer has parameter http_proxy_config
  • Model Components1Q1Og48SchemasManagedclusterAllof1 no longer has parameter private_link_resources
  • Model NetworkProfile no longer has parameter management_subnet_cidr
  • Model OpenShiftManagedCluster no longer has parameter refresh_cluster
  • Model OpenShiftManagedClusterMasterPoolProfile no longer has parameter api_properties
  • Removed operation ContainerServicesOperations.list_orchestrators
  • Removed operation group FleetMembersOperations
  • Removed operation group FleetsOperations
  • Removed operation group LoadBalancersOperations
  • Removed operation group ManagedClusterSnapshotsOperations
  • Removed operation group OperationStatusResultOperations

azure-mgmt-compute_34.0.0

20 Jan 06:43
ea869d8
Compare
Choose a tag to compare

34.0.0 (2025-01-20)

Features Added

  • Model CloudServiceVaultCertificate has a new parameter is_bootstrap_certificate

Breaking Changes

  • Removed subfolders of some unused Api-Versions for smaller package size. If your application requires a specific and non-latest Api-Version, it's recommended to pin this package to the previous released version; If your application always only use latest Api-Version, please ignore this change.
  • Model Gallery no longer has parameter identity
  • Model GalleryImage no longer has parameter allow_update_image
  • Model GalleryImageFeature no longer has parameter starts_at_version
  • Model GalleryImageUpdate no longer has parameter allow_update_image
  • Model GalleryImageVersion no longer has parameter restore
  • Model GalleryImageVersion no longer has parameter validations_profile
  • Model GalleryImageVersionSafetyProfile no longer has parameter block_deletion_before_end_of_life
  • Model GalleryImageVersionUpdate no longer has parameter restore
  • Model GalleryImageVersionUpdate no longer has parameter validations_profile
  • Model GalleryList no longer has parameter security_profile
  • Model GalleryUpdate no longer has parameter identity
  • Model TargetRegion no longer has parameter additional_replica_sets
  • Model UserArtifactSettings no longer has parameter script_behavior_after_reboot
  • Removed operation group GalleryInVMAccessControlProfileVersionsOperations
  • Removed operation group GalleryInVMAccessControlProfilesOperations
  • Removed operation group SoftDeletedResourceOperation

azure-ai-projects_1.0.0b5

17 Jan 22:01
f454d84
Compare
Choose a tag to compare
Pre-release

1.0.0b5 (2025-01-17)

Features added

  • Add method .inference.get_image_embeddings_client on AIProjectClient to get an authenticated
    ImageEmbeddingsClient (from the package azure-ai-inference). You need to have azure-ai-inference package
    version 1.0.0b7 or above installed for this method to work.

Bugs Fixed

  • Fix for events dropped in streamed Agent response (see GitHub issue 39028).
  • In Agents, incomplete status thread run event is now deserialized into a ThreadRun object, during stream iteration, and invokes the correct function on_thread_run (instead of the wrong function on_unhandled_event).
  • Fix an error when calling the to_evaluator_model_config method of class ConnectionProperties. See new input
    argument include_credentials.

Breaking Changes

azure-monitor-query_1.4.1

14 Jan 22:56
11c6946
Compare
Choose a tag to compare

1.4.1 (2025-01-14)

Other Changes

  • Internal updates for linting and typing improvements.

azure-monitor-opentelemetry-exporter_1.0.0b33

14 Jan 20:45
75a1aa9
Compare
Choose a tag to compare

1.0.0b33 (2025-01-14)

Features Added

  • Implement live metrics filtering for metrics
    (#37998)
  • Add applying filter/validating filter logic to live metrics filtering
    (#38451)
  • Implement live metrics filtering for docs
    (#38925)
  • Implement live metrics + filtering for span event exceptions
    (#39168)

Bugs Fixed

  • Detect live metrics usage during runtime in addition to on startup
    (#37694)
  • Remove status code 206 from retry code + only count batch level for statsbeat
    (#38647)

Other Changes

  • Refactored live metrics filtering modules
    (#38837)

azure-ai-inference_1.0.0b7

15 Jan 01:06
f03f27a
Compare
Choose a tag to compare
Pre-release

1.0.0b7 (2025-01-15)

Features Added

  • Added a client for Image Embeddings, named ImageEmbeddingsClient. See package README.md and new samples.
  • Added support for Chat Completions response message in JSON format that adheres to a given JSON schema. Also known
    as "structured output". See new samples sample_chat_completions_with_structured_output.py and
    sample_chat_completions_with_structured_output_pydantic.py.
  • Made input argument content a positional argument (in addition to keyword argument), in the constructors of
    UserMessage, SystemMessage, AssistantMessage and ToolMessage. For example, you no longer need to write
    UserMessage(content="my message"). Simply write UserMessage("my message"). All samples were updated accordingly.

Breaking Changes

  • If you previously configured your ChatCompletionClient.complete() call to output JSON format without a scheme, you have this in your code: response_format=ChatCompletionsResponseFormatJSON(). To maintain the same functionality, replace this with response_format="json-object". We however recommend that you now switch to output JSON format with a provided schema if your AI model supports it: response_format=JsonSchemaFormat(...).

Bugs Fixed

  • Fix a bug that would cause an error when tracing was enabled and azure-core-tracing-opentelemetry was not installed and asynchronous chat completion was used.
  • Enforce distinct timestamps on prompt and completion tracing events to preserve the order for chat history.

azure-search-documents_11.6.0b9

14 Jan 16:51
898a0be
Compare
Choose a tag to compare
Pre-release

11.6.0b9 (2025-01-14)

Bugs Fixed

  • Exposed @search.document_debug_info in the search results.

azure-ai-ml_1.24.0

20 Jan 04:55
e41915a
Compare
Choose a tag to compare

1.24.0 (2025-01-07)

Bugs Fixed

  • Fixed disableLocalAuthentication handling while creating amlCompute
  • Fixed model download issue

azure-ai-ml_1.23.1

07 Jan 10:40
ca8dd26
Compare
Choose a tag to compare

1.23.1 (2025-01-07)

Bugs Fixed

  • Removed marshmallow _T reference.

azure-appconfiguration-provider_2.0.0

07 Jan 23:41
5c5bed4
Compare
Choose a tag to compare

2.0.0 (2025-01-06)

Features Added

  • Added support for load balancing between replicas.
  • Added support for adding telemetry information to feature flags.