Skip to content

Commit d8fa77f

Browse files
yogeshmoYogesh Mohanraj
andauthored
Updating user engagement tracking property name in comment (Azure#29148)
Co-authored-by: Yogesh Mohanraj <[email protected]>
1 parent 6120282 commit d8fa77f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sdk/communication/azure-communication-email/azure/communication/email/_email_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ def begin_send(
139139
"name": "str" # Name of the attachment. Required.
140140
}
141141
],
142-
"disableUserEngagementTracking": bool, # Optional. Indicates whether user
142+
"userEngagementTrackingDisabled": bool, # Optional. Indicates whether user
143143
engagement tracking should be disabled for this request if the resource-level
144144
user engagement tracking setting was already enabled in the control plane.
145145
"headers": {

sdk/communication/azure-communication-email/azure/communication/email/aio/_email_client_async.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ async def begin_send(
138138
"name": "str" # Name of the attachment. Required.
139139
}
140140
],
141-
"disableUserEngagementTracking": bool, # Optional. Indicates whether user
141+
"userEngagementTrackingDisabled": bool, # Optional. Indicates whether user
142142
engagement tracking should be disabled for this request if the resource-level
143143
user engagement tracking setting was already enabled in the control plane.
144144
"headers": {

0 commit comments

Comments
 (0)