renaming custom search to custom web search#4332
renaming custom search to custom web search#4332q3blend wants to merge 2 commits intoAzure:psSdkJson6from q3blend:customsearch
Conversation
|
@q3blend Please fix the test failures |
Updating output path of custom web search generation
|
@q3blend would like to know the reason behind these changes. Do you intend to modify the package name too moving forward? |
|
@dsgouda Initially we only had 1 version of customsearch, web. Now we have web and image, so it's better to name them customwebsearch and customimagesearch. I am not intending to change the package name at this stage as it would be an unnecessary breaking change |
|
@shahabhijeet can you confirm if this directory structure is acceptable. |
|
@q3blend does that mean your nuget package story will be as below:
What is the reason for not releasing a new package with the right name? |
|
@shahabhijeet yes, the reasoning is making the directory structure more intuitive. Releasing a new package would be an unnecessary braking change at this point, and a lot of extra documentation work. We still refer to it as CustomSearch in the documentation. There are currently no plans on updating that. We have also updated the spec directory to follow the same structure (already merged) |
|
@q3blend if you think changing nuget package is unnecessary, so is changing directory name without changing project/solution/test project names. |
|
|
@q3blend this is not about breaking change. So I am not sure how breaking change is part of this discussion. |
Description
This checklist is used to make sure that common guidelines for a pull request are followed.
General Guidelines
Testing Guidelines
SDK Generation Guidelines
*.csprojandAssemblyInfo.csfiles have been updated with the new version of the SDK.