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

Fix namespaces #2871

Merged
merged 3 commits into from
Oct 14, 2022
Merged

Fix namespaces #2871

merged 3 commits into from
Oct 14, 2022

Conversation

abhipsaMisra
Copy link
Member

These public types don't require their own namespaces

@@ -1,7 +1,7 @@
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.

namespace Microsoft.Azure.Devices.Client.Transport.Mqtt
namespace Microsoft.Azure.Devices.Client
Copy link
Member Author

Choose a reason for hiding this comment

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

The amqp public types are under the "root" namespace, so moving this there as well

@@ -3,7 +3,7 @@

using Newtonsoft.Json;

namespace Microsoft.Azure.Devices.Client.Transport
namespace Microsoft.Azure.Devices.Client
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, and below - they aren't transport specific types really.

@abhipsaMisra
Copy link
Member Author

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@abhipsaMisra
Copy link
Member Author

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@abhipsaMisra
Copy link
Member Author

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@abhipsaMisra abhipsaMisra enabled auto-merge (squash) October 14, 2022 23:04
@abhipsaMisra abhipsaMisra merged commit 44b723d into previews/v2 Oct 14, 2022
@abhipsaMisra abhipsaMisra deleted the abmisr/namespace branch October 14, 2022 23:38
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.

5 participants