Skip to content

Releases: Azure/azure-sdk-for-python

azure-identity_1.17.0

18 Jun 18:14
bffe87b

Choose a tag to compare

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.

  • AzurePipelinesCredential now has a required keyword argument system_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

14 Jun 06:42
3e7dff6

Choose a tag to compare

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_box was updated from JSON to DevBox model.

Breaking Changes

  • Removed filter and top as 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

14 Jun 15:59
c19f701

Choose a tag to compare

Pre-release

1.0.0b1 (2024-06-11)

  • Initial beta version

azure-mgmt-cdn_13.1.1

12 Jun 06:48
5b61bd4

Choose a tag to compare

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

12 Jun 22:26
379cfd3

Choose a tag to compare

4.20.0 (2024-06-12)

Features Added

  • This is a GA of the EventGridConsumerClient, the EventGridConsumerClient supports the following operations for Cloud Events in Event Grid Namespace: receive, release, acknowledge, reject and renew_locks.
  • The EventGridPublisherClient now supports the Event Grid Namespace tier. Initialize the client with the namespace endpoint, and the namespace_topic kwarg to send Cloud Events to an Event Grid Namespace topic.

azure-monitor-query_1.4.0

11 Jun 19:28
dff6744

Choose a tag to compare

1.4.0 (2024-06-11)

Features Added

  • An audience keyword argument can now be passed to the MetricsClient constructor to specify the audience for the authentication token. This is useful when querying metrics in sovereign clouds. (#35502)

azure-monitor-ingestion_1.0.4

11 Jun 19:28
dff6744

Choose a tag to compare

1.0.4 (2024-06-11)

Other Changes

  • Bumped minimum dependency on azure-core to >=1.28.0.
  • Added additional type validation for the logs parameter in the upload method to ensure that a string hasn't been passed in. (#33976)

azure-eventhub_5.12.1

11 Jun 20:04
dff6744

Choose a tag to compare

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

11 Jun 19:57
dff6744

Choose a tag to compare

Pre-release

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

11 Jun 19:56
dff6744

Choose a tag to compare

Pre-release

12.17.0b1 (2024-06-11)

Features Added

  • Added enable_snapshot_virtual_directory_access parameter support for NFS shares on premium-tier Storage accounts.
  • Added a more descriptive authorization error message when facing authorization errors.