-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Eventhub: Added parameters in New and Set Namespace cmdlet for BYOK support #12130
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
| EndProject | ||
| Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TestFx", "..\..\tools\TestFx\TestFx.csproj", "{BC80A1D0-FFA4-43D9-AA74-799F5CB54B58}" | ||
| EndProject | ||
| Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "KeyVault", "..\KeyVault\KeyVault\KeyVault.csproj", "{7A4B0770-E6C4-479F-9EF4-6C549F217B3C}" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please don't reference other module in module project. In most situation reference them in test project is enough.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the reference is EventHub.sln, similar to how its done on Compute
|
|
||
| ## SYNOPSIS | ||
| Creates an Event Hubs namespace. | ||
| {{ Fill in the Synopsis }} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please regenerate the help document. online version and SYNOPSIS should not be empty.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
updated
| external help file: Microsoft.Azure.PowerShell.Cmdlets.EventHub.dll-Help.xml | ||
| Module Name: Az.EventHub | ||
| online version: https://docs.microsoft.com/en-us/powershell/module/az.eventhub/new-azeventhubnamespace | ||
| online version: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please regenerate the help document. online version and SYNOPSIS should not be empty.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
updated
| external help file: Microsoft.Azure.PowerShell.Cmdlets.EventHub.dll-Help.xml | ||
| Module Name: Az.EventHub | ||
| online version: https://docs.microsoft.com/en-us/powershell/module/az.eventhub/set-azeventhubnamespace | ||
| online version: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please regenerate the help document. online version and SYNOPSIS should not be empty.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
updated
|
|
||
| ## SYNOPSIS | ||
| Updates the specified Event Hubs namespace. | ||
| {{ Fill in the Synopsis }} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please regenerate the help document. online version and SYNOPSIS should not be empty.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
updated
|
EventGrid test refers to 'Microsoft.Azure.Management.EventHub' and EventGrid test were failing, so updated with latest 'Microsoft.Azure.Management.EventHub' in EventGrid Test project |
| /// </summary> | ||
| [Parameter(Mandatory = false, ParameterSetName = AutoInflateParameterSet, HelpMessage = "List of Key Properties, @(@(KeyName,KeyVaultUri,Keyversion),@(KeyName,KeyVaultUri,Keyversion))")] | ||
| [Parameter(Mandatory = false, ParameterSetName = NamespaceParameterSet, HelpMessage = "List of Key Properties, @(@(KeyName,KeyVaultUri,Keyversion),@(KeyName,KeyVaultUri,Keyversion))")] | ||
| public List<string []> KeyProperties { get; set; } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's nessary to follow the naming guideline of powershell. You can see some suggestion from here.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
changed to KeyProperty
…to ehBYOK # Conflicts: # src/Sql/Sql.Test/Sql.Test.csproj
…into ehBYOK # Conflicts: # src/Sql/Sql.Test/Sql.Test.csproj
Description
Added optional parameter in New-AzEventHubNamespace and Set-AzEventHubNamespace for BYOK support
https://github.com/Azure/azure-powershell-cmdlet-review-pr/issues/628
Checklist
CONTRIBUTING.mdChangeLog.mdfile(s) has been updated:ChangeLog.mdfile can be found atsrc/{{SERVICE}}/{{SERVICE}}/ChangeLog.md## Upcoming Releaseheader -- no new version header should be added