Skip to content

The _detail and _internal namespace should be the last one in the chain of namespace following SDK design precedence #6120

Open

Description

We currently have types in headers that are in the _detail namespace which contain sub-namespaces like Cryptography.

namespace Azure { namespace Data { namespace Tables { namespace _detail { namespace Cryptography {

The existing precedence in the SDK is that _detail/_internal is the last component of the namespace.
See examples:

namespace Azure { namespace Core { namespace Cryptography { namespace _internal {

namespace Azure { namespace Core { namespace Credentials {
namespace _detail {

cc @RickWinter

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions