Skip to content

Inconsistent subfolder name for azure-eventhub module #7496

Closed
@glaubitz

Description

The module azure-eventhub is located in the subfolder eventhub/azure-eventhubs, so the module subdirectory name is not consistent with the module name:

glaubitz@suse-laptop:~/upstream/azure-sdk-for-python/sdk/eventhub> grep PACKAGE_NAME azure-eventhubs/setup.py 
# Change the PACKAGE_NAME only to change folder and different name
PACKAGE_NAME = "azure-eventhub"
package_folder_path = PACKAGE_NAME.replace('-', '/')
namespace_name = PACKAGE_NAME.replace('-', '.')
    name=PACKAGE_NAME,
glaubitz@suse-laptop:~/upstream/azure-sdk-for-python/sdk/eventhub> ls
azure-eventhubs  azure-mgmt-eventhub  ci.yml  tests.yml
glaubitz@suse-laptop:~/upstream/azure-sdk-for-python/sdk/eventhub>

Activity

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

Metadata

Assignees

No one assigned

    Labels

    ClientThis issue points to a problem in the data-plane of the library.Event Hubscustomer-reportedIssues that are reported by GitHub users external to the Azure organization.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions