-
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
Upgrade ComputerVision client SDK to v2.0.0 #4452
Conversation
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 replace the generate.cmd
with generate.ps1
similar to this and regenerate the code
Please run msbuild build.proj /p:Scope=SDKs/CognitiveServices/dataPlane/Vision/ComputerVision/ComputerVision/
and commit all the changes generated
@@ -6,7 +6,7 @@ | |||
<PropertyGroup> | |||
<PackageId>Microsoft.Azure.CognitiveServices.Vision.ComputerVision</PackageId> | |||
<Description>This client library provides access to the Microsoft Cognitive Services ComputerVision APIs.</Description> | |||
<VersionPrefix>1.1.0</VersionPrefix> | |||
<VersionPrefix>2.0.0</VersionPrefix> | |||
<AssemblyName>Microsoft.Azure.CognitiveServices.Vision.ComputerVision</AssemblyName> | |||
<PackageTags>Microsoft Cognitive Services;Cognitive Services;Cognitive Services SDK;REST HTTP client;Computer Vision;Computer Vision API;Computer Vision SDK;Vision;netcore451511</PackageTags> | |||
<PackageReleaseNotes>The Cognitive Services Computer Vision Client SDK lets users analyze images via Azure-hosted image classifiers. Classify images, generate image captions, recognize text, create smart thumbnails, and more.</PackageReleaseNotes> |
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.
Update the PackageReleaseNotes
How exactly is generate.ps1 invoked? I nuked the 'generated' directory and swagger codegen does not occur, using the steps provided. |
@cthrash Do you see any files generated at all? Can you also check if anything was logged in the txt log file? |
f4bce6b
to
b0d0559
Compare
Nevermind - I misread your feedback and got it in to my head that msbuild build.proj would trigger generate.ps1. Ran it on it's own, and refreshed the PR. |
There are more chanaged tee'd up in azure-rest-api-specs, will make a new PR when those go through |
REST Spec PR
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.