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

Add sdk_ua_app_id in addition to sdk-ua-app-id in profile file support #2724

Merged
merged 1 commit into from
Jul 20, 2023

Conversation

rcoh
Copy link
Collaborator

@rcoh rcoh commented May 24, 2023

Motivation and Context

The field name is being changed, but we need to maintain support for customers already using this feature

Description

Testing

  • existing tests

Checklist

  • I have updated CHANGELOG.next.toml if I made changes to the smithy-rs codegen or runtime crates
  • I have updated CHANGELOG.next.toml if I made changes to the AWS SDK, generated SDK code, or SDK runtime crates

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@rcoh rcoh requested a review from a team as a code owner May 24, 2023 13:48
@rcoh rcoh requested a review from a team as a code owner May 24, 2023 13:53
@github-actions
Copy link

A new generated diff is ready to view.

  • AWS SDK (ignoring whitespace)
  • No codegen difference in the Client Test
  • No codegen difference in the Server Test
  • No codegen difference in the Server Test Python
  • No codegen difference in the Server Test Typescript

A new doc preview is ready to view.

self.env_provider = EnvironmentVariableAppNameProvider::new_with_env(configuration.env());
self.profile_file = self.profile_file.configure(configuration);
self
pub fn configure(self, configuration: &ProviderConfig) -> Self {
Copy link
Contributor

Choose a reason for hiding this comment

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

Can we remove self from input parameters?

@rcoh rcoh enabled auto-merge July 20, 2023 20:06
@rcoh rcoh added this pull request to the merge queue Jul 20, 2023
@github-actions
Copy link

A new generated diff is ready to view.

  • AWS SDK (ignoring whitespace)
  • No codegen difference in the Client Test
  • No codegen difference in the Server Test
  • No codegen difference in the Server Test Python
  • No codegen difference in the Server Test Typescript

A new doc preview is ready to view.

Merged via the queue into main with commit a57a719 Jul 20, 2023
40 of 41 checks passed
@rcoh rcoh deleted the new-app-id-name branch July 20, 2023 20:58
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.

3 participants