Skip to content

Commit 59be43c

Browse files
damodaravadhaniqinzhouxu
authored andcommitted
[EventHubs]: NamespaceV2 cmdlet aliased with Namespace (Azure#21746)
* Namespace aliased * doc fixes
1 parent 00547f4 commit 59be43c

File tree

59 files changed

+433
-181
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

59 files changed

+433
-181
lines changed

src/EventHub/EventHub.Autorest/Az.EventHub.psd1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
DotNetFrameworkVersion = '4.7.2'
1212
RequiredAssemblies = './bin/Az.EventHub.private.dll'
1313
FormatsToProcess = './Az.EventHub.format.ps1xml'
14-
FunctionsToExport = 'Approve-AzEventHubPrivateEndpointConnection', 'Deny-AzEventHubPrivateEndpointConnection', 'Get-AzEventHub', 'Get-AzEventHubApplicationGroup', 'Get-AzEventHubAuthorizationRule', 'Get-AzEventHubCluster', 'Get-AzEventHubClusterNamespace', 'Get-AzEventHubClustersAvailableRegion', 'Get-AzEventHubConsumerGroup', 'Get-AzEventHubGeoDRConfiguration', 'Get-AzEventHubKey', 'Get-AzEventHubNamespaceV2', 'Get-AzEventHubNetworkRuleSet', 'Get-AzEventHubPrivateEndpointConnection', 'Get-AzEventHubPrivateLink', 'Get-AzEventHubSchemaGroup', 'New-AzEventHub', 'New-AzEventHubApplicationGroup', 'New-AzEventHubAuthorizationRule', 'New-AzEventHubCluster', 'New-AzEventHubConsumerGroup', 'New-AzEventHubGeoDRConfiguration', 'New-AzEventHubIPRuleConfig', 'New-AzEventHubKey', 'New-AzEventHubKeyVaultPropertiesObject', 'New-AzEventHubNamespaceV2', 'New-AzEventHubSchemaGroup', 'New-AzEventHubThrottlingPolicyConfig', 'New-AzEventHubVirtualNetworkRuleConfig', 'Remove-AzEventHub', 'Remove-AzEventHubApplicationGroup', 'Remove-AzEventHubAuthorizationRule', 'Remove-AzEventHubCluster', 'Remove-AzEventHubConsumerGroup', 'Remove-AzEventHubGeoDRConfiguration', 'Remove-AzEventHubNamespaceV2', 'Remove-AzEventHubPrivateEndpointConnection', 'Remove-AzEventHubSchemaGroup', 'Set-AzEventHub', 'Set-AzEventHubApplicationGroup', 'Set-AzEventHubAuthorizationRule', 'Set-AzEventHubCluster', 'Set-AzEventHubConsumerGroup', 'Set-AzEventHubGeoDRConfigurationBreakPair', 'Set-AzEventHubGeoDRConfigurationFailOver', 'Set-AzEventHubNamespaceV2', 'Set-AzEventHubNetworkRuleSet', 'Test-AzEventHubName', '*'
15-
AliasesToExport = '*'
14+
FunctionsToExport = 'Approve-AzEventHubPrivateEndpointConnection', 'Deny-AzEventHubPrivateEndpointConnection', 'Get-AzEventHub', 'Get-AzEventHubApplicationGroup', 'Get-AzEventHubAuthorizationRule', 'Get-AzEventHubCluster', 'Get-AzEventHubClusterNamespace', 'Get-AzEventHubClustersAvailableRegion', 'Get-AzEventHubConsumerGroup', 'Get-AzEventHubGeoDRConfiguration', 'Get-AzEventHubKey', 'Get-AzEventHubNamespace', 'Get-AzEventHubNetworkRuleSet', 'Get-AzEventHubPrivateEndpointConnection', 'Get-AzEventHubPrivateLink', 'Get-AzEventHubSchemaGroup', 'New-AzEventHub', 'New-AzEventHubApplicationGroup', 'New-AzEventHubAuthorizationRule', 'New-AzEventHubCluster', 'New-AzEventHubConsumerGroup', 'New-AzEventHubGeoDRConfiguration', 'New-AzEventHubIPRuleConfig', 'New-AzEventHubKey', 'New-AzEventHubKeyVaultPropertiesObject', 'New-AzEventHubNamespace', 'New-AzEventHubSchemaGroup', 'New-AzEventHubThrottlingPolicyConfig', 'New-AzEventHubVirtualNetworkRuleConfig', 'Remove-AzEventHub', 'Remove-AzEventHubApplicationGroup', 'Remove-AzEventHubAuthorizationRule', 'Remove-AzEventHubCluster', 'Remove-AzEventHubConsumerGroup', 'Remove-AzEventHubGeoDRConfiguration', 'Remove-AzEventHubNamespace', 'Remove-AzEventHubPrivateEndpointConnection', 'Remove-AzEventHubSchemaGroup', 'Set-AzEventHub', 'Set-AzEventHubApplicationGroup', 'Set-AzEventHubAuthorizationRule', 'Set-AzEventHubCluster', 'Set-AzEventHubConsumerGroup', 'Set-AzEventHubGeoDRConfigurationBreakPair', 'Set-AzEventHubGeoDRConfigurationFailOver', 'Set-AzEventHubNamespace', 'Set-AzEventHubNetworkRuleSet', 'Test-AzEventHubName', '*'
15+
AliasesToExport = 'Get-AzEventHubNamespaceV2', 'New-AzEventHubNamespaceV2', 'Remove-AzEventHubNamespaceV2', 'Set-AzEventHubNamespaceV2', '*'
1616
PrivateData = @{
1717
PSData = @{
1818
Tags = 'Azure', 'ResourceManager', 'ARM', 'PSModule', 'EventHub'

src/EventHub/EventHub.Autorest/README.md

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -218,17 +218,24 @@ directive:
218218
property-name: IdentityTenantId
219219
set:
220220
property-name: TenantId
221-
222-
- where:
223-
subject: Namespace
224-
set:
225-
subject: NamespaceV2
226221

227222
- where:
228223
verb: New
229-
subject: NamespaceV2
224+
subject: Namespace
230225
hide: true
231226

227+
- where:
228+
verb: Get
229+
subject: Namespace
230+
set:
231+
alias: Get-AzEventHubNamespaceV2
232+
233+
- where:
234+
verb: Remove
235+
subject: Namespace
236+
set:
237+
alias: Remove-AzEventHubNamespaceV2
238+
232239
- where:
233240
model-name: KeyVaultProperties
234241
property-name: IdentityUserAssignedIdentity

src/EventHub/EventHub.Autorest/custom/New-AzEventHubNamespaceV2.ps1 renamed to src/EventHub/EventHub.Autorest/custom/New-AzEventHubNamespace.ps1

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ Creates an EventHub Namespace
1919
Creates an EventHub Namespace
2020
#>
2121

22-
function New-AzEventHubNamespaceV2{
22+
function New-AzEventHubNamespace{
23+
[Alias("New-AzEventHubNamespaceV2")]
2324
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api20221001Preview.IEhNamespace])]
2425
[CmdletBinding(PositionalBinding = $false, SupportsShouldProcess, ConfirmImpact = 'Medium')]
2526
param(
@@ -206,7 +207,7 @@ function New-AzEventHubNamespaceV2{
206207
$null = $PSBoundParameters.Remove("UserAssignedIdentityId")
207208
}
208209
if ($PSCmdlet.ShouldProcess("EventHub Namespace $($Name)", "Create or update")) {
209-
Az.EventHub.private\New-AzEventHubNamespaceV2_CreateExpanded @PSBoundParameters
210+
Az.EventHub.private\New-AzEventHubNamespace_CreateExpanded @PSBoundParameters
210211
}
211212
}
212213
catch{

src/EventHub/EventHub.Autorest/custom/Set-AzEventHubNamespaceV2.ps1 renamed to src/EventHub/EventHub.Autorest/custom/Set-AzEventHubNamespace.ps1

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ Updates an EventHub Namespace
1919
Updates an EventHub Namespace
2020
#>
2121

22-
function Set-AzEventHubNamespaceV2{
22+
function Set-AzEventHubNamespace{
23+
[Alias("Set-AzEventHubNamespaceV2")]
2324
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api20221001Preview.IEhNamespace])]
2425
[CmdletBinding(DefaultParameterSetName = 'SetExpanded', PositionalBinding = $false, SupportsShouldProcess, ConfirmImpact = 'Medium')]
2526
param(
@@ -190,7 +191,7 @@ function Set-AzEventHubNamespaceV2{
190191
$null = $PSBoundParameters.Remove('WhatIf')
191192
$null = $PSBoundParameters.Remove('Confirm')
192193

193-
$eventHubNamespace = Get-AzEventHubNamespaceV2 @PSBoundParameters
194+
$eventHubNamespace = Get-AzEventHubNamespace @PSBoundParameters
194195

195196
# 2. PUT
196197
$null = $PSBoundParameters.Remove('InputObject')
@@ -247,7 +248,7 @@ function Set-AzEventHubNamespaceV2{
247248
}
248249

249250
if ($PSCmdlet.ShouldProcess("EventHubNamespace $($eventHubNamespace.Name)", "Create or update")) {
250-
Az.EventHub.private\New-AzEventHubNamespaceV2_CreateViaIdentity -InputObject $eventHubNamespace -Parameter $eventHubNamespace @PSBoundParameters
251+
Az.EventHub.private\New-AzEventHubNamespace_CreateViaIdentity -InputObject $eventHubNamespace -Parameter $eventHubNamespace @PSBoundParameters
251252
}
252253
}
253254
catch{

src/EventHub/EventHub.Autorest/docs/Az.EventHub.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Retrieves Alias(Disaster Recovery configuration) for primary or secondary namesp
4444
### [Get-AzEventHubKey](Get-AzEventHubKey.md)
4545
Gets an EventHub SAS key
4646

47-
### [Get-AzEventHubNamespaceV2](Get-AzEventHubNamespaceV2.md)
47+
### [Get-AzEventHubNamespace](Get-AzEventHubNamespace.md)
4848
Gets the description of the specified namespace.
4949

5050
### [Get-AzEventHubNetworkRuleSet](Get-AzEventHubNetworkRuleSet.md)
@@ -86,7 +86,7 @@ Regenerates an EventHub SAS key
8686
### [New-AzEventHubKeyVaultPropertiesObject](New-AzEventHubKeyVaultPropertiesObject.md)
8787
Create an in-memory object for KeyVaultProperties.
8888

89-
### [New-AzEventHubNamespaceV2](New-AzEventHubNamespaceV2.md)
89+
### [New-AzEventHubNamespace](New-AzEventHubNamespace.md)
9090
Creates an EventHub Namespace
9191

9292
### [New-AzEventHubSchemaGroup](New-AzEventHubSchemaGroup.md)
@@ -117,7 +117,7 @@ Deletes a consumer group from the specified Event Hub and resource group.
117117
### [Remove-AzEventHubGeoDRConfiguration](Remove-AzEventHubGeoDRConfiguration.md)
118118
Deletes an Alias(Disaster Recovery configuration)
119119

120-
### [Remove-AzEventHubNamespaceV2](Remove-AzEventHubNamespaceV2.md)
120+
### [Remove-AzEventHubNamespace](Remove-AzEventHubNamespace.md)
121121
Deletes an existing namespace.
122122
This operation also removes all associated resources under the namespace.
123123

@@ -149,7 +149,7 @@ This operation disables the Disaster Recovery and stops replicating changes from
149149
### [Set-AzEventHubGeoDRConfigurationFailOver](Set-AzEventHubGeoDRConfigurationFailOver.md)
150150
Invokes GEO DR failover and reconfigure the alias to point to the secondary namespace
151151

152-
### [Set-AzEventHubNamespaceV2](Set-AzEventHubNamespaceV2.md)
152+
### [Set-AzEventHubNamespace](Set-AzEventHubNamespace.md)
153153
Updates an EventHub Namespace
154154

155155
### [Set-AzEventHubNetworkRuleSet](Set-AzEventHubNetworkRuleSet.md)

src/EventHub/EventHub.Autorest/docs/Get-AzEventHubNamespaceV2.md renamed to src/EventHub/EventHub.Autorest/docs/Get-AzEventHubNamespace.md

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
22
external help file:
33
Module Name: Az.EventHub
4-
online version: https://learn.microsoft.com/powershell/module/az.eventhub/get-azeventhubnamespacev2
4+
online version: https://learn.microsoft.com/powershell/module/az.eventhub/get-azeventhubnamespace
55
schema: 2.0.0
66
---
77

8-
# Get-AzEventHubNamespaceV2
8+
# Get-AzEventHubNamespace
99

1010
## SYNOPSIS
1111
Gets the description of the specified namespace.
@@ -14,24 +14,24 @@ Gets the description of the specified namespace.
1414

1515
### List (Default)
1616
```
17-
Get-AzEventHubNamespaceV2 [-SubscriptionId <String[]>] [-DefaultProfile <PSObject>] [<CommonParameters>]
17+
Get-AzEventHubNamespace [-SubscriptionId <String[]>] [-DefaultProfile <PSObject>] [<CommonParameters>]
1818
```
1919

2020
### Get
2121
```
22-
Get-AzEventHubNamespaceV2 -Name <String> -ResourceGroupName <String> [-SubscriptionId <String[]>]
22+
Get-AzEventHubNamespace -Name <String> -ResourceGroupName <String> [-SubscriptionId <String[]>]
2323
[-DefaultProfile <PSObject>] [<CommonParameters>]
2424
```
2525

2626
### GetViaIdentity
2727
```
28-
Get-AzEventHubNamespaceV2 -InputObject <IEventHubIdentity> [-DefaultProfile <PSObject>] [<CommonParameters>]
28+
Get-AzEventHubNamespace -InputObject <IEventHubIdentity> [-DefaultProfile <PSObject>] [<CommonParameters>]
2929
```
3030

3131
### List1
3232
```
33-
Get-AzEventHubNamespaceV2 -ResourceGroupName <String> [-SubscriptionId <String[]>]
34-
[-DefaultProfile <PSObject>] [<CommonParameters>]
33+
Get-AzEventHubNamespace -ResourceGroupName <String> [-SubscriptionId <String[]>] [-DefaultProfile <PSObject>]
34+
[<CommonParameters>]
3535
```
3636

3737
## DESCRIPTION
@@ -41,7 +41,7 @@ Gets the description of the specified namespace.
4141

4242
### Example 1: Get an EventHub namespace
4343
```powershell
44-
Get-AzEventHubNamespaceV2 -ResourceGroupName myResourceGroup -Name myNamespace
44+
Get-AzEventHubNamespace -ResourceGroupName myResourceGroup -Name myNamespace
4545
```
4646

4747
```output
@@ -85,14 +85,14 @@ Gets details of an EventHub namespace `myNamespace` in resource group `myResourc
8585

8686
### Example 2: List all EventHub namespaces in a resource group
8787
```powershell
88-
Get-AzEventHubNamespaceV2 -ResourceGroupName myResourceGroup
88+
Get-AzEventHubNamespace -ResourceGroupName myResourceGroup
8989
```
9090

9191
Lists all EventHub namespaces under resource group `myResourceGroup`.
9292

9393
### Example 3: List all EventHub namespaces in a subscription
9494
```powershell
95-
Get-AzEventHubNamespaceV2
95+
Get-AzEventHubNamespace
9696
```
9797

9898
Lists all EventHub namespaces in the current subscription context.
@@ -192,6 +192,8 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
192192
193193
ALIASES
194194
195+
Get-AzEventHubNamespaceV2
196+
195197
COMPLEX PARAMETER PROPERTIES
196198
197199
To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables.

src/EventHub/EventHub.Autorest/docs/New-AzEventHubNamespaceV2.md renamed to src/EventHub/EventHub.Autorest/docs/New-AzEventHubNamespace.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
---
22
external help file:
33
Module Name: Az.EventHub
4-
online version: https://learn.microsoft.com/powershell/module/az.eventhub/new-azeventhubnamespacev2
4+
online version: https://learn.microsoft.com/powershell/module/az.eventhub/new-azeventhubnamespace
55
schema: 2.0.0
66
---
77

8-
# New-AzEventHubNamespaceV2
8+
# New-AzEventHubNamespace
99

1010
## SYNOPSIS
1111
Creates an EventHub Namespace
1212

1313
## SYNTAX
1414

1515
```
16-
New-AzEventHubNamespaceV2 -Name <String> -ResourceGroupName <String> -Location <String>
16+
New-AzEventHubNamespace -Name <String> -ResourceGroupName <String> -Location <String>
1717
[-SubscriptionId <String>] [-AlternateName <String>] [-ClusterArmId <String>] [-DisableLocalAuth]
1818
[-EnableAutoInflate] [-IdentityType <ManagedServiceIdentityType>] [-KeyVaultProperty <IKeyVaultProperties[]>]
1919
[-MaximumThroughputUnit <Int64>] [-MinimumTlsVersion <String>] [-PublicNetworkAccess <PublicNetworkAccess>]
@@ -32,7 +32,7 @@ Creates an EventHub Namespace
3232
$keyVaultProperty1 = New-AzEventHubKeyVaultPropertiesObject -KeyName key1 -KeyVaultUri https://testkeyvault.vault.azure.net -UserAssignedIdentity "/subscriptions/000000000000000/resourceGroups/myResourceGroup/providers/Microsoft.ManagedIdentity/userAssignedIdentities/myFirstIdentity"
3333
$keyVaultProperty2 = New-AzEventHubKeyVaultPropertiesObject -KeyName key2 -KeyVaultUri https://testkeyvault.vault.azure.net -UserAssignedIdentity "/subscriptions/000000000000000/resourceGroups/myResourceGroup/providers/Microsoft.ManagedIdentity/userAssignedIdentities/mySecondIdentity"
3434
35-
New-AzEventHubNamespaceV2 -ResourceGroupName myResourceGroup -Name myNamespace -SkuName Premium -Location northeurope -IdentityType UserAssigned -UserAssignedIdentityId "/subscriptions/000000000000000/resourceGroups/myResourceGroup/providers/Microsoft.ManagedIdentity/userAssignedIdentities/myFirstIdentity","/subscriptions/000000000000000/resourceGroups/myResourceGroup/providers/Microsoft.ManagedIdentity/userAssignedIdentities/mySecondIdentity" -KeyVaultProperty $keyVaultProperty1,$keyVaultProperty2
35+
New-AzEventHubNamespace -ResourceGroupName myResourceGroup -Name myNamespace -SkuName Premium -Location northeurope -IdentityType UserAssigned -UserAssignedIdentityId "/subscriptions/000000000000000/resourceGroups/myResourceGroup/providers/Microsoft.ManagedIdentity/userAssignedIdentities/myFirstIdentity","/subscriptions/000000000000000/resourceGroups/myResourceGroup/providers/Microsoft.ManagedIdentity/userAssignedIdentities/mySecondIdentity" -KeyVaultProperty $keyVaultProperty1,$keyVaultProperty2
3636
```
3737

3838
```output
@@ -94,7 +94,7 @@ Creates a new Premium EventHub namespace with UserAssignedIdentity encryption
9494

9595
### Example 2: Create a new EventHub namespace with System Assigned Identity enabled
9696
```powershell
97-
New-AzEventHubNamespaceV2 -ResourceGroupName myResourceGroup -Name myNamespace -SkuName Premium -Location northeurope -IdentityType SystemAssigned
97+
New-AzEventHubNamespace -ResourceGroupName myResourceGroup -Name myNamespace -SkuName Premium -Location northeurope -IdentityType SystemAssigned
9898
```
9999

100100
```output
@@ -138,7 +138,7 @@ Create an EventHub namespace with SystemAssigned identity.
138138

139139
### Example 3: Create a new Standard EventHub namespace with AutoInflate enabled
140140
```powershell
141-
New-AzEventHubNamespaceV2 -ResourceGroupName myResourceGroup -Name myNamespace -SkuCapacity 10 -MaximumThroughputUnit 18 -SkuName Standard -Location southcentralus -Tag @{k1='v1'; k2='v2'} -EnableAutoInflate -DisableLocalAuth
141+
New-AzEventHubNamespace -ResourceGroupName myResourceGroup -Name myNamespace -SkuCapacity 10 -MaximumThroughputUnit 18 -SkuName Standard -Location southcentralus -Tag @{k1='v1'; k2='v2'} -EnableAutoInflate -DisableLocalAuth
142142
```
143143

144144
```output
@@ -548,6 +548,8 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
548548
549549
ALIASES
550550
551+
New-AzEventHubNamespaceV2
552+
551553
COMPLEX PARAMETER PROPERTIES
552554
553555
To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables.

src/EventHub/EventHub.Autorest/docs/Remove-AzEventHubNamespaceV2.md renamed to src/EventHub/EventHub.Autorest/docs/Remove-AzEventHubNamespace.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
22
external help file:
33
Module Name: Az.EventHub
4-
online version: https://learn.microsoft.com/powershell/module/az.eventhub/remove-azeventhubnamespacev2
4+
online version: https://learn.microsoft.com/powershell/module/az.eventhub/remove-azeventhubnamespace
55
schema: 2.0.0
66
---
77

8-
# Remove-AzEventHubNamespaceV2
8+
# Remove-AzEventHubNamespace
99

1010
## SYNOPSIS
1111
Deletes an existing namespace.
@@ -15,13 +15,13 @@ This operation also removes all associated resources under the namespace.
1515

1616
### Delete (Default)
1717
```
18-
Remove-AzEventHubNamespaceV2 -Name <String> -ResourceGroupName <String> [-SubscriptionId <String>]
18+
Remove-AzEventHubNamespace -Name <String> -ResourceGroupName <String> [-SubscriptionId <String>]
1919
[-DefaultProfile <PSObject>] [-AsJob] [-NoWait] [-PassThru] [-Confirm] [-WhatIf] [<CommonParameters>]
2020
```
2121

2222
### DeleteViaIdentity
2323
```
24-
Remove-AzEventHubNamespaceV2 -InputObject <IEventHubIdentity> [-DefaultProfile <PSObject>] [-AsJob] [-NoWait]
24+
Remove-AzEventHubNamespace -InputObject <IEventHubIdentity> [-DefaultProfile <PSObject>] [-AsJob] [-NoWait]
2525
[-PassThru] [-Confirm] [-WhatIf] [<CommonParameters>]
2626
```
2727

@@ -33,15 +33,15 @@ This operation also removes all associated resources under the namespace.
3333

3434
### Example 1: Delete an EventHub namespace
3535
```powershell
36-
Remove-AzEventHubNamespaceV2 -ResourceGroupName myResourceGroup -Name myNamespace
36+
Remove-AzEventHubNamespace -ResourceGroupName myResourceGroup -Name myNamespace
3737
```
3838

3939
Deletes an EventHub namespace `myNamespace` under resource group `myResourceGroup`.
4040

4141
### Example 2: Delete an EventHub namespace using InputObject parameter set
4242
```powershell
43-
$namespace = Get-AzEventHubNamespaceV2 -ResourceGroupName myResourceGroup -Name myNamespace
44-
Remove-AzEventHubNamespaceV2 -InputObject $namespace
43+
$namespace = Get-AzEventHubNamespace -ResourceGroupName myResourceGroup -Name myNamespace
44+
Remove-AzEventHubNamespace -InputObject $namespace
4545
```
4646

4747
Deletes an EventHub namespace `myNamespace` under resource group `myResourceGroup` using InputObject parameter set.
@@ -217,6 +217,8 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
217217
218218
ALIASES
219219
220+
Remove-AzEventHubNamespaceV2
221+
220222
COMPLEX PARAMETER PROPERTIES
221223
222224
To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables.

0 commit comments

Comments
 (0)