Releases: Azure/azure-sdk-for-python
Releases · Azure/azure-sdk-for-python
azure-ai-projects_2.0.0
2.0.0 (2026-03-06)
First stable release of the client library that uses the Generally Available (GA) version "v1" of the Foundry REST APIs.
Features Added
- To enable preview (beta) operations, a new optional boolean input argument named
allow_previewwas added
to the constructor ofAIProjectClient. Caller must set it to True to opt-in to preview features.
This includes creating an Hosted Agent or Workflow Agent. Methods on the.betasub-client (for example
.beta.memory_stores.create()) do not require settingallow_preview=Truesince it's implied by the sub-client name.
When preview features are enabled, the client libraries sends the HTTP request headerFoundry-Features
with the appropriate value in all relevant calls to the service.
Breaking Changes
- Input argument
foundry_featureswas removed from all methods that supported it. Use the newallow_preview
instead on client constructor (see above). - Class
TextResponseFormatConfigurationrenamed toTextResponseFormat. - Class
TextResponseFormatConfigurationResponseFormatTextrenamed toTextResponseFormatTest. - Class
TextResponseFormatConfigurationResponseFormatJsonObjectrenamed toTextResponseFormatJsonObject. - Class
CodeInterpreterContainerAutowas renamed toAutoCodeInterpreterToolParam,
and has a new optional propertynetwork_policyof typeContainerNetworkPolicyParam. - class
ImageGenActionEnumwas renamed toImageGenAction. - Rename
ToolChoiceParamType.WEB_SEARCH_PREVIEW2025_03_11toToolChoiceParamType.WEB_SEARCH_PREVIEW_2025_03_11. - Rename
RankerVersionType.DEFAULT2024_11_15toRankerVersionType.DEFAULT_2024_11_15. - Rename method
.beta.evaluators.list_latest_versions()to.beta.evaluators.list(). - Rename property
idon classInsighttoinsight_id. - Rename property
idon classScheduletoschedule_id. - Rename input argument
idtoinsight_idin.beta.insights.get()method. - Rename input argument
idtoschedule_idin.beta.schedulesmethods. - Updated datetime-typed fields (
start_time,end_time,trigger_at,trigger_time,created_at,modified_at)
acrossCronTrigger,RecurrenceTrigger,OneTimeTrigger,ScheduleRun, andEvaluatorVersionclasses fromstr
todatetime.datetimewith format="rfc3339".
Other Changes
- The input
itemsargument in the methods.beta.memory_stores.begin_update_memories()and.beta.memory_stores.search_memories
was change from typeOptional[List[dict[str, Any]]]toOptional[Union[str, ResponseInputParam]]. The classResponseInputParam
can be imported usingfrom openai.types.responses import EasyInputMessageParam. This is not a breaking change, since the caller
can still pass inList[dict[str, Any].
azure-mgmt-resource-policy_1.0.0b2
1.0.0b2 (2026-02-28)
Features Added
- Client
PolicyClientadded operation grouppolicy_tokens - Enum
EnforcementModeadded memberENROLL - Model
ErrorResponseadded propertyerror - Enum
OverrideKindadded memberDEFINITION_VERSION - Model
PolicyAssignmentadded propertyassignment_type - Model
PolicyAssignmentadded propertyinstance_id - Model
PolicyDefinitionadded propertyexternal_evaluation_enforcement_settings - Model
PolicyDefinitionVersionadded propertyexternal_evaluation_enforcement_settings - Added enum
AssignmentType - Added model
ErrorDetail - Added enum
ExternalEndpointResult - Added model
ExternalEvaluationEndpointInvocationResult - Added model
ExternalEvaluationEndpointSettings - Added model
ExternalEvaluationEnforcementSettings - Added model
PolicyLogInfo - Added model
PolicyTokenOperation - Added model
PolicyTokenRequest - Added model
PolicyTokenResponse - Added enum
PolicyTokenResult - Added model
ProxyResource - Added model
Resource
Breaking Changes
- Deleted client operation group
PolicyClient.policy_exemptions - Deleted client operation group
PolicyClient.variables - Deleted client operation group
PolicyClient.variable_values - Model
ErrorResponsedeleted its instance variablecode - Model
ErrorResponsedeleted its instance variablemessage - Model
ErrorResponsedeleted its instance variabletarget - Model
ErrorResponsedeleted its instance variabledetails - Model
ErrorResponsedeleted its instance variableadditional_info - Property
valueof modelPolicyAssignmentListResultis required - Property
valueof modelPolicyDefinitionListResultis required - Property
valueof modelPolicyDefinitionVersionListResultis required - Property
valueof modelPolicySetDefinitionListResultis required - Property
valueof modelPolicySetDefinitionVersionListResultis required - Deleted model
AssignmentScopeValidation - Deleted model
ExemptionCategory - Deleted model
PolicyExemption - Deleted model
PolicyExemptionUpdate - Deleted model
PolicyVariableColumn - Deleted model
PolicyVariableValueColumnValue - Deleted model
Variable - Deleted model
VariableValue
azure-ai-textanalytics_5.4.0
5.4.0 (2026-02-25)
Breaking Changes
- Changed the continuation token format. Continuation tokens generated by previous versions of azure-core are not compatible with this version.
azure-mgmt-netapp_15.0.0
15.0.0 (2026-02-27)
Features Added
- Client
NetAppManagementClientadded operation groupransomware_reports - Model
VolumePatchPropertiesDataProtectionadded propertyransomware_protection - Model
VolumePropertiesDataProtectionadded propertyransomware_protection - Added enum
ActualRansomwareProtectionState - Added enum
DesiredRansomwareProtectionState - Added model
ListQuotaReportResponse - Added model
ListQuotaReportResult - Added model
QuotaReport - Added model
QuotaReportFilterRequest - Added enum
QuotaType - Added model
RansomwareProtectionPatchSettings - Added model
RansomwareProtectionSettings - Added model
RansomwareReport - Added model
RansomwareReportProperties - Added enum
RansomwareReportSeverity - Added enum
RansomwareReportState - Added enum
RansomwareSuspectResolution - Added model
RansomwareSuspects - Added model
RansomwareSuspectsClearRequest - Added model
SuspectFile - Operation group
VolumesOperationsadded methodbegin_list_quota_report - Added operation group
RansomwareReportsOperations
Breaking Changes
- Deleted or renamed model
Type
azure-ai-agentserver-langgraph_1.0.0b15
1.0.0b15 (2026-03-02)
Other Changes
- Upgraded starlette>=1.0.0rc1.
azure-ai-agentserver-core_1.0.0b15
1.0.0b15 (2026-03-02)
Other Changes
- Upgraded starlette>=1.0.0rc1.
azure-ai-agentserver-agentframework_1.0.0b15
1.0.0b15 (2026-03-02)
Other Changes
- Upgraded starlette>=1.0.0rc1.
azure-ai-contentunderstanding_1.0.0
1.0.0 (2026-02-28)
Features Added
- GA release of Azure AI Content Understanding client library for Python
- Each
ContentFieldsubclass (e.g.,StringField,NumberField) now exposes avalueproperty with a type appropriate to that subclass (e.g.,strforStringField,floatforNumberField)
Other Changes
The following API changes were made from the preview SDK (1.0.0b1) to the GA SDK to align with Azure SDK for Python design guidelines:
- Type renames:
AnalyzeInput→AnalysisInput,AnalyzeResult→AnalysisResult,MediaContent→AnalysisContent,MediaContentKind→AnalysisContentKind - Property renames:
AnalysisInput.input_range→content_range - Method signatures:
begin_analyzeinputsparameter is now a required keyword argument (previously optional); parameter order changed toinputs,model_deployments,processing_location - Method signatures:
begin_analyze_binaryinput_rangekeyword renamed tocontent_range; parameter order changed tocontent_range,content_type,processing_location - Added new sample
sample_create_analyzer_with_labelsfor label-based training (sync + async)
azure-mgmt-connectedcache_1.0.0b2
1.0.0b2 (2025-01-13)
Features Added
- Model
ConnectedCacheMgmtClientadded parametercloud_settingin method__init__ - Model
AdditionalCacheNodePropertiesadded propertyissues_list - Model
AdditionalCacheNodePropertiesadded propertyissues_count - Model
AdditionalCacheNodePropertiesadded propertycurrent_tls_certificate - Model
AdditionalCacheNodePropertiesadded propertylast_auto_update_info - Model
AdditionalCacheNodePropertiesadded propertycreation_method - Model
AdditionalCacheNodePropertiesadded propertytls_status - Model
CacheNodeInstallPropertiesadded propertytls_certificate_provisioning_key - Model
CacheNodeInstallPropertiesadded propertydrive_configuration - Model
CacheNodeInstallPropertiesadded propertyproxy_url_configuration - Added model
MccCacheNodeAutoUpdateHistory - Added model
MccCacheNodeAutoUpdateHistoryProperties - Added model
MccCacheNodeAutoUpdateInfo - Added model
MccCacheNodeIssueHistory - Added model
MccCacheNodeIssueHistoryProperties - Added model
MccCacheNodeTlsCertificate - Added model
MccCacheNodeTlsCertificateHistory - Added model
MccCacheNodeTlsCertificateProperties - Added model
MccIssue - Operation group
EnterpriseMccCacheNodesOperationsOperationsadded methodget_cache_node_auto_update_history - Operation group
EnterpriseMccCacheNodesOperationsOperationsadded methodget_cache_node_mcc_issue_details_history - Operation group
EnterpriseMccCacheNodesOperationsOperationsadded methodget_cache_node_tls_certificate_history - Operation group
IspCacheNodesOperationsOperationsadded methodget_cache_node_auto_update_history - Operation group
IspCacheNodesOperationsOperationsadded methodget_cache_node_mcc_issue_details_history
Breaking Changes
- Deleted or renamed client operation group
ConnectedCacheMgmtClient.enterprise_customer_operations - Deleted or renamed client operation group
ConnectedCacheMgmtClient.cache_nodes_operations - Model
AdditionalCacheNodePropertiesdeleted or renamed its instance variableproxy_url - Model
AdditionalCacheNodePropertiesdeleted or renamed its instance variableupdate_cycle_type - Model
AdditionalCustomerPropertiesdeleted or renamed its instance variablepeering_db_last_update_time - Deleted or renamed model
CacheNodeOldResponse - Deleted or renamed model
CacheNodePreviewResource - Deleted or renamed model
CycleType - Deleted or renamed model
EnterprisePreviewResource
azure-ai-agentserver-langgraph_1.0.0b14
1.0.0b14 (2026-02-24)
Other Changes
- Pin opentelemetry-semantic-conventions-ai==0.4.13.