Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make Location property from DigitalTwinUpdateResponse internal #3109

Merged
merged 2 commits into from
Feb 10, 2023

Conversation

schoims
Copy link
Contributor

@schoims schoims commented Feb 10, 2023

Location property from DigitialTwinUpdateResponse is marked internal as there is no known use case from users and it was added to be complete with the guidance.

@schoims
Copy link
Contributor Author

schoims commented Feb 10, 2023

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@@ -34,6 +34,6 @@ protected internal DigitalTwinUpdateResponse(ETag eTag = default, string locatio
/// <summary>
/// Gets the URI of the digital twin.
/// </summary>
public string Location { get; }
internal string Location { get; }
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please add a comment as to why we're hiding this.

  1. No known use case for users.
  2. Only added to the service to be complete with guidance.

@schoims
Copy link
Contributor Author

schoims commented Feb 10, 2023

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@schoims schoims merged commit e8950be into previews/v2 Feb 10, 2023
@schoims schoims deleted the choisophia/location-internal branch February 10, 2023 01:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants