Releases: Azure/azure-sdk-for-python
Releases · Azure/azure-sdk-for-python
azure-mgmt-servicefabric_2.2.0b1
2.2.0b1 (2024-02-22)
Features Added
- Added operation group UnsupportedVmSizesOperations
- Model Cluster has a new parameter enable_http_gateway_exclusive_auth_mode
- Model ClusterUpdateParameters has a new parameter enable_http_gateway_exclusive_auth_mode
- Model NodeTypeDescription has a new parameter http_gateway_token_auth_endpoint_port
- Model StatelessServiceProperties has a new parameter min_instance_count
- Model StatelessServiceProperties has a new parameter min_instance_percentage
azure-mgmt-astro_1.0.0b1
1.0.0b1 (2024-02-22)
- Initial Release
azure-mgmt-containerservice_29.1.0
29.1.0 (2024-02-20)
Features Added
- Model AgentPoolSecurityProfile has a new parameter enable_secure_boot
- Model AgentPoolSecurityProfile has a new parameter enable_vtpm
- Model ManagedCluster has a new parameter ingress_profile
azure-template_0.1.0b3511266
0.1.0b3511266 (2024-02-20)
Features Added
- Some feature
Breaking Changes
- Some breaking change
Bugs Fixed
- Some bug fix
Other Changes
- Some other change
azure-template_0.1.0b3510814
0.1.0b3510814 (2024-02-20)
Features Added
- Some feature
Breaking Changes
- Some breaking change
Bugs Fixed
- Some bug fix
Other Changes
- Some other change
azure-communication-identity_1.5.0
1.5.0 (2024-02-14)
Features Added
- Added support for a new communication identifier
MicrosoftTeamsAppIdentifier
.
azure-ai-vision-imageanalysis_1.0.0b2
1.0.0b2 (2024-02-09)
Breaking Changes
- In the previous version, you would call the
analyze
method on theImageAnalysisClient
to analyze an image from a publicly accessible URL, or from a memory buffer. To better align with other Azure client libraires, this was changed in this release. Call the new dedicatedanalyze_from_url
method to analyze an image from URL. Keep calling theanalyze
method to analyze an image from a memory buffer.
azure-eventhub_5.11.6
5.11.6 (2024-02-12)
This version and all future versions will require Python 3.8+. Python 3.7 is no longer supported.
Features Added
- Added
keep_alive
functionality on EventHubProducerClient to allow for long-living producers. #33726
Other Changes
- Added support for Python 3.12.
azure-eventgrid_4.17.0
4.17.0 (2024-02-08)
This version and all future versions will require Python 3.8+.
Features Added
- Added new enums values to
SystemEventNames
related to Azure Storage and Azure VMware Solution.
azure-ai-resources_1.0.0b7
1.0.0b7 (2024-02-07)
Other Changes
- Bug fixes