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

[Text Analytics] Does not ignore ts-naming options #11506

Closed

Conversation

deyaaeldeen
Copy link
Member

@deyaaeldeen deyaaeldeen commented Sep 25, 2020

We were ignoring ts-naming-options for no good reason as far as I can tell here so I did the fix and re-enabling the rule in those places again.

@@ -176,9 +176,6 @@ export enum PiiEntityDomainType {
// @public
export type RecognizeCategorizedEntitiesErrorResult = TextAnalyticsErrorResult;

// @public
export type RecognizeCategorizedEntitiesOptions = TextAnalyticsOperationOptions;
Copy link
Contributor

Choose a reason for hiding this comment

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

Removing the type would be breaking change. Someone might be using this type in their code and after updating to the latest, their code will fail to build

Copy link
Member Author

Choose a reason for hiding this comment

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

ah right, I am not too bothered by it so will close for now.

@deyaaeldeen deyaaeldeen deleted the text-no-disable-ts-naming-options branch September 25, 2020 21:54
openapi-sdkautomation bot pushed a commit to AzureSDKAutomation/azure-sdk-for-js that referenced this pull request Dec 4, 2020
[Hub Generated] Review request for Microsoft.Authorization to add version preview/2020-04-01-preview (Azure#11506)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants