File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
sdk/communication/azure-communication-email/azure/communication/email Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ def begin_send(
139
139
"name": "str" # Name of the attachment. Required.
140
140
}
141
141
],
142
- "disableUserEngagementTracking ": bool, # Optional. Indicates whether user
142
+ "userEngagementTrackingDisabled ": bool, # Optional. Indicates whether user
143
143
engagement tracking should be disabled for this request if the resource-level
144
144
user engagement tracking setting was already enabled in the control plane.
145
145
"headers": {
Original file line number Diff line number Diff line change @@ -138,7 +138,7 @@ async def begin_send(
138
138
"name": "str" # Name of the attachment. Required.
139
139
}
140
140
],
141
- "disableUserEngagementTracking ": bool, # Optional. Indicates whether user
141
+ "userEngagementTrackingDisabled ": bool, # Optional. Indicates whether user
142
142
engagement tracking should be disabled for this request if the resource-level
143
143
user engagement tracking setting was already enabled in the control plane.
144
144
"headers": {
You can’t perform that action at this time.
0 commit comments