-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Conversation
@@ -354,15 +364,6 @@ export interface TableCreateHeaders { | |||
version?: string; | |||
} | |||
|
|||
// @public | |||
export interface TableCreateHeaders { |
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.
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 { |
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.
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 */ |
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.
This is manually added for this PR. I will do the Generator Code change soon.
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 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
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.
Here is the issue - Azure/autorest.typescript#849. Will send in the fix today.
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.
It looks good, just left a small comment regarding the manual change in the generated code
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.......