Skip to content

Error with AZURE_URL in ADT README.md #14916

@joseba-altran

Description

@joseba-altran
  • Package Name: azure-digitaltwins-core
  • Package Version: master
  • Operating System: N/A
  • Python Version: N/A

Describe the bug
README.md states:

# - AZURE_URL: The tenant ID in Azure Active Directory
url = os.getenv("AZURE_URL")

This is probably a mistake, since the code later calls DigitalTwinsClient(), which requires a URL (and the name of the variable clearly suggests that it should be a URL 😅).

To Reproduce
Steps to reproduce the behavior:

  1. The content is in master, and comes from 27175c2.

Expected behavior
That section should probably read:

# - AZURE_URL: The URL to the ADT in Azure
url = os.getenv("AZURE_URL")

Metadata

Metadata

Assignees

No one assigned

    Labels

    Digital TwinsService AttentionWorkflow: This issue is responsible by Azure service team.customer-reportedIssues that are reported by GitHub users external to the Azure organization.questionThe issue doesn't require a change to the product in order to be resolved. Most issues start as that

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions