Releases: Azure/azure-sdk-for-python
Releases · Azure/azure-sdk-for-python
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
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
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.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
andToolMessage
. 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_info
in the search results.
azure-ai-ml_1.23.1
1.23.1 (2025-01-07)
Bugs Fixed
- Removed marshmallow _T reference.
azure-appconfiguration-provider_2.0.0
2.0.0 (2025-01-06)
Features Added
- Added support for load balancing between replicas.
- Added support for adding telemetry information to feature flags.
azure-mgmt-cosmosdb_10.0.0b5
10.0.0b5 (2024-12-23)
Features Added
- Model
CommandPostBody
added propertyreadwrite
- Model
ErrorResponse
added propertyerror
- Model
ErrorResponseAutoGenerated
added propertycode
- Model
ErrorResponseAutoGenerated
added propertymessage
- Model
IndexingPolicy
added propertyvector_indexes
- Model
RestorableSqlContainerPropertiesResourceContainer
added propertyvector_embedding_policy
- Model
SqlContainerGetPropertiesResource
added propertyvector_embedding_policy
- Model
SqlContainerResource
added propertyvector_embedding_policy
- Model
ThroughputSettingsGetPropertiesResource
added propertythroughput_buckets
- Model
ThroughputSettingsResource
added propertythroughput_buckets
- Added model
CommandAsyncPostBody
- Added enum
DistanceFunction
- Added model
PermissionAutoGenerated
- Added model
TableRoleAssignmentListResult
- Added model
TableRoleAssignmentResource
- Added model
TableRoleDefinitionListResult
- Added model
TableRoleDefinitionResource
- Added model
ThroughputBucketResource
- Added enum
VectorDataType
- Added model
VectorEmbedding
- Added model
VectorEmbeddingPolicy
- Added model
VectorIndex
- Added enum
VectorIndexType
- Operation group
TableResourcesOperations
added methodbegin_create_update_table_role_assignment
- Operation group
TableResourcesOperations
added methodbegin_create_update_table_role_definition
- Operation group
TableResourcesOperations
added methodbegin_delete_table_role_assignment
- Operation group
TableResourcesOperations
added methodbegin_delete_table_role_definition
- Operation group
TableResourcesOperations
added methodget_table_role_assignment
- Operation group
TableResourcesOperations
added methodget_table_role_definition
- Operation group
TableResourcesOperations
added methodlist_table_role_assignments
- Operation group
TableResourcesOperations
added methodlist_table_role_definitions
Breaking Changes
- Model
CommandPostBody
deleted or renamed its instance variableread_write
- Model
ErrorResponse
deleted or renamed its instance variablecode
- Model
ErrorResponse
deleted or renamed its instance variablemessage
- Model
ErrorResponseAutoGenerated
deleted or renamed its instance variableerror
azure-mgmt-network_28.1.0
28.1.0 (2024-12-20)
Features Added
- Client
NetworkManagementClient
added operation groupipam_pools
- Client
NetworkManagementClient
added operation groupstatic_cidrs
- Client
NetworkManagementClient
added operation groupreachability_analysis_intents
- Client
NetworkManagementClient
added operation groupreachability_analysis_runs
- Client
NetworkManagementClient
added operation groupverifier_workspaces
- Enum
AddressPrefixType
added memberNETWORK_GROUP
- Model
AddressSpace
added propertyipam_pool_prefix_allocations
- Model
BastionHost
added propertyenable_private_only_bastion
- Enum
FirewallPolicyIDPSSignatureDirection
added memberFIVE
- Model
NetworkInterface
added propertydefault_outbound_connectivity_enabled
- Enum
ProvisioningState
added memberCANCELED
- Enum
ProvisioningState
added memberCREATING
- Model
SecurityAdminConfiguration
added propertynetwork_group_address_space_aggregation_option
- Model
Subnet
added propertyipam_pool_prefix_allocations
- Added enum
AddressSpaceAggregationOption
- Added model
CommonErrorAdditionalInfo
- Added model
CommonErrorDetail
- Added model
CommonErrorResponse
- Added model
CommonProxyResource
- Added model
CommonResource
- Added model
CommonTrackedResource
- Added model
ExpressRouteFailoverCircuitResourceDetails
- Added model
ExpressRouteFailoverConnectionResourceDetails
- Added model
ExpressRouteFailoverRedundantRoute
- Added model
ExpressRouteFailoverSingleTestDetails
- Added model
ExpressRouteFailoverStopApiParameters
- Added model
ExpressRouteFailoverTestDetails
- Added model
FailoverConnectionDetails
- Added enum
FailoverConnectionStatus
- Added enum
FailoverTestStatus
- Added enum
FailoverTestStatusForSingleTest
- Added enum
FailoverTestType
- Added model
IPTraffic
- Added model
IntentContent
- Added enum
IpType
- Added model
IpamPool
- Added model
IpamPoolList
- Added model
IpamPoolPrefixAllocation
- Added model
IpamPoolProperties
- Added model
IpamPoolUpdate
- Added model
IpamPoolUpdateProperties
- Added model
LoadBalancerHealthPerRule
- Added model
LoadBalancerHealthPerRulePerBackendAddress
- Added enum
NetworkProtocol
- Added model
PoolAssociation
- Added model
PoolAssociationList
- Added model
PoolUsage
- Added model
ReachabilityAnalysisIntent
- Added model
ReachabilityAnalysisIntentListResult
- Added model
ReachabilityAnalysisIntentProperties
- Added model
ReachabilityAnalysisRun
- Added model
ReachabilityAnalysisRunListResult
- Added model
ReachabilityAnalysisRunProperties
- Added model
ResourceBasics
- Added model
StaticCidr
- Added model
StaticCidrList
- Added model
StaticCidrProperties
- Added model
VerifierWorkspace
- Added model
VerifierWorkspaceListResult
- Added model
VerifierWorkspaceProperties
- Added model
VerifierWorkspaceUpdate
- Added model
VerifierWorkspaceUpdateProperties
- Operation group
LoadBalancerLoadBalancingRulesOperations
added methodbegin_health
- Operation group
VirtualNetworkGatewaysOperations
added methodbegin_get_failover_all_test_details
- Operation group
VirtualNetworkGatewaysOperations
added methodbegin_get_failover_single_test_details
- Operation group
VirtualNetworkGatewaysOperations
added methodbegin_start_express_route_site_failover_simulation
- Operation group
VirtualNetworkGatewaysOperations
added methodbegin_stop_express_route_site_failover_simulation
- Added operation group
IpamPoolsOperations
- Added operation group
ReachabilityAnalysisIntentsOperations
- Added operation group
ReachabilityAnalysisRunsOperations
- Added operation group
StaticCidrsOperations
- Added operation group
VerifierWorkspacesOperations
azure-mgmt-deviceregistry_1.0.0b2
1.0.0b2 (2024-12-16)
Features Added
- Client
DeviceRegistryMgmtClient
added methodsend_request
- Client
DeviceRegistryMgmtClient
added operation groupbilling_containers
- Client
DeviceRegistryMgmtClient
added operation groupdiscovered_assets
- Client
DeviceRegistryMgmtClient
added operation groupdiscovered_asset_endpoint_profiles
- Client
DeviceRegistryMgmtClient
added operation groupschema_registries
- Client
DeviceRegistryMgmtClient
added operation groupschemas
- Client
DeviceRegistryMgmtClient
added operation groupschema_versions
- Model
AssetEndpointProfileProperties
added propertyendpoint_profile_type
- Model
AssetEndpointProfileProperties
added propertyauthentication
- Model
AssetEndpointProfileProperties
added propertydiscovered_asset_endpoint_profile_ref
- Model
AssetEndpointProfileProperties
added propertystatus
- Model
AssetEndpointProfileUpdateProperties
added propertyendpoint_profile_type
- Model
AssetEndpointProfileUpdateProperties
added propertyauthentication
- Model
AssetProperties
added propertyasset_endpoint_profile_ref
- Model
AssetProperties
added propertydiscovered_asset_refs
- Model
AssetProperties
added propertydefault_datasets_configuration
- Model
AssetProperties
added propertydefault_topic
- Model
AssetProperties
added propertydatasets
- Model
AssetStatus
added propertydatasets
- Model
AssetStatus
added propertyevents
- Model
AssetUpdateProperties
added propertydefault_datasets_configuration
- Model
AssetUpdateProperties
added propertydefault_topic
- Model
AssetUpdateProperties
added propertydatasets
- Model
Event
added propertytopic
- Enum
ProvisioningState
added memberDELETING
- Added model
AssetEndpointProfileStatus
- Added model
AssetEndpointProfileStatusError
- Added model
AssetStatusDataset
- Added model
AssetStatusEvent
- Added model
Authentication
- Added enum
AuthenticationMethod
- Added model
BillingContainer
- Added model
BillingContainerProperties
- Added model
DataPointBase
- Added enum
DataPointObservabilityMode
- Added model
Dataset
- Added model
DiscoveredAsset
- Added model
DiscoveredAssetEndpointProfile
- Added model
DiscoveredAssetEndpointProfileProperties
- Added model
DiscoveredAssetEndpointProfileUpdate
- Added model
DiscoveredAssetEndpointProfileUpdateProperties
- Added model
DiscoveredAssetProperties
- Added model
DiscoveredAssetUpdate
- Added model
DiscoveredAssetUpdateProperties
- Added model
DiscoveredDataPoint
- Added model
DiscoveredDataset
- Added model
DiscoveredEvent
- Added model
EventBase
- Added enum
EventObservabilityMode
- Added enum
Format
- Added model
MessageSchemaReference
- Added model
ProxyResource
- Added model
Schema
- Added model
SchemaProperties
- Added model
SchemaRegistry
- Added model
SchemaRegistryProperties
- Added model
SchemaRegistryUpdate
- Added model
SchemaRegistryUpdateProperties
- Added enum
SchemaType
- Added model
SchemaVersion
- Added model
SchemaVersionProperties
- Added model
SystemAssignedServiceIdentity
- Added enum
SystemAssignedServiceIdentityType
- Added model
Topic
- Added enum
TopicRetainType
- Added operation group
BillingContainersOperations
- Added operation group
DiscoveredAssetEndpointProfilesOperations
- Added operation group
DiscoveredAssetsOperations
- Added operation group
SchemaRegistriesOperations
- Added operation group
SchemaVersionsOperations
- Added operation group
SchemasOperations
Breaking Changes
- Model
Asset
deleted or renamed its instance variableadditional_properties
- Model
AssetEndpointProfile
deleted or renamed its instance variableadditional_properties
- Model
AssetEndpointProfileProperties
deleted or renamed its instance variableuser_authentication
- Model
AssetEndpointProfileProperties
deleted or renamed its instance variabletransport_authentication
- Model
AssetEndpointProfileProperties
deleted or renamed its instance variableadditional_properties
- Model
AssetEndpointProfileUpdate
deleted or renamed its instance variableadditional_properties
- Model
AssetEndpointProfileUpdateProperties
deleted or renamed its instance variableuser_authentication
- Model
AssetEndpointProfileUpdateProperties
deleted or renamed its instance variabletransport_authentication
- Model
AssetEndpointProfileUpdateProperties
deleted or renamed its instance variableadditional_properties
- Model
AssetProperties
deleted or renamed its instance variableasset_type
- Model
AssetProperties
deleted or renamed its instance variableasset_endpoint_profile_uri
- Model
AssetProperties
deleted or renamed its instance variabledefault_data_points_configuration
- Model
AssetProperties
deleted or renamed its instance variabledata_points
- Model
AssetProperties
deleted or renamed its instance variableadditional_properties
- Model
AssetStatus
deleted or renamed its instance variableadditional_properties
- Model
AssetStatusError
deleted or renamed its instance variableadditional_properties
- Model
AssetUpdate
deleted or renamed its instance variableadditional_properties
- Model
AssetUpdateProperties
deleted or renamed its instance variableasset_type
- Model
AssetUpdateProperties
deleted or renamed its instance variabledefault_data_points_configuration
- Model
AssetUpdateProperties
deleted or renamed its instance variabledata_points
- Model
AssetUpdateProperties
deleted or renamed its instance variableadditional_properties
- Model
DataPoint
deleted or renamed its instance variablecapability_id
- Model
DataPoint
deleted or renamed its instance variableadditional_properties
- Model
ErrorAdditionalInfo
deleted or renamed its instance variableadditional_properties
- Model
ErrorDetail
deleted or renamed its instance variableadditional_properties
- Model
ErrorResponse
deleted or renamed its instance variableadditional_properties
- Model
Event
deleted or renamed its instance variablecapability_id
- Model
Event
deleted or renamed its instance variableadditional_properties
- Model
ExtendedLocation
deleted or renamed its instance variableadditional_properties
- Model
Operation
deleted or renamed its instance variableadditional_properties
- Model
OperationDisplay
deleted or renamed its instance variableadditional_properties
- Model
OperationStatusResult
deleted or renamed its instance variableadditional_properties
- Model
Resource
deleted or renamed its instance variableadditional_properties
- Model
SystemData
deleted or renamed its instance variableadditional_properties
- Model
TrackedResource
deleted or renamed its instance variableadditional_properties
- Model
UsernamePasswordCredentials
deleted or renamed its instance variableusername_reference
- Model
UsernamePasswordCredentials
deleted or renamed its instance variablepassword_reference
- Model
UsernamePasswordCredentials
deleted or renamed its instance variableadditional_properties
- Model
X509Credentials
deleted or renamed its instance variablecertificate_reference
- Model
X509Credentials
deleted or renamed its instance variableadditional_properties
- Deleted or renamed model
DataPointsObservabilityMode
- Deleted or renamed model
EventsObservabilityMode
- Deleted or renamed model
OwnCertificate
- Deleted or renamed model
TransportAuthentication
- Deleted or renamed model
TransportAuthenticationUpdate
- Deleted or renamed model
UserAuthentication
- Deleted or renamed model
UserAuthenticationMode
- Deleted or renamed model
UserAuthenticationUpdate
- Deleted or renamed model
UsernamePasswordCredentialsUpdate
- Deleted or renamed model
X509CredentialsUpdate
azure-ai-projects_1.0.0b4
1.0.0b4 (2024-12-20)
Bugs Fixed
- Fix for Agent streaming issue (see GitHub issue 38918)
- Fix for Agent async function
send_email_async
is not called (see GitHub issue 38898) - Fix for Agent streaming with event handler fails with "AttributeError: 'MyEventHandler' object has no attribute 'buffer'" (see GitHub issue 38897)
Features Added
- Add optional input argument
connection_name
to methods.inference.get_chat_completions_client
,
.inference.get_embeddings_client
and.inference.get_azure_openai_client
.