We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 12dee4a + c13e3dc commit c929be5Copy full SHA for c929be5
src/EventHub/EventHub/help/New-AzEventHub.md
@@ -45,7 +45,7 @@ PS C:\> New-AzEventHub -ResourceGroupName MyResourceGroupName -NamespaceName MyN
45
46
PS C:\> $CreatedEventHub = Get-AzEventHub -ResourceGroupName MyResourceGroupName -Namespace MyNamespaceName -Name MyEventHubName
47
48
-PS C:\> $createdEventHub.CaptureDescription = New-Object -TypeName Microsoft.Azure.Commands.EventHub.Models.CaptureDescriptionAttributes
+PS C:\> $createdEventHub.CaptureDescription = New-Object -TypeName Microsoft.Azure.Commands.EventHub.Models.PSCaptureDescriptionAttributes
49
50
PS C:\> $createdEventHub.CaptureDescription.Enabled = $true
51
PS C:\> $createdEventHub.CaptureDescription.IntervalInSeconds = 120
0 commit comments