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
Describe the bug
Getting TypeError [TypeError: get() got an unexpected keyword argument 'proxies'] when running:
# Connect to Microsoft Sentinel with our QueryProvider and config details
qry_prov.connect(ws_config)
To Reproduce
New AML compute instance. Followed all steps to setup msticpy configuration.
config files present and properly loaded. All steps passing besides mentioned above.
Other compute instance with same settings works properly.
Expected behavior
Successfull connection to Sentinel provider.
Screenshots and/or Traceback
Environment (please complete the following information):
Python Version: [3.10]
OS: [Ubuntu Linux 24.10.18 ]
Python environment: [Cloud Azure ML]
MSTICPy Version: [2.14.0]
The text was updated successfully, but these errors were encountered:
thanks @agahen
I'm not a pro and thought I got all dependencies up to date. But already overcome this by removing all parts related with proxies from the connector itself.
Thanks @agahen for filing the issue and @mark-kramtest for diagnosing the cause.
I will update msticpy to replace the use of the deprecated proxies parameter
Describe the bug
Getting TypeError [TypeError: get() got an unexpected keyword argument 'proxies'] when running:
# Connect to Microsoft Sentinel with our QueryProvider and config details
qry_prov.connect(ws_config)
To Reproduce
New AML compute instance. Followed all steps to setup msticpy configuration.
config files present and properly loaded. All steps passing besides mentioned above.
Other compute instance with same settings works properly.
Expected behavior
Successfull connection to Sentinel provider.
Screenshots and/or Traceback
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: