-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Move cognitive services to sdk #4107
Move cognitive services to sdk #4107
Conversation
/azp run java - cognitiveservices - ci |
Azure Pipelines successfully started running 1 pipeline(s). |
@jianghaolu looks like this move will intersect with your PR #3415. Your PR has been outstanding since April are you still planning on merging it? |
Hey @JonathanGiles not sure if you want to look at this one also. In this case I flattened the folder hierarchy for consistency, but I suspect that in time we might break these out into their own separate service folders (so think of cog services as a family of services rather than a service outright). |
It's the same situation here as in #4087, where this pre-dates the ADP team. |
Referencing this parent POM tidy up issue for tracking purposes: #4289 |
19bfd2d
to
17472fc
Compare
8d0f95d
to
5b7cdca
Compare
This PR moves all of the data-plane/track 1 cog services APIs into the
/sdk
folder. Under the original folder structure the libraries were placed in sub directories (e.g. langauage, vision etc). In the new structure the modules have been lifted into the/sdk/cognitiveservices
for consistency with the other code bases that are being moved in under/sdk
. Additionally the directories have been renamed to match the package name with a prefix ofmicrosoft-
to make room for track 2 libraries in the future.