You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sdk/communication/azure-mgmt-communication/CHANGELOG.md
+18Lines changed: 18 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,23 @@
1
1
# Release History
2
2
3
+
## 2.2.0 (2025-05-07)
4
+
5
+
### Features Added
6
+
7
+
- Model `CommunicationServiceResource` added property `disable_local_auth`
8
+
- Method `CommunicationServicesOperations.begin_create_or_update` has a new overload `def begin_create_or_update(self: None, resource_group_name: str, communication_service_name: str, parameters: IO[bytes], content_type: str)`
9
+
- Method `CommunicationServicesOperations.check_name_availability` has a new overload `def check_name_availability(self: None, name_availability_parameters: IO[bytes], content_type: str)`
10
+
- Method `CommunicationServicesOperations.link_notification_hub` has a new overload `def link_notification_hub(self: None, resource_group_name: str, communication_service_name: str, link_notification_hub_parameters: Optional[IO[bytes]], content_type: str)`
11
+
- Method `CommunicationServicesOperations.regenerate_key` has a new overload `def regenerate_key(self: None, resource_group_name: str, communication_service_name: str, parameters: IO[bytes], content_type: str)`
12
+
- Method `CommunicationServicesOperations.update` has a new overload `def update(self: None, resource_group_name: str, communication_service_name: str, parameters: IO[bytes], content_type: str)`
13
+
- Method `DomainsOperations.begin_cancel_verification` has a new overload `def begin_cancel_verification(self: None, resource_group_name: str, email_service_name: str, domain_name: str, parameters: IO[bytes], content_type: str)`
14
+
- Method `DomainsOperations.begin_create_or_update` has a new overload `def begin_create_or_update(self: None, resource_group_name: str, email_service_name: str, domain_name: str, parameters: IO[bytes], content_type: str)`
15
+
- Method `DomainsOperations.begin_initiate_verification` has a new overload `def begin_initiate_verification(self: None, resource_group_name: str, email_service_name: str, domain_name: str, parameters: IO[bytes], content_type: str)`
16
+
- Method `DomainsOperations.begin_update` has a new overload `def begin_update(self: None, resource_group_name: str, email_service_name: str, domain_name: str, parameters: IO[bytes], content_type: str)`
17
+
- Method `EmailServicesOperations.begin_create_or_update` has a new overload `def begin_create_or_update(self: None, resource_group_name: str, email_service_name: str, parameters: IO[bytes], content_type: str)`
18
+
- Method `EmailServicesOperations.begin_update` has a new overload `def begin_update(self: None, resource_group_name: str, email_service_name: str, parameters: IO[bytes], content_type: str)`
19
+
- Method `SenderUsernamesOperations.create_or_update` has a new overload `def create_or_update(self: None, resource_group_name: str, email_service_name: str, domain_name: str, sender_username: str, parameters: IO[bytes], content_type: str)`
By default, [Azure Active Directory](https://aka.ms/awps/aad) token authentication depends on correct configure of following environment variables.
27
+
By default, [Azure Active Directory](https://aka.ms/awps/aad) token authentication depends on correct configuration of the following environment variables.
Copy file name to clipboardExpand all lines: sdk/communication/azure-mgmt-communication/azure/mgmt/communication/_communication_service_management_client.py
0 commit comments