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

[Digital Twins] internal tag not needed on private members #13822

Merged
merged 1 commit into from
Feb 17, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 0 additions & 11 deletions sdk/digitaltwins/digital-twins-core/src/digitalTwinsClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ const DEFAULT_DIGITALTWINS_SCOPE = "https://digitaltwins.azure.net/.default";
*/
export class DigitalTwinsClient {
/**
* @internal
* A reference to the auto-generated AzureDigitalTwinsAPI
*/
private readonly client: GeneratedClient;
Expand Down Expand Up @@ -435,7 +434,6 @@ export class DigitalTwinsClient {
}

/**
* @internal
* Deals with the pagination of {@link listRelationships}.
*
* @param digitalTwinId - The Id of the digital twin.
Expand Down Expand Up @@ -472,7 +470,6 @@ export class DigitalTwinsClient {
}

/**
* @internal
* Deals with the iteration of all the available results of {@link listRelationships}.
* @param options - Common options for the iterative endpoints.
*/
Expand Down Expand Up @@ -523,7 +520,6 @@ export class DigitalTwinsClient {
}

/**
* @internal
* Deals with the pagination of {@link listIncomingRelationships}.
*
* @param digitalTwinId - The Id of the digital twin.
Expand Down Expand Up @@ -560,7 +556,6 @@ export class DigitalTwinsClient {
}

/**
* @internal
* Deals with the iteration of all the available results of {@link listIncomingRelationships}.
* @param digitalTwinId - The Id of the digital twin.
* @param options - Common options for the iterative endpoints.
Expand Down Expand Up @@ -735,7 +730,6 @@ export class DigitalTwinsClient {
}

/**
* @internal
* Deals with the pagination of {@link list}.
*
* @param options - Common options for the iterative endpoints.
Expand Down Expand Up @@ -766,7 +760,6 @@ export class DigitalTwinsClient {
}

/**
* @internal
* Deals with the iteration of all the available results of {@link list}.
* @param options - Common options for the iterative endpoints.
*/
Expand Down Expand Up @@ -938,7 +931,6 @@ export class DigitalTwinsClient {
}

/**
* @internal
* Deals with the pagination of {@link list}.
*
* @param options - Common options for the iterative endpoints.
Expand Down Expand Up @@ -969,7 +961,6 @@ export class DigitalTwinsClient {
}

/**
* @internal
* Deals with the iteration of all the available results of {@link list}.
* @param options - Common options for the iterative endpoints.
*/
Expand Down Expand Up @@ -1093,7 +1084,6 @@ export class DigitalTwinsClient {
}

/**
* @internal
* Deals with the pagination of {@link query}.
*
* @param query - The query string, in SQL-like syntax.
Expand Down Expand Up @@ -1128,7 +1118,6 @@ export class DigitalTwinsClient {
}

/**
* @internal
* Deals with the iteration of all the available results of {@link query}.
* @param query - The query string, in SQL-like syntax.
* @param options - Common options for the iterative endpoints.
Expand Down