Skip to content

Commit 9832a17

Browse files
Migrate EventHub from generation to main (#19697)
* Move EventHub to main * Add breaking change Co-authored-by: Yunchi Wang <[email protected]> Co-authored-by: wyunchi-ms <[email protected]>
1 parent 206154a commit 9832a17

File tree

4 files changed

+20
-3
lines changed

4 files changed

+20
-3
lines changed

src/EventHub/EventHub.Autorest/docs/New-AzEventHubKey.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ SecondaryConnectionString : {secondaryConnectionString}
5959
SecondaryKey : {secondaryKey}
6060
```
6161

62-
Regenerate primary key of authorization rule `rootmanagesharedaccesskey` on EventHub entity `myEventHub` on EventHub Namespace `myNamespace`.
62+
Regenerate secondary key of authorization rule `rootmanagesharedaccesskey` on EventHub entity `myEventHub` on EventHub Namespace `myNamespace`.
6363

6464
## PARAMETERS
6565

src/EventHub/EventHub.Autorest/examples/New-AzEventHubKey.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ SecondaryConnectionString : {secondaryConnectionString}
2626
SecondaryKey : {secondaryKey}
2727
```
2828

29-
Regenerate primary key of authorization rule `rootmanagesharedaccesskey` on EventHub entity `myEventHub` on EventHub Namespace `myNamespace`.
29+
Regenerate secondary key of authorization rule `rootmanagesharedaccesskey` on EventHub entity `myEventHub` on EventHub Namespace `myNamespace`.
3030

src/EventHub/EventHub/help/New-AzEventHubKey.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ SecondaryConnectionString : {secondaryConnectionString}
5959
SecondaryKey : {secondaryKey}
6060
```
6161

62-
Regenerate primary key of authorization rule `rootmanagesharedaccesskey` on EventHub entity `myEventHub` on EventHub Namespace `myNamespace`.
62+
Regenerate secondary key of authorization rule `rootmanagesharedaccesskey` on EventHub entity `myEventHub` on EventHub Namespace `myNamespace`.
6363

6464
## PARAMETERS
6565

tools/StaticAnalysis/Exceptions/Az.EventHub/BreakingChangeIssues.csv

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -392,3 +392,20 @@
392392
"Az.EventHub","Microsoft.Azure.Commands.EventHub.Commands.ConsumerGroup.SetAzureEventHubConsumerGroup","Set-AzEventHubConsumerGroup","0","2000","The cmdlet 'Set-AzEventHubConsumerGroup' no longer supports the parameter 'Namespace' and no alias was found for the original parameter name.","Add the parameter 'Namespace' back to the cmdlet 'Set-AzEventHubConsumerGroup', or add an alias to the original parameter name."
393393
"Az.EventHub","Microsoft.Azure.Commands.EventHub.Commands.ConsumerGroup.SetAzureEventHubConsumerGroup","Set-AzEventHubConsumerGroup","0","2000","The cmdlet 'Set-AzEventHubConsumerGroup' no longer supports the parameter 'EventHub' and no alias was found for the original parameter name.","Add the parameter 'EventHub' back to the cmdlet 'Set-AzEventHubConsumerGroup', or add an alias to the original parameter name."
394394
"Az.EventHub","Microsoft.Azure.Commands.EventHub.Commands.Namespace.TestAzureEventhubCheckNameAvailability","Test-AzEventHubName","0","2000","The cmdlet 'Test-AzEventHubName' no longer supports the parameter 'Namespace' and no alias was found for the original parameter name.","Add the parameter 'Namespace' back to the cmdlet 'Test-AzEventHubName', or add an alias to the original parameter name."
395+
"Az.EventHub","Microsoft.Azure.Commands.EventHub.Commands.GetAzureEventHubAuthorizationRule","Get-AzEventHubAuthorizationRule","0","1060","The parameter set 'NamespaceAuthorizationRuleSet' for cmdlet 'Get-AzEventHubAuthorizationRule' is no longer the default parameter set.","Change the default parameter for cmdlet 'Get-AzEventHubAuthorizationRule' back to 'NamespaceAuthorizationRuleSet'."
396+
"Az.EventHub","Microsoft.Azure.Commands.EventHub.Commands.GetAzureEventhubKey","Get-AzEventHubKey","0","2000","The cmdlet 'Get-AzEventHubKey' no longer supports the parameter 'Namespace' and no alias was found for the original parameter name.","Add the parameter 'Namespace' back to the cmdlet 'Get-AzEventHubKey', or add an alias to the original parameter name."
397+
"Az.EventHub","Microsoft.Azure.Commands.EventHub.Commands.GetAzureEventhubKey","Get-AzEventHubKey","0","2000","The cmdlet 'Get-AzEventHubKey' no longer supports the parameter 'EventHub' and no alias was found for the original parameter name.","Add the parameter 'EventHub' back to the cmdlet 'Get-AzEventHubKey', or add an alias to the original parameter name."
398+
"Az.EventHub","Microsoft.Azure.Commands.EventHub.Commands.NetworkruleSet.GetAzureEventHubNetworkRuleSet","Get-AzEventHubNetworkRuleSet","0","1060","The parameter set 'NetworkRuleSetPropertiesSet' for cmdlet 'Get-AzEventHubNetworkRuleSet' is no longer the default parameter set.","Change the default parameter for cmdlet 'Get-AzEventHubNetworkRuleSet' back to 'NetworkRuleSetPropertiesSet'."
399+
"Az.EventHub","Microsoft.Azure.Commands.EventHub.Commands.NewAzureEventhubAuthorizationRules","New-AzEventHubAuthorizationRule","0","2000","The cmdlet 'New-AzEventHubAuthorizationRule' no longer supports the parameter 'Namespace' and no alias was found for the original parameter name.","Add the parameter 'Namespace' back to the cmdlet 'New-AzEventHubAuthorizationRule', or add an alias to the original parameter name."
400+
"Az.EventHub","Microsoft.Azure.Commands.EventHub.Commands.NewAzureEventhubAuthorizationRules","New-AzEventHubAuthorizationRule","0","2000","The cmdlet 'New-AzEventHubAuthorizationRule' no longer supports the parameter 'EventHub' and no alias was found for the original parameter name.","Add the parameter 'EventHub' back to the cmdlet 'New-AzEventHubAuthorizationRule', or add an alias to the original parameter name."
401+
"Az.EventHub","Microsoft.Azure.Commands.EventHub.Commands.ConsumerGroup.NewEventHubConsumerGroup","New-AzEventHubConsumerGroup","0","2000","The cmdlet 'New-AzEventHubConsumerGroup' no longer supports the parameter 'Namespace' and no alias was found for the original parameter name.","Add the parameter 'Namespace' back to the cmdlet 'New-AzEventHubConsumerGroup', or add an alias to the original parameter name."
402+
"Az.EventHub","Microsoft.Azure.Commands.EventHub.Commands.ConsumerGroup.NewEventHubConsumerGroup","New-AzEventHubConsumerGroup","0","2000","The cmdlet 'New-AzEventHubConsumerGroup' no longer supports the parameter 'EventHub' and no alias was found for the original parameter name.","Add the parameter 'EventHub' back to the cmdlet 'New-AzEventHubConsumerGroup', or add an alias to the original parameter name."
403+
"Az.EventHub","Microsoft.Azure.Commands.EventHub.Commands.NewAzureEventhubKey","New-AzEventHubKey","0","2000","The cmdlet 'New-AzEventHubKey' no longer supports the parameter 'Namespace' and no alias was found for the original parameter name.","Add the parameter 'Namespace' back to the cmdlet 'New-AzEventHubKey', or add an alias to the original parameter name."
404+
"Az.EventHub","Microsoft.Azure.Commands.EventHub.Commands.NewAzureEventhubKey","New-AzEventHubKey","0","2000","The cmdlet 'New-AzEventHubKey' no longer supports the parameter 'EventHub' and no alias was found for the original parameter name.","Add the parameter 'EventHub' back to the cmdlet 'New-AzEventHubKey', or add an alias to the original parameter name."
405+
"Az.EventHub","Microsoft.Azure.Commands.EventHub.Commands.SchemaRegistry.AddAzureEventHubSchemaGroup","New-AzEventHubSchemaGroup","0","2000","The cmdlet 'New-AzEventHubSchemaGroup' no longer supports the parameter 'Namespace' and no alias was found for the original parameter name.","Add the parameter 'Namespace' back to the cmdlet 'New-AzEventHubSchemaGroup', or add an alias to the original parameter name."
406+
"Az.EventHub","Microsoft.Azure.Commands.EventHub.Commands.SchemaRegistry.RemoveAzureEventHubSchemaGroup","Remove-AzEventHubSchemaGroup","0","1060","The parameter set 'NamespaceSchemaGroupParameterSet' for cmdlet 'Remove-AzEventHubSchemaGroup' is no longer the default parameter set.","Change the default parameter for cmdlet 'Remove-AzEventHubSchemaGroup' back to 'NamespaceSchemaGroupParameterSet'."
407+
"Az.EventHub","Microsoft.Azure.Commands.EventHub.Commands.SetAzureEventhubAuthorizationRules","Set-AzEventHubAuthorizationRule","0","2000","The cmdlet 'Set-AzEventHubAuthorizationRule' no longer supports the parameter 'Namespace' and no alias was found for the original parameter name.","Add the parameter 'Namespace' back to the cmdlet 'Set-AzEventHubAuthorizationRule', or add an alias to the original parameter name."
408+
"Az.EventHub","Microsoft.Azure.Commands.EventHub.Commands.SetAzureEventhubAuthorizationRules","Set-AzEventHubAuthorizationRule","0","2000","The cmdlet 'Set-AzEventHubAuthorizationRule' no longer supports the parameter 'EventHub' and no alias was found for the original parameter name.","Add the parameter 'EventHub' back to the cmdlet 'Set-AzEventHubAuthorizationRule', or add an alias to the original parameter name."
409+
"Az.EventHub","Microsoft.Azure.Commands.EventHub.Commands.ConsumerGroup.SetAzureEventHubConsumerGroup","Set-AzEventHubConsumerGroup","0","2000","The cmdlet 'Set-AzEventHubConsumerGroup' no longer supports the parameter 'Namespace' and no alias was found for the original parameter name.","Add the parameter 'Namespace' back to the cmdlet 'Set-AzEventHubConsumerGroup', or add an alias to the original parameter name."
410+
"Az.EventHub","Microsoft.Azure.Commands.EventHub.Commands.ConsumerGroup.SetAzureEventHubConsumerGroup","Set-AzEventHubConsumerGroup","0","2000","The cmdlet 'Set-AzEventHubConsumerGroup' no longer supports the parameter 'EventHub' and no alias was found for the original parameter name.","Add the parameter 'EventHub' back to the cmdlet 'Set-AzEventHubConsumerGroup', or add an alias to the original parameter name."
411+
"Az.EventHub","Microsoft.Azure.Commands.EventHub.Commands.Namespace.TestAzureEventhubCheckNameAvailability","Test-AzEventHubName","0","2000","The cmdlet 'Test-AzEventHubName' no longer supports the parameter 'Namespace' and no alias was found for the original parameter name.","Add the parameter 'Namespace' back to the cmdlet 'Test-AzEventHubName', or add an alias to the original parameter name."

0 commit comments

Comments
 (0)