Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

request() got an unexpected keyword argument 'raw' #68

Open
anotherancientalien opened this issue Nov 23, 2021 · 0 comments
Open

request() got an unexpected keyword argument 'raw' #68

anotherancientalien opened this issue Nov 23, 2021 · 0 comments

Comments

@anotherancientalien
Copy link

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 returns None

Any advice would be appreciated.

Regards

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant