Skip to content

Releases: Azure/azure-sdk-for-python

azure-mgmt-confidentialledger_2.0.0b3

17 May 05:31
72b4e4b
Compare
Choose a tag to compare
Pre-release

2.0.0b3 (2023-05-17)

Other Changes

  • Added samples

azure-communication-rooms_1.0.0b3

17 May 21:49
4749c06
Compare
Choose a tag to compare
Pre-release

1.0.0b3 (2023-05-17)

Features Added

  • Added the ability specify the API version by an optional api_version keyword parameter.
  • New function list_rooms added in RoomsClient to list all valid rooms.
  • Added pagination support for list_participants.

Breaking Changes

  • Changed: update_room no longer accepts participant list as input.
  • Changed: Replaced add_participants and update_participants with add_or_update_participants.
  • Changed: Renamed RoleType to ParticipantRole.
  • Changed: Renamed created_on to created_at in CommunicationRoom.
  • Changed: Renamed get_participants to list_participants in RoomsClient.
  • Removed: Removed participants from CommunicationRoom class.
  • Removed: Removed room_join_policy, all rooms are invite-only by default.

azure-mgmt-containerservice_23.0.0

16 May 08:05
8994be5
Compare
Choose a tag to compare

23.0.0 (2023-05-16)

Breaking Changes

  • Model ContainerServiceNetworkProfile no longer has parameter docker_bridge_cidr

azure-keyvault-secrets_4.8.0b1

17 May 00:28
06f4a7d
Compare
Choose a tag to compare
Pre-release

4.8.0b1 (2023-05-16)

Bugs Fixed

  • Token requests made during AD FS authentication no longer specify an erroneous "adfs" tenant ID
    (#29888)

azure-keyvault-keys_4.9.0b1

17 May 00:28
06f4a7d
Compare
Choose a tag to compare
Pre-release

4.9.0b1 (2023-05-16)

Bugs Fixed

  • Token requests made during AD FS authentication no longer specify an erroneous "adfs" tenant ID
    (#29888)

azure-keyvault-certificates_4.8.0b1

17 May 00:28
06f4a7d
Compare
Choose a tag to compare
Pre-release

4.8.0b1 (2023-05-16)

Bugs Fixed

  • Token requests made during AD FS authentication no longer specify an erroneous "adfs" tenant ID
    (#29888)

azure-keyvault-administration_4.4.0b1

17 May 00:28
06f4a7d
Compare
Choose a tag to compare
Pre-release

4.4.0b1 (2023-05-16)

Bugs Fixed

  • Token requests made during AD FS authentication no longer specify an erroneous "adfs" tenant ID
    (#29888)

azure-ai-ml_1.7.0

15 May 20:03
f8f31d1
Compare
Choose a tag to compare

1.7.0 (2023-05-15)

Features Added

  • Added data import schedule. The class added is ImportDataSchedule.
  • Added support to enable data isolation feature at workspace creation stage.
  • Added auto_delete_setting support for asset version in data import job.

azure-mgmt-rdbms_10.2.0b8

15 May 02:25
a36a123
Compare
Choose a tag to compare
Pre-release

10.2.0b8 (2023-05-12)

Features Added

  • Model ServerForUpdate has a new parameter network

azure-confidentialledger_1.1.0

17 May 10:20
12142fd
Compare
Choose a tag to compare

1.1.0 (2023-05-09)

Features Added

  • Add azure.confidentialledger.receipt module for Azure Confidential Ledger write transaction receipt verification.
  • Add verify_receipt function to verify write transaction receipts from a receipt JSON object. The function accepts an optional, keyword-only, list of application claims parameter, which can be used to compute the claims digest from the given claims: the verification would fail if the computed digest value does not match the claimsDigest value present in the receipt.
  • Add compute_claims_digest function to compute the claims digest from a list of application claims JSON objects.
  • Add sample code to get and verify a write receipt from a running Confidential Ledger instance.
  • Update README with examples and documentation for receipt verification and application claims.

Other Changes

  • Add dependency on Python cryptography library (>= 2.1.4)
  • Add tests for receipt verification models and receipt verification public method.
  • Add tests for application claims models and digest computation public method.