- 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:
- 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")
Describe the bug
README.md states:
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:
Expected behavior
That section should probably read: