Releases: Azure/azure-sdk-for-python
Releases · Azure/azure-sdk-for-python
azure-mgmt-containerservice_30.0.0
30.0.0 (2024-04-22)
Features Added
- Model AgentPool has a new parameter windows_profile
- Model KubernetesVersion has a new parameter is_default
- Model ManagedCluster has a new parameter metrics_profile
- Model ManagedClusterAgentPoolProfile has a new parameter windows_profile
- Model ManagedClusterAgentPoolProfileProperties has a new parameter windows_profile
Breaking Changes
- Model IstioEgressGateway no longer has parameter node_selector
azure-mgmt-rdbms_10.2.0b16
10.2.0b16 (2024-04-22)
Features Added
- Model MigrationResource has a new parameter migrate_roles
- Model MigrationResource has a new parameter migration_instance_resource_id
- Model MigrationResourceForPatch has a new parameter migrate_roles
azure-mgmt-confidentialledger_2.0.0b4
2.0.0b4 (2024-04-22)
Features Added
- Added operation LedgerOperations.begin_backup
- Added operation LedgerOperations.begin_restore
- Added operation ManagedCCFOperations.begin_backup
- Added operation ManagedCCFOperations.begin_restore
- Model LedgerProperties has a new parameter ledger_sku
- Model ManagedCCFProperties has a new parameter running_state
azure-monitor-opentelemetry-exporter_1.0.0b25
azure-communication-rooms_1.1.0
1.1.0 (2024-04-15)
- General Availability version of PSTN dial-out capability feature.
Features Added
- Added support for a new communication identifier
MicrosoftTeamsAppIdentifier.
Other Changes
- The
MicrosoftBotIdentifierandMicrosoftBotPropertieshave been deprecated.
azure-template_0.1.0b3703562
0.1.0b3703562 (2024-04-16)
Features Added
- Some feature
Breaking Changes
- Some breaking change
Bugs Fixed
- Some bug fix
Other Changes
- Some other change
azure-storage-queue_12.10.0b1
12.10.0b1 (2024-04-16)
This version and all future versions will require Python 3.8+. Python 3.7 is no longer supported.
Features Added
- The
servicesparameter has been added to thegenerate_account_sasAPI, which enables the ability to generate SAS
tokens to be used with multiple services. By default, the SAS token service scope will default to the current service.
Bugs Fixed
- Bumped dependency of
typing-extensionsto>=4.6.0to avoid potentialTypeErrorwithtyping.TypeVaron
Python 3.12. - Fixed an issue where authentication errors could raise
AttributeErrorinstead ofClientAuthenticationErrorwhen
using async OAuth credentials.
azure-storage-file-share_12.16.0b1
12.16.0b1 (2024-04-16)
This version and all future versions will require Python 3.8+. Python 3.7 is no longer supported.
Features Added
- Added
existsmethod toShareFileClientto check if a file exists. - Added support for service version 2024-05-04.
- The
servicesparameter has been added to thegenerate_account_sasAPI, which enables the ability to generate SAS
tokens to be used with multiple services. By default, the SAS token service scope will default to the current service.
Bugs Fixed
- Fixed an issue where the
ShareDirectoryClientreturned byget_subdirectory_clientwith aShareDirectoryClient
pointing to the root of the file share would raise anInvalidResourceNameon any operations. - Bumped dependency of
typing-extensionsto>=4.6.0to avoid potentialTypeErrorwithtyping.TypeVaron
Python 3.12. - Fixed an issue where authentication errors could raise
AttributeErrorinstead ofClientAuthenticationErrorwhen
using async OAuth credentials. - Fixed an issue where parameter
delete_snapshotstodelete_shareAPI did not support all possible enums. This change
makesdelete_snapshotsnow accept string literals 'include' and 'include-leased'. - Fixed an issue where specifying datetime objects with less than 7 digits of precision as input could incorrectly raise
InvalidHeaderValuedue to improper precision parsing.
azure-storage-file-datalake_12.15.0b1
12.15.0b1 (2024-04-16)
This version and all future versions will require Python 3.8+. Python 3.7 is no longer supported.
Features Added
- Added support for service version 2024-05-04.
- The
servicesparameter has been added to thegenerate_account_sasAPI, which enables the ability to generate SAS
tokens to be used with multiple services. By default, the SAS token service scope will default to the current service.
Bugs Fixed
- Bumped dependency of
typing-extensionsto>=4.6.0to avoid potentialTypeErrorwithtyping.TypeVaron
Python 3.12. - Fixed an issue where authentication errors could raise
AttributeErrorinstead ofClientAuthenticationErrorwhen
using async OAuth credentials.
azure-storage-blob_12.20.0b1
12.20.0b1 (2024-04-16)
This version and all future versions will require Python 3.8+. Python 3.7 is no longer supported.
Features Added
- Added support for service version 2024-05-04.
- The
servicesparameter has been added to thegenerate_account_sasAPI, which enables the ability to generate SAS
tokens to be used with multiple services. By default, the SAS token service scope will default to the current service.
Bugs Fixed
- Bumped dependency of
typing-extensionsto>=4.6.0to avoid potentialTypeErrorwithtyping.TypeVaron
Python 3.12. - Fixed an issue where authentication errors could raise
AttributeErrorinstead ofClientAuthenticationErrorwhen
using async OAuth credentials. - Fixed a typing issue which incorrectly typed the
readintoAPI. The correct input type isIO[bytes]. - Fixed a typo in the initialization of
completion_timefor theCopyPropertiesmodel. - Fixed a couple of issues with
upload_blobwhen using Iterators/Generators as the data input.
Other Changes
- Passing
prefixto the followingContainerClientAPIs now raises aValueError:
list_blobs,list_blobs_names, andwalk_blobs. This change was made to avoid confusion for filtering results.
Thename_starts_withparameter is the correct parameter to pass for filtering.