Skip to content

Commit

Permalink
Update headers of files
Browse files Browse the repository at this point in the history
  • Loading branch information
gcbeattyAWS committed Oct 30, 2024
1 parent 913326e commit d0d0ca0
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/AWS.Deploy.CLI/AWSUtilities.cs
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public AWSUtilities(
_consoleUtilities = consoleUtilities;
_directoryManager = directoryManager;
_optionSettingHandler = optionSettingHandler;
_credentialChainFactory = credentialChainFactory ?? (() =>new CredentialProfileStoreChainWrapper());
_credentialChainFactory = credentialChainFactory ?? (() => new CredentialProfileStoreChainWrapper());
_sharedCredentialsFileFactory = sharedCredentialsFileFactory ?? (() => new SharedCredentialsFileWrapper());
_fallbackCredentialsFactory = fallbackCredentialsFactory ?? new FallbackCredentialsFactoryWrapper();
}
Expand Down
1 change: 0 additions & 1 deletion src/AWS.Deploy.CLI/CredentialProfileStoreChainWrapper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

using Amazon.Runtime.CredentialManagement;
using Amazon.Runtime;
using System.Collections.Generic;

namespace AWS.Deploy.CLI
{
Expand Down
2 changes: 0 additions & 2 deletions src/AWS.Deploy.CLI/FallbackCredentialsFactoryWrapper.cs
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0

using Amazon.Runtime.CredentialManagement;
using Amazon.Runtime;
using System.Collections.Generic;

namespace AWS.Deploy.CLI
{
Expand Down
4 changes: 3 additions & 1 deletion src/AWS.Deploy.CLI/ICredentialProfileStoreChain.cs
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0

// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0

using Amazon.Runtime.CredentialManagement;
using Amazon.Runtime;
using System.Collections.Generic;

namespace AWS.Deploy.CLI
{
Expand Down
1 change: 0 additions & 1 deletion src/AWS.Deploy.CLI/SharedCredentialsFileWrapper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
// SPDX-License-Identifier: Apache-2.0

using Amazon.Runtime.CredentialManagement;
using Amazon.Runtime;
using System.Collections.Generic;

namespace AWS.Deploy.CLI
Expand Down
3 changes: 3 additions & 0 deletions test/AWS.Deploy.CLI.UnitTests/AWSUtilitiesTests.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0

using Amazon.Runtime.CredentialManagement;
using Amazon.Runtime;
using AWS.Deploy.CLI.Common.UnitTests.IO;
Expand Down

0 comments on commit d0d0ca0

Please sign in to comment.