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

[Azure Search] Adding missing documentation and test coverage #4601

Merged
merged 4 commits into from
Jul 31, 2018

Conversation

brjohnstmsft
Copy link
Member

@brjohnstmsft brjohnstmsft commented Jul 30, 2018

Description

See individual commits for details.

FYI @mhko @Yahnoosh @updixit @natinimni @jeji1101 @HeidiSteen


This checklist is used to make sure that common guidelines for a pull request are followed.

General Guidelines

  • Title of the pull request is clear and informative.
  • There are a small number of commits, each of which have an informative message. This means that previously merged commits do not appear in the history of the PR. For more information on cleaning up the commits in your PR, see this page.

Testing Guidelines

  • Pull request includes test coverage for the included changes.

SDK Generation Guidelines

  • If an SDK is being regenerated based on a new swagger spec, a link to the pull request containing these swagger spec changes has been included above.
  • The generate.cmd file for the SDK has been updated with the version of AutoRest, as well as the commitid of your swagger spec or link to the swagger spec, used to generate the code.
  • The *.csproj and AssemblyInfo.cs files have been updated with the new version of the SDK.

Some of our custom code was missing XML documentation, partly because we
didn't realize that the publishing system for docs.microsoft.com does not
support <inheritdoc/>. These changes were originally applied on the
search-preview branch and are being re-applied here.
Somehow a test stopped working in playback mode, possibly due to changes in
how TestFramework handles generated names. This was easily fixed by
re-recording the session record for the test.
There are no code changes in this release, but there are doc changes and we'd
rather ship them now than wait for the next set of code changes.
@Yahnoosh Yahnoosh self-requested a review July 30, 2018 15:48
Copy link

@Yahnoosh Yahnoosh left a comment

Choose a reason for hiding this comment

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

LGTM

@brjohnstmsft
Copy link
Member Author

@dsgouda @shahabhijeet Can one of you please take a look? These are mostly some small doc updates that we want to ship.

Copy link
Contributor

@dsgouda dsgouda left a comment

Choose a reason for hiding this comment

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

LGTM assuming these are the only changes being released and versioning rules have been honored.
Please address the one comment.

@@ -6,7 +6,7 @@
<Description>Common types needed by the Azure Search .NET libraries. This is not the package you are looking for; It is only meant to be used as a dependency.</Description>
<AssemblyTitle>Microsoft Azure Search Common Library</AssemblyTitle>
<AssemblyName>Microsoft.Azure.Search.Common</AssemblyName>
<VersionPrefix>5.0.1</VersionPrefix>
Copy link
Contributor

Choose a reason for hiding this comment

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

We recommend using AssemblyVersion instead of VersionPrefix
@shahabhijeet FYI

@brjohnstmsft
Copy link
Member Author

@dsgouda I assume you mean <Version>, since that's what's used in other projects. I tried <AssemblyVersion> and the result was that all my Nuget packages had version 1.0.0.

@dsgouda
Copy link
Contributor

dsgouda commented Jul 31, 2018

@brjohnstmsft That's right, apologize for the confusion

@dsgouda dsgouda merged commit 3e28be5 into Azure:psSdkJson6 Jul 31, 2018
@brjohnstmsft brjohnstmsft deleted the search-ga-fixes branch July 31, 2018 19:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants