Hello, I am creating an event hub:
New-PSUEventHub -Name 'myhub' -Description "my event hub" -Role "test" -Authenticated
Then I connect to the event hub:
Connect-PSUEventHub -ComputerName http://localhost:5000 -Hub 'myhub' -AppToken $Token -ScriptBlock {
Write-Host "Event Received"
}
Then when I want to send something to the event hub:
Send-PSUEvent -ComputerName http://localhost:5000 -Hub 'myhub' -AppToken $Token -Data "test"
I get “The method or operation is not implemented.”
Powerhshell Universal version 4.0.9