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
/site-packages/azure/core/pipeline/transport/_requests_basic.py", line 324, in send response = self.session.request( # type: ignore TypeError: request() got an unexpected keyword argument 'raw'
When I removed raw=True the response returns None
Any advice would be appreciated.
Regards
The text was updated successfully, but these errors were encountered:
Hi,
I got the error here
response = backup_client.protection_containers.refresh(az_recovery_services_vault_name, az_resource_group_name, fabric_name, raw=True)
Error:
/site-packages/azure/core/pipeline/transport/_requests_basic.py", line 324, in send response = self.session.request( # type: ignore TypeError: request() got an unexpected keyword argument 'raw'
When I removed
raw=True
the response returnsNone
Any advice would be appreciated.
Regards
The text was updated successfully, but these errors were encountered: