[Digital Twins] Remove @hidden in favor of @internal (#13226)

This commit is contained in:
Deyaaeldeen Almahallawi 2021-01-14 14:45:56 -05:00 коммит произвёл GitHub
Родитель c8f5a67d4c
Коммит 0346653359
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 1 добавлений и 12 удалений

Просмотреть файл

@ -73,7 +73,6 @@ const DEFAULT_DIGITALTWINS_SCOPE = "https://digitaltwins.azure.net/.default";
export class DigitalTwinsClient {
/**
* @internal
* @hidden
* A reference to the auto-generated AzureDigitalTwinsAPI
*/
private readonly client: GeneratedClient;
@ -437,7 +436,6 @@ export class DigitalTwinsClient {
/**
* @internal
* @hidden
* Deals with the pagination of {@link listRelationships}.
*
* @param {PageSettings} continuationState An object that indicates the position of the paginated request.
@ -474,7 +472,6 @@ export class DigitalTwinsClient {
/**
* @internal
* @hidden
* Deals with the iteration of all the available results of {@link listRelationships}.
* @param {DigitalTwinsListRelationshipsOptionalParams} [options] Common options for the iterative endpoints.
*/
@ -526,7 +523,6 @@ export class DigitalTwinsClient {
/**
* @internal
* @hidden
* Deals with the pagination of {@link listIncomingRelationships}.
*
* @param {PageSettings} continuationState An object that indicates the position of the paginated request.
@ -563,7 +559,6 @@ export class DigitalTwinsClient {
/**
* @internal
* @hidden
* Deals with the iteration of all the available results of {@link listIncomingRelationships}.
* @param {OperationOptions} [options] Common options for the iterative endpoints.
*/
@ -738,7 +733,6 @@ export class DigitalTwinsClient {
/**
* @internal
* @hidden
* Deals with the pagination of {@link list}.
*
* @param {PageSettings} continuationState An object that indicates the position of the paginated request.
@ -770,7 +764,6 @@ export class DigitalTwinsClient {
/**
* @internal
* @hidden
* Deals with the iteration of all the available results of {@link list}.
* @param {DigitalTwinModelsListOptionalParams} [options] Common options for the iterative endpoints.
*/
@ -942,7 +935,6 @@ export class DigitalTwinsClient {
/**
* @internal
* @hidden
* Deals with the pagination of {@link list}.
*
* @param {PageSettings} continuationState An object that indicates the position of the paginated request.
@ -974,7 +966,6 @@ export class DigitalTwinsClient {
/**
* @internal
* @hidden
* Deals with the iteration of all the available results of {@link list}.
* @param {EventRoutesListOptionalParams} [options] Common options for the iterative endpoints.
*/
@ -1099,7 +1090,6 @@ export class DigitalTwinsClient {
/**
* @internal
* @hidden
* Deals with the pagination of {@link query}.
*
* @param {PageSettings} continuationState An object that indicates the position of the paginated request.
@ -1134,7 +1124,6 @@ export class DigitalTwinsClient {
/**
* @internal
* @hidden
* Deals with the iteration of all the available results of {@link query}.
* @param {OperationOptions} [options] Common options for the iterative endpoints.
*/

Просмотреть файл

@ -9,7 +9,7 @@ type OperationTracingOptions = OperationOptions["tracingOptions"];
/**
* Creates a span using the global tracer.
* @hidden
* @internal
* @param name The name of the operation being performed.
* @param tracingOptions The options for the underlying http request.
*/