-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Kusto: Add kusto API #7117
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: Add kusto API #7117
Conversation
|
Why do you have a Nuget in the localfeed? I saw you had a PR in the SDK but they closed it because you never responded to their requests it looked like. |
|
@deathly809 In the past we had that nuget only in the localfeed. I will fix that. |
|
@radennis Please fill out a cmdlet review here: https://github.com/Azure/azure-powershell-cmdlet-review-pr, or link one if you have completed your design review. |
|
@maddieclayton I will be replacing @radennis. Desing review was already approved in https://github.com/Azure/azure-powershell-cmdlet-review-pr/issues/18 |
maddieclayton
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.
Please also pull from upstream preview, as this might fix build failures.
...sourceManager/PowerBIEmbedded/Commands.PowerBI/Commands/NewAzureRmPowerBIEmbeddedCapacity.cs
Outdated
Show resolved
Hide resolved
src/ResourceManager/PowerBIEmbedded/Commands.PowerBI/Properties/Resources.Designer.cs
Outdated
Show resolved
Hide resolved
|
@maddieclayton I think we have already pulled from upstream preview. How can I check that? |
|
@maddieclayton When compile on my machine build works. Why is it failing here? |
|
@elirazcc Looks like you need to pull from upstream, either merge or rebase. You are referring to things which don't exist anymore. The pulled out the common runtime, just check out what other csprojs are doing now. |
|
Closing for inactivity - please reopen when you are able to fix the build. |
|
@maddieclayton @MiYanni @selasagi |
src/ResourceManager/Kusto/Commands.Kusto.Test/Commands.Kusto.Test.csproj
Outdated
Show resolved
Hide resolved
src/ResourceManager/Kusto/Commands.Kusto.Test/ScenarioTests/Common.ps1
Outdated
Show resolved
Hide resolved
src/ResourceManager/Kusto/Commands.Kusto.Test/ScenarioTests/Common.ps1
Outdated
Show resolved
Hide resolved
src/ResourceManager/Kusto/Commands.Kusto.Test/ScenarioTests/KustoClusterTests.ps1
Outdated
Show resolved
Hide resolved
src/ResourceManager/Kusto/Commands.Kusto.Test/ScenarioTests/KustoClusterTests.ps1
Outdated
Show resolved
Hide resolved
src/ResourceManager/Kusto/Commands.Kusto/Utilities/KustoUtils.cs
Outdated
Show resolved
Hide resolved
tools/StaticAnalysis/Exceptions/AzureRM.Kusto/AssemblyVersionConflict.csv
Outdated
Show resolved
Hide resolved
…into AddKusto-2 # Conflicts: # src/ResourceManager/Kusto/Commands.Kusto.Test/ScenarioTests/KustoClusterTests.cs # src/ResourceManager/Kusto/Commands.Kusto.Test/ScenarioTests/KustoDatabaseTests.cs # src/ResourceManager/Kusto/Commands.Kusto.Test/ScenarioTests/KustoTestsBase.cs # src/ResourceManager/Kusto/Kusto.sln
Description
Design Review: https://github.com/Azure/azure-powershell-cmdlet-review-pr/issues/18
Checklist
CONTRIBUTING.mdplatyPSmodule