|
3 | 3 | #
|
4 | 4 | # Generated by: Microsoft Corporation
|
5 | 5 | #
|
6 |
| -# Generated on: 1/22/2018 |
| 6 | +# Generated on: 2/1/2018 |
7 | 7 | #
|
8 | 8 |
|
9 | 9 | @{
|
|
12 | 12 | # RootModule = ''
|
13 | 13 |
|
14 | 14 | # Version number of this module.
|
15 |
| -ModuleVersion = '0.5.1' |
| 15 | +ModuleVersion = '0.6.0' |
16 | 16 |
|
17 | 17 | # Supported PSEditions
|
18 | 18 | # CompatiblePSEditions = @()
|
@@ -72,22 +72,25 @@ NestedModules = @('.\Microsoft.Azure.Commands.EventHub.dll')
|
72 | 72 | FunctionsToExport = @()
|
73 | 73 |
|
74 | 74 | # Cmdlets to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no cmdlets to export.
|
| 75 | +CmdletsToExport = 'New-AzureRmEventHubNamespace', 'Get-AzureRmEventHubNamespace', |
| 76 | + 'Set-AzureRmEventHubNamespace', 'Remove-AzureRmEventHubNamespace', |
| 77 | + 'New-AzureRmEventHubAuthorizationRule', |
| 78 | + 'Get-AzureRmEventHubAuthorizationRule', |
| 79 | + 'Set-AzureRmEventHubAuthorizationRule', |
| 80 | + 'Remove-AzureRmEventHubAuthorizationRule', 'Get-AzureRmEventHubKey', |
| 81 | + 'New-AzureRmEventHubKey', 'New-AzureRmEventHub', |
| 82 | + 'Get-AzureRmEventHub', 'Set-AzureRmEventHub', |
| 83 | + 'Remove-AzureRmEventHub', 'New-AzureRmEventHubConsumerGroup', |
| 84 | + 'Get-AzureRmEventHubConsumerGroup', |
| 85 | + 'Set-AzureRmEventHubConsumerGroup', |
| 86 | + 'Remove-AzureRmEventHubConsumerGroup', |
| 87 | + 'New-AzureRmEventHubGeoDRConfiguration', |
| 88 | + 'Get-AzureRmEventHubGeoDRConfiguration', |
| 89 | + 'Remove-AzureRmEventHubGeoDRConfiguration', |
| 90 | + 'Set-AzureRmEventHubGeoDRConfigurationBreakPair', |
| 91 | + 'Set-AzureRmEventHubGeoDRConfigurationFailOver', |
| 92 | + 'Test-AzureRmEventHubName' |
75 | 93 |
|
76 |
| -CmdletsToExport = 'New-AzureRmEventHubNamespace', 'Get-AzureRmEventHubNamespace', |
77 |
| - 'Set-AzureRmEventHubNamespace', 'Remove-AzureRmEventHubNamespace', |
78 |
| - 'New-AzureRmEventHubAuthorizationRule', |
79 |
| - 'Get-AzureRmEventHubAuthorizationRule', |
80 |
| - 'Set-AzureRmEventHubAuthorizationRule', |
81 |
| - 'Remove-AzureRmEventHubAuthorizationRule', 'Get-AzureRmEventHubKey', |
82 |
| - 'New-AzureRmEventHubKey', 'New-AzureRmEventHub', |
83 |
| - 'Get-AzureRmEventHub', 'Set-AzureRmEventHub', |
84 |
| - 'Remove-AzureRmEventHub', 'New-AzureRmEventHubConsumerGroup', |
85 |
| - 'Get-AzureRmEventHubConsumerGroup', |
86 |
| - 'Set-AzureRmEventHubConsumerGroup', |
87 |
| - 'Remove-AzureRmEventHubConsumerGroup', 'New-AzureRmEventHubGeoDRConfiguration', 'Get-AzureRmEventHubGeoDRConfiguration', 'Remove-AzureRmEventHubGeoDRConfiguration', |
88 |
| - 'Set-AzureRmEventHubGeoDRConfigurationBreakPair', 'Set-AzureRmEventHubGeoDRConfigurationFailOver', |
89 |
| - 'Test-AzureRmEventHubName' |
90 |
| - |
91 | 94 | # Variables to export from this module
|
92 | 95 | # VariablesToExport = @()
|
93 | 96 |
|
@@ -121,8 +124,20 @@ PrivateData = @{
|
121 | 124 | # IconUri = ''
|
122 | 125 |
|
123 | 126 | # ReleaseNotes of this module
|
124 |
| - ReleaseNotes = '* Added Location Completer to -Location parameters allowing tab completion through valid Locations |
125 |
| -* Added ResourceGroup Completer to -ResourceGroup parameters allowing tab completion through resource groups in current subscription' |
| 127 | + ReleaseNotes = '* Added below new commands for Geo Disaster Recovery operations. |
| 128 | + -Creating a new Alias(Disaster Recovery configuration): |
| 129 | + - New-AzureRmEventHubGeoDRConfiguration [-ResourceGroupName] <String> [-Namespace] <String> [-Name] <String> [-PartnerNamespace] <String> [-WhatIf] [-Confirm] |
| 130 | + -Retrieve Alias(Disaster Recovery configuration) : |
| 131 | + - Get-AzureRmEventHubGeoDRConfiguration [-ResourceGroupName] <String> [-Namespace] <String> [[-Name] <String>] |
| 132 | + -Disabling the Disaster Recovery and stops replicating changes from primary to secondary namespaces |
| 133 | + - Set-AzureRmEventHubGeoDRConfigurationBreakPair [-ResourceGroupName] <String> [-Namespace] <String> [-Name] <String> |
| 134 | + -Invoking Disaster Recovery failover and reconfigure the alias to point to the secondary namespace |
| 135 | + - Set-AzureRmEventHubGeoDRConfigurationFailOver [-ResourceGroupName] <String> [-Namespace] <String> [-Name] <String> |
| 136 | + -Deleting an Alias(Disaster Recovery configuration) |
| 137 | + - Remove-AzureRmEventHubGeoDRConfiguration [-ResourceGroupName] <String> [-Namespace] <String> [-Name] <String> [-WhatIf] [-Confirm] |
| 138 | +* Added below new commands for checking the Namespace Name and GeoDr Configuration Name - Alias availability. |
| 139 | + -Check the Availability of Namespace name or Alias(Disaster Recovery configuration) name: |
| 140 | + - Test-AzureRmEventHubName [-ResourceGroupName] <String> [-Namespace] <String> [-AliasName] <String>' |
126 | 141 |
|
127 | 142 | # Prerelease string of this module
|
128 | 143 | # Prerelease = ''
|
|
0 commit comments