Skip to content

Updated Kusto GA version#5248

Merged
shahabhijeet merged 2 commits intoAzure:masterfrom
oflipman:KustoGA
Feb 22, 2019
Merged

Updated Kusto GA version#5248
shahabhijeet merged 2 commits intoAzure:masterfrom
oflipman:KustoGA

Conversation

@oflipman
Copy link
Contributor

@oflipman oflipman commented Feb 14, 2019

Description

This is Azure Data Explorer first GA SDK.
It includes new features, such as Database Principals and Data Connections


This checklist is used to make sure that common guidelines for a pull request are followed.

### This version includes breaking changes (Properties HotCachePeriod and SoftDeletePeriod for Database class), but It is our first GA version, so from my understanding, we are allowed to have breaking changes.

General Guidelines

  • Title of the pull request is clear and informative.
  • There are a small number of commits, each of which have an informative message. This means that previously merged commits do not appear in the history of the PR. For more information on cleaning up the commits in your PR, see this page.

Testing Guidelines

  • Pull request includes test coverage for the included changes.

SDK Generation Guidelines

  • If an SDK is being regenerated based on a new swagger spec, a link to the pull request containing these swagger spec changes has been included above.
  • The generate.cmd file for the SDK has been updated with the version of AutoRest, as well as the commitid of your swagger spec or link to the swagger spec, used to generate the code.
  • The *.csproj and AssemblyInfo.cs files have been updated with the new version of the SDK.

Link to the swagger folder :
https://github.com/Azure/azure-rest-api-specs-pr/tree/master/specification/azure-kusto/resource-manager/Microsoft.Kusto/stable/2019-01-21

Copy link
Contributor

@dsgouda dsgouda left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@shahabhijeet shahabhijeet merged commit 4a52a41 into Azure:master Feb 22, 2019
@@ -23,20 +23,20 @@ namespace Microsoft.Azure.Management.Kusto
using System.Threading.Tasks;

/// <summary>
/// EventHubConnectionsOperations operations.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The renaming of this folder to "generated" from "Generated" for some of these files is causing issues when checking out these files. On windows it complains that there are changes and on I bet on unix it will have issues because these files will not be actually used. I think we should move these files back into the "Generated" folder.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

submitted fix with #5281.

weshaggard added a commit to weshaggard/azure-sdk-for-net that referenced this pull request Feb 22, 2019
PR Azure#5248 accidently
renamed some files to the generated folder instead of Generated which
causes case-sensitivity issues.
shahabhijeet pushed a commit that referenced this pull request Feb 24, 2019
PR #5248 accidently
renamed some files to the generated folder instead of Generated which
causes case-sensitivity issues.
mentat9 pushed a commit to mentat9/azure-sdk-for-net that referenced this pull request Jun 10, 2019
* Updated Kusto GA version

* Fixed comments
mentat9 pushed a commit to mentat9/azure-sdk-for-net that referenced this pull request Jun 10, 2019
PR Azure#5248 accidently
renamed some files to the generated folder instead of Generated which
causes case-sensitivity issues.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants