-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
EventHub: bug fix and New SDK Nuget version #3864
Conversation
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.
@v-Ajnava a couple of comments
Also, you are updating the wxi file with all of the markdown help files. If you pull the latest from preview
, you should not see this anymore from a full local build and regeneration of the installer. The markdown files should be successfully removed.
@@ -19,6 +19,8 @@ | |||
--> | |||
## Current Release | |||
|
|||
* Bug fix : for Set-AzureRmEventHubNamespace and Set-AzureRmEventHub |
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.
@v-Ajnava can you give more information on the bug fixes?
@@ -172,21 +172,6 @@ | |||
<None Include="ScenarioTests\EventHubsTests.ps1"> | |||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> | |||
</None> | |||
<None Include="SessionRecords\Microsoft.Azure.Commands.EventHub.Test.ScenarioTests.ConsumerGroupsTests\ConsumerGroupsCRUD.json"> |
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.
@v-Ajnava why were these files removed?
on demand run here: http://azuresdkci.cloudapp.net/view/1-AzurePowerShell/job/powershell-demand/1501/ LGTM once this passes |
@azuresdkci retest this please |
@v-Ajnava Can you pull the latest? It looks like there is an issue in your PR that may be fixed upstream. |
…nto EHFixes # Conflicts: # tools/StaticAnalysis/Exceptions/BreakingChangeIssues.csv
@azuresdkci retest this please |
Description
This checklist is used to make sure that common guidelines for a pull request are followed. You can find a more complete discussion of PowerShell cmdlet best practices here.
General Guidelines
Testing Guidelines
Cmdlet Signature Guidelines
ShouldProcess
and haveSupportShouldProcess=true
specified in the cmdlet attribute. You can find more information onShouldProcess
here.OutputType
attribute if any output is produced - if the cmdlet produces no output, it should implement aPassThru
parameter.Cmdlet Parameter Guidelines