Skip to content

Commit 8c97402

Browse files
authored
[EventHub & ServiceBus] Remove the alias from function list (#21825)
* Remove the alias from function list * Remove the alias from function list
1 parent 110fd11 commit 8c97402

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

src/EventHub/EventHub/Az.EventHub.psd1

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -99,11 +99,9 @@ FunctionsToExport = 'Approve-AzEventHubPrivateEndpointConnection',
9999
'Set-AzEventHubCluster', 'Set-AzEventHubConsumerGroup',
100100
'Set-AzEventHubGeoDRConfigurationBreakPair',
101101
'Set-AzEventHubGeoDRConfigurationFailOver',
102-
'Set-AzEventHubNetworkRuleSet', 'Test-AzEventHubName',
103-
'Get-AzEventHubNamespaceV2',
104-
'New-AzEventHubKeyVaultPropertiesObject',
105-
'New-AzEventHubNamespaceV2', 'Remove-AzEventHubNamespaceV2',
106-
'Set-AzEventHubNamespaceV2', 'Get-AzEventHubNamespace',
102+
'Set-AzEventHubNetworkRuleSet', 'Test-AzEventHubName',
103+
'New-AzEventHubKeyVaultPropertiesObject',
104+
'Get-AzEventHubNamespace',
107105
'New-AzEventHubNamespace', 'Remove-AzEventHubNamespace',
108106
'Set-AzEventHubNamespace'
109107

src/ServiceBus/ServiceBus/Az.ServiceBus.psd1

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,10 +102,8 @@ FunctionsToExport = 'Approve-AzServiceBusPrivateEndpointConnection',
102102
'Set-AzServiceBusRule', 'Set-AzServiceBusSubscription',
103103
'Set-AzServiceBusTopic', 'Start-AzServiceBusMigration',
104104
'Stop-AzServiceBusMigration', 'Test-AzServiceBusName',
105-
'Get-AzServiceBusNamespaceV2',
106105
'New-AzServiceBusKeyVaultPropertiesObject',
107-
'New-AzServiceBusNamespaceV2', 'Remove-AzServiceBusNamespaceV2',
108-
'Set-AzServiceBusNamespaceV2', 'Get-AzServiceBusNamespace',
106+
'Get-AzServiceBusNamespace',
109107
'New-AzServiceBusNamespace', 'Remove-AzServiceBusNamespace',
110108
'Set-AzServiceBusNamespace'
111109

0 commit comments

Comments
 (0)