Skip to content
This repository has been archived by the owner on Oct 12, 2023. It is now read-only.

Move generating deprecation message inside of packages #83

Merged
merged 3 commits into from
Feb 7, 2019

Conversation

kpajdzik
Copy link
Contributor

@kpajdzik kpajdzik commented Feb 7, 2019

No description provided.

@kpajdzik kpajdzik added this to the Sprint-131 milestone Feb 7, 2019
@kpajdzik kpajdzik requested a review from a user February 7, 2019 18:43
@@ -152,6 +154,14 @@ protected async Task GenerateLicenseTxt(CodeModelJs codeModel, GeneratorSettings
}
}

protected async Task GeneratePostinstallScript(CodeModelJs codeModel, GeneratorSettingsJs generatorSettings)
Copy link

Choose a reason for hiding this comment

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

Suggested change
protected async Task GeneratePostinstallScript(CodeModelJs codeModel, GeneratorSettingsJs generatorSettings)
protected async Task GeneratePostInstallScript(CodeModelJs codeModel, GeneratorSettingsJs generatorSettings)

Should install be captalized?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

The name of the file is "postinstall.js" so that's why I capitalized it like that. What do you think?

Copy link

Choose a reason for hiding this comment

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

That's fine with me. Leave it the way you have it.

@kpajdzik
Copy link
Contributor Author

kpajdzik commented Feb 7, 2019

@fearthecowboy
Copy link
Member

🤖 AutoRest automatic feature coverage report 🤖

feature set version 2.6.0

❌️ General: 97%

13 out of 540 features are not covered by tests

additionalPropertiesSubclass, animalNotFoundError, expectedNoErrors, expectedPetHungryError, expectedPetSadError, getArrayEnumValid, getArrayStringEnumValid, getDateTimeRfc1123MinUtc, intError, linkNotFoundError, putArrayEnumValid, putArrayStringEnumValid, stringError

❌️ Azure: 96%

4 out of 122 features are not covered by tests

LROPostDoubleHeadersFinalAzureHeaderGet, LROPostDoubleHeadersFinalAzureHeaderGetDefault, LROPostDoubleHeadersFinalLocationGet, PagingMultipleLRO

@kpajdzik kpajdzik merged commit aa0fdd0 into master Feb 7, 2019
@kpajdzik kpajdzik deleted the kamip/postinstall-script branch February 7, 2019 19:04
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants