Skip to content

Commit 976fb3f

Browse files
Remove the hidden attribute for all spots, use internal only. Also remove the tsdoc.json as it was only there to allow for the usage of the hidden attribute. (Azure#13469)
Remove the `hidden` attribute for all spots, use `internal` only. Also remove the tsdoc.json as it was only there to allow for the usage of the `hidden` attribute. NOTE: I've also changed the generated clients. Next time we use the official autorest generator it should generate the exact same thing so this shouldn't be an issue. Fixes Azure#13445
1 parent d05ec37 commit 976fb3f

File tree

4 files changed

+2
-12
lines changed

4 files changed

+2
-12
lines changed

sdk/appconfiguration/app-configuration/src/generated/src/appConfiguration.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ import {
5151
AppConfigurationGetRevisionsNextResponse
5252
} from "./models";
5353

54-
/** @hidden */
54+
/** @internal */
5555
export class AppConfiguration extends AppConfigurationContext {
5656
/**
5757
* Initializes a new instance of the AppConfiguration class.

sdk/appconfiguration/app-configuration/src/generated/src/appConfigurationContext.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import { ApiVersion10, AppConfigurationOptionalParams } from "./models";
1212
const packageName = "app-configuration";
1313
const packageVersion = "1.1.1";
1414

15-
/** @hidden */
15+
/** @internal */
1616
export class AppConfigurationContext extends coreHttp.ServiceClient {
1717
endpoint: string;
1818
syncToken?: string;

sdk/appconfiguration/app-configuration/src/internal/helpers.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,6 @@ export function makeConfigurationSettingEmpty(
147147
}
148148

149149
/**
150-
* @hidden
151150
* @internal
152151
*/
153152
export function transformKeyValue(kvp: KeyValue): ConfigurationSetting {
@@ -161,7 +160,6 @@ export function transformKeyValue(kvp: KeyValue): ConfigurationSetting {
161160
}
162161

163162
/**
164-
* @hidden
165163
* @internal
166164
*/
167165
export function transformKeyValueResponseWithStatusCode<
@@ -176,7 +174,6 @@ export function transformKeyValueResponseWithStatusCode<
176174
}
177175

178176
/**
179-
* @hidden
180177
* @internal
181178
*/
182179
export function transformKeyValueResponse<
@@ -210,7 +207,6 @@ function normalizeResponse<T extends HttpResponseField<any> & { eTag?: string }>
210207
* @param fieldNames fieldNames from users.
211208
* @returns The field names translated into the `select` field equivalents.
212209
*
213-
* @hidden
214210
* @internal
215211
*/
216212
export function formatFieldsForSelect(

sdk/appconfiguration/app-configuration/tsdoc.json

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)