Open
Description
Environment
Windows build number: [run "ver" at a command prompt]
PowerShell version (if applicable):
Any other software?
Steps to reproduce
Import-AzSentinelDataConnector -verbose
Expected behavior
Using the Import-AzSentinelDataConnector, list all of our data connectors in our subscription.
Actual behavior
I ran the Import-AzSentinelDataConnector -verbose and noticed we were getting no data from any of our GET requests from the api. We tried this against the 2020-01-01 api separately and there doesn't appear to be any data coming back.
I then tried this against the 2021-03-01-preview and we were able to retrieve our data for the data connectors.
Looks like the 2020-01-01 api is no longer suitable and should be updated in your Import-AzSentinelDataConnector.ps1
Activity