-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Error with AZURE_URL in ADT README.md #14916
Copy link
Copy link
Closed
Labels
Digital TwinsService AttentionWorkflow: This issue is responsible by Azure service team.Workflow: This issue is responsible by Azure service team.customer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues 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 thatThe issue doesn't require a change to the product in order to be resolved. Most issues start as that
Description
- 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")
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Digital TwinsService AttentionWorkflow: This issue is responsible by Azure service team.Workflow: This issue is responsible by Azure service team.customer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues 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 thatThe issue doesn't require a change to the product in order to be resolved. Most issues start as that