Releases: Azure/azure-sdk-for-python
Releases · Azure/azure-sdk-for-python
azure-mgmt-confidentialledger_2.0.0b3
2.0.0b3 (2023-05-17)
Other Changes
- Added samples
azure-communication-rooms_1.0.0b3
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 inRoomsClient
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
andupdate_participants
withadd_or_update_participants
. - Changed: Renamed
RoleType
toParticipantRole
. - Changed: Renamed
created_on
tocreated_at
inCommunicationRoom
. - Changed: Renamed
get_participants
tolist_participants
inRoomsClient
. - Removed: Removed
participants
fromCommunicationRoom
class. - Removed: Removed
room_join_policy
, all rooms are invite-only by default.
azure-mgmt-containerservice_23.0.0
23.0.0 (2023-05-16)
Breaking Changes
- Model ContainerServiceNetworkProfile no longer has parameter docker_bridge_cidr
azure-keyvault-secrets_4.8.0b1
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
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
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
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
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
10.2.0b8 (2023-05-12)
Features Added
- Model ServerForUpdate has a new parameter network
azure-confidentialledger_1.1.0
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 theclaimsDigest
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.