Releases: Azure/azure-sdk-for-python
Releases · Azure/azure-sdk-for-python
azure-mgmt-redis_14.5.0
14.5.0 (2025-01-20)
Features Added
- Model
RedisCommonPropertiesadded propertyzonal_allocation_policy - Model
RedisCreateParametersadded propertyzonal_allocation_policy - Model
RedisCreatePropertiesadded propertyzonal_allocation_policy - Model
RedisPropertiesadded propertyzonal_allocation_policy - Model
RedisResourceadded propertyzonal_allocation_policy - Model
RedisUpdateParametersadded propertyzonal_allocation_policy - Model
RedisUpdatePropertiesadded propertyzonal_allocation_policy - Added enum
ZonalAllocationPolicy
azure-mgmt-eventhub_11.2.0
11.2.0 (2025-01-20)
Features Added
- Added operation NamespacesOperations.begin_failover
- Model EHNamespace has a new parameter geo_data_replication
- Model Eventhub has a new parameter identifier
- Model Eventhub has a new parameter message_timestamp_description
- Model RetentionDescription has a new parameter min_compaction_lag_in_mins
azure-mgmt-containerservice_34.0.0
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
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
1.0.0b5 (2025-01-17)
Features added
- Add method
.inference.get_image_embeddings_clientonAIProjectClientto 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 functionon_unhandled_event). - Fix an error when calling the
to_evaluator_model_configmethod of classConnectionProperties. See new input
argumentinclude_credentials.
Breaking Changes
submit_tool_outputs_to_runreturnsNoneinstead ofThreadRun(see GitHub issue 39028).
azure-monitor-query_1.4.1
1.4.1 (2025-01-14)
Other Changes
- Internal updates for linting and typing improvements.
azure-monitor-opentelemetry-exporter_1.0.0b33
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
206from retry code + only count batch level for statsbeat
(#38647)
Other Changes
- Refactored live metrics filtering modules
(#38837)
azure-ai-inference_1.0.0b7
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 samplessample_chat_completions_with_structured_output.pyand
sample_chat_completions_with_structured_output_pydantic.py. - Made input argument
contenta positional argument (in addition to keyword argument), in the constructors of
UserMessage,SystemMessage,AssistantMessageandToolMessage. For example, you no longer need to write
UserMessage(content="my message"). Simply writeUserMessage("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 withresponse_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
11.6.0b9 (2025-01-14)
Bugs Fixed
- Exposed
@search.document_debug_infoin the search results.
azure-ai-ml_1.24.0
1.24.0 (2025-01-07)
Bugs Fixed
- Fixed disableLocalAuthentication handling while creating amlCompute
- Fixed model download issue