Skip to content
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

Upgrade V6 SDK Generator Version for Tables #13362

Merged
merged 2 commits into from
Jan 25, 2021

Conversation

sarangan12
Copy link
Member

The last V6 SDK version that is used to generate Tables is 6.0.0-dev.20200817.1. This PR is to upgrade the V6 SDK version to the latest 6.0.0-dev.20210121.2 version.

@joheredi Please review and approve.

@ramya-rao-a FYI.......

@@ -354,15 +364,6 @@ export interface TableCreateHeaders {
version?: string;
}

// @public
export interface TableCreateHeaders {
Copy link
Member Author

Choose a reason for hiding this comment

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

This is not a deletion. The TableCreateHeaders was defined twice earlier. Now, one of it is removed.

@@ -426,17 +427,6 @@ export interface TableInsertEntityHeaders {
version?: string;
}

// @public
export interface TableInsertEntityHeaders {
Copy link
Member Author

Choose a reason for hiding this comment

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

This is not a deletion. The TableInsertEntityHeaders was defined twice earlier. Now, one of it is removed.

* Class representing a Service.
*/
/** Class representing a Service. */
/** @hidden */
Copy link
Member Author

Choose a reason for hiding this comment

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

This is manually added for this PR. I will do the Generator Code change soon.

Copy link
Member

Choose a reason for hiding this comment

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

Can you please add a comment that this is manually added and link the issue tracking the generator changes? Unless you plan to merge this after the generator changes are merged

Copy link
Member Author

Choose a reason for hiding this comment

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

Here is the issue - Azure/autorest.typescript#849. Will send in the fix today.

Copy link
Member

@joheredi joheredi left a comment

Choose a reason for hiding this comment

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

It looks good, just left a small comment regarding the manual change in the generated code

@sarangan12 sarangan12 merged commit d122851 into Azure:master Jan 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants