-
Notifications
You must be signed in to change notification settings - Fork 61
Migrate C# telemetry generator to .NET AWSDK v4 #1082
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
Changes from 2 commits
bbd4968
0d3caac
c834f7f
5fc72ac
a4864d5
9783685
05d6d1a
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Just calling out that this file naturally has a large diff because it isn't updated each time the telemetry definition json file is updated. This file isn't changed as a result of Shruti's change, nor am I concerned about it.
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Yes, the generator is auto generated |
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,8 @@ | ||
| { | ||
| "file-description": "This file is used by the SDK Client Generator. See telemetry/csharp/README.md for details" | ||
| } | ||
| "file-description": "This file is used by the SDK Client Generator. See telemetry/csharp/README.md for details", | ||
| "customizations": { | ||
| "AmazonToolkitTelemetryConfig": { | ||
| "customCode": "public override Amazon.Runtime.Endpoints.Endpoint DetermineServiceOperationEndpoint(Amazon.Runtime.Internal.ServiceOperationEndpointParameters parameters) { return base.DetermineServiceOperationEndpoint(parameters); }" | ||
| } | ||
| } | ||
| } |
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.
What is this?
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.
added it to the description. Its required by the updated sdk generator to be present in the directory structure
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.
Removed it and made it part of the script