Releases: Azure/azure-sdk-for-python
Releases · Azure/azure-sdk-for-python
azure-identity_1.17.0
1.17.0 (2024-06-18)
Breaking Changes
These changes do not impact the API of stable versions such as 1.16.0.
Only code written against a beta version such as 1.17.0b1 is affected.
AzurePipelinesCredentialnow has a required keyword argumentsystem_access_token. (#35858)
Bugs Fixed
- Allow credential chains to continue when an IMDS probe request returns a non-JSON response in
ManagedIdentityCredential. (#36016)
azure-developer-devcenter_1.0.0
1.0.0 (2024-06-13)
This release targets Azure Dev Center 2023-04-01 General Available API, which is the same version as the previous 1.0.0-beta.3 release. The main improvement was the addition of models as Convenience API was enabled for the SDK.
Features Added
-
Added classes for each Dev Center concept.
-
models:- Catalog
- DevBox
- DevBoxAction
- DevBoxActionDelayResult
- DevBoxNextAction
- Environment
- EnvironmentDefinition
- EnvironmentDefinitionParameter
- EnvironmentType
- Error
- HardwareProfile
- ImageReference
- InnerError
- OperationDetails
- OSDisk
- Pool
- Project
- RemoteConnection
- Schedule
- StopOnDisconnectConfiguration
- StorageProfile
-
enums:- DevBoxActionDelayStatus
- DevBoxActionType
- DevBoxProvisioningState
- EnvironmentProvisioningState
- EnvironmentTypeStatus
- HibernateSupport
- LocalAdministratorStatus
- OperationStatus
- OSType
- ParameterType
- PoolHealthStatus
- PowerState
- ScheduledFrequency
- ScheduledType
- SkuName
- StopOnDisconnectEnableStatus
-
-
Updated each previous client method to return the correspondent model. E.g. The response type for
get_dev_boxwas updated fromJSONtoDevBoxmodel.
Breaking Changes
- Removed
filterandtopas optional request parameters from all list operations- list_pools
- list_schedules
- list_dev_boxes
- list_all_dev_boxes
- list_all_dev_boxes_by_user
- list_projects
- list_environments
- list_all_environments
- list_environment_definitions
- list_environment_definitions_by_catalog
- list_environment_types
- list_catalogs
Other Changes
- Added more samples
azure-ai-inference_1.0.0b1
1.0.0b1 (2024-06-11)
- Initial beta version
azure-mgmt-cdn_13.1.1
13.1.1 (2024-06-12)
Bugs Fixed
- Fix serialization error when setting model property with
azure.core.serialization.NULL
azure-eventgrid_4.20.0
4.20.0 (2024-06-12)
Features Added
- This is a GA of the
EventGridConsumerClient, theEventGridConsumerClientsupports the following operations for Cloud Events in Event Grid Namespace:receive,release,acknowledge,rejectandrenew_locks. - The
EventGridPublisherClientnow supports the Event Grid Namespace tier. Initialize the client with the namespace endpoint, and thenamespace_topickwarg to send Cloud Events to an Event Grid Namespace topic.
azure-monitor-query_1.4.0
1.4.0 (2024-06-11)
Features Added
- An
audiencekeyword argument can now be passed to theMetricsClientconstructor to specify the audience for the authentication token. This is useful when querying metrics in sovereign clouds. (#35502)
azure-monitor-ingestion_1.0.4
1.0.4 (2024-06-11)
Other Changes
- Bumped minimum dependency on
azure-coreto>=1.28.0. - Added additional type validation for the
logsparameter in theuploadmethod to ensure that a string hasn't been passed in. (#33976)
azure-eventhub_5.12.1
5.12.1 (2024-06-11)
Bugs Fixed
- Fixed a bug where the correct URI was not being used for consumer authentication, causing issues when assigning roles at the consumer group level. (#35337)
azure-storage-queue_12.11.0b1
12.11.0b1 (2024-06-11)
Features Added
- Updated OAuth implementation to use the AAD scope returned in a Bearer challenge.
- Fixed an issue where client specified service versions may be ignored.
azure-storage-file-share_12.17.0b1
12.17.0b1 (2024-06-11)
Features Added
- Added
enable_snapshot_virtual_directory_accessparameter support for NFS shares on premium-tier Storage accounts. - Added a more descriptive authorization error message when facing authorization errors.