-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
[Cogs Face] Update Face SDK‘s auto-generated code to 3.0.0-preview with latest swagger. #4618
Conversation
LGTM. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@@ -6,14 +6,15 @@ | |||
<PropertyGroup> | |||
<PackageId>Microsoft.Azure.CognitiveServices.Vision.Face</PackageId> | |||
<Description>This client library provides access to the Microsoft Cognitive Services Face APIs.</Description> | |||
<Version>2.1.0-preview</Version> | |||
<Version>3.0.0-preview</Version> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there a reason why this is a major version bump?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please create a properties.cs similar to this and assign the appropriate version numbers
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
By adding support of LargeFaceList and LargePersonGroup, there are some breaking changes in those operations like FindSimilar, Identify and Verify. So we propose a major version upgrade. Please let me know if you have any further concern.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
When in preview, you can release a breaking change with a minor version bump, i.e., 2.2.0-preview
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OK, we will follow that rule. Thanks for the information.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Resolved by adding properties.cs
and change version to 2.2.0-preview
. Regenerate SDK by master swagger and regenerate test records. Thanks.
… SDKs and test records.
LGTM |
Regenerate Face SDK with latest spec Azure/azure-rest-api-specs#3552
Description
This checklist is used to make sure that common guidelines for a pull request are followed.
General Guidelines
Testing Guidelines
SDK Generation Guidelines
*.csproj
andAssemblyInfo.cs
files have been updated with the new version of the SDK.