-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Kusto 2020-06-14 PS version #12567
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
Kusto 2020-06-14 PS version #12567
Conversation
|
Can one of the admins verify this patch? |
isra-fel
left a comment
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.
Hi @astauben please see my inline comments.
Besides, it would be great if you could update the examples with the new parameters.
src/Kusto/.gitignore
Outdated
| /*.psm1 | ||
| /*.snk | ||
| /*.csproj | ||
| /*.nuspec No newline at end of file |
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 ignore tools folder as well and don't check in any files in it
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.
done
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.
Some of the files are already checked in, e.g. src/Kusto/tools/Resources/examples/readme.md. Please remove the whole tools/ folder and commit again. Thanks
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.
done
|
|
||
| Describe 'Add-AzKustoDatabasePrincipal' { | ||
| It 'AddExpanded' -skip { | ||
| { throw [System.NotImplementedException] } | Should -Not -Throw |
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.
Why are test cases all skipped?
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.
we are testing the scenario in the New-AzKustoDatabasePrincipalAssignment file.
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.
Can you just delete this file?
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.
done
isra-fel
left a comment
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.
LGTM
Description
Design review: https://github.com/Azure/azure-powershell-cmdlet-review-pr/issues/685
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