[Cogs Face] Update Face SDK‘s auto-generated code to 3.0.0-preview with latest swagger.#4618
Conversation
|
LGTM. |
| <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.
Is there a reason why this is a major version bump?
There was a problem hiding this comment.
Please create a properties.cs similar to this and assign the appropriate version numbers
There was a problem hiding this comment.
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.
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.
OK, we will follow that rule. Thanks for the information.
There was a problem hiding this comment.
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
*.csprojandAssemblyInfo.csfiles have been updated with the new version of the SDK.