-
Notifications
You must be signed in to change notification settings - Fork 5.1k
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
Container Registries Data-plane API 07/2019 #6629
Container Registries Data-plane API 07/2019 #6629
Conversation
Automation for azure-sdk-for-javaNothing to generate for azure-sdk-for-java |
Can one of the admins verify this patch? |
...nerregistry/data-plane/Microsoft.ContainerRegistry/preview/2019-07-15/containerregistry.json
Outdated
Show resolved
Hide resolved
Automation for azure-sdk-for-goThe initial PR has been merged into your service PR: |
Automation for azure-sdk-for-pythonNothing to generate for azure-sdk-for-python |
SDK Automation [Logs] (Generated from baf9fdd, Iteration 3).NET: Azure/azure-sdk-for-net [Logs] [Diff]
Go: Azure/azure-sdk-for-go [Logs]
|
@estebanreyl, sorry for late response. To speed up review, could you reorganize the PR: the first commit is copied from previous version, it is 2018-08-10 in your case, then make change based on first commit, in this way the reviewer could ignore APIs which are same as previous version and only focus on new/changed APIs, thanks. |
@erich-wang Do you mean as in just adding the original file (copy pasted to its new location) as the first commit so one can do a diff from there on? I could try rebasing from there on and add that in if that will help at all? Nonetheless this swagger is based on a fork of a fork which was originally quite distant from the original. Ill try that out this afternoon and update. Is reforming this branch to this : https://github.com/AzureCR/azure-rest-api-specs/tree/estebanreyl/data-plane-rebased what you want? I can replace this branch accordingly if that's the case |
This API is already in production. No need for a Azure REST API review board to review. |
@estebanreyl , one question from @johanste: And to verify, the casing changes for the model types are intentional? |
Do you mean in the parameters area? I think that was just an effort to make them match the same style as those under definitions. I do realize I missed a couple however. Should those all be lowercased? I am happy to change them if that is the case. |
@johanste to response |
If you are going to change things for consistency, I'd prefer it to end up being 100% consistent. But it also looks like the parameters were not referenced (at least not from this file) in the previous version of the swagger. Either way, for a preview, this is not a strict requirement - especially since it is changing parameter reference model names (as opposed to the name of the actual parameter changing) |
@johanste I'll make a note and include it in the upcoming next release or fix it now if there is anything else stopping this from going through. Is there anything else I should look into? |
@johanste , @erich-wang Any chance we get an update on what we are missing if anything here so we can proceed with this one? |
I'm good. @erich-wang ? |
Fix spelling issues added in Azure#6629 from "example" values in spec
Fix spelling issues added in #6629 from "example" values in spec
Latest improvements:
MSFT employees can try out our new experience at OpenAPI Hub - one location for using our validation tools and finding your workflow.
Contribution checklist:
As a note a few linting issues could not be resolved as they are intrinsic in handling compatibility with docker's own expectations for registry API's I will also be following up in email as described in https://github.com/Azure/adx-documentation-pr/wiki/Swagger-Validation-Errors-Suppression
Preview Release for ACR data-plane API specification
This should be a fully functional release to address: #6457 .
Changes:
Bugfixes:
All paths have been verified and the generated client has been tested as well in C#. This should ideally lead to a release of a fully functioning .NET SDK.
As an edit we have decided to additionally add support for Go in this preview of our SDK