-
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
[ContainerRegistry] TaskStepProperties's type is incorrectly marked as read-only #13891
Comments
Indeed, as the spec is using swagger 2.0 that field needs to be This is breaking functionality on the endpoint. |
Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @toddysm, @yugangw-msft. Issue DetailsThe Line 1287 in 73d51f1
This looks wrong to me because the client is supposed to set this value to "Docker"/"EncodedTask"/"FileTask" depending on which derived type they want to use.
|
@mikhailshilkov thanks for reporting the issue. Can you use the following version? The read-only issue has been fixed. |
Oh, that's good to know! Do you know when the next stable (non-preview) version is going to be published? |
@mikhailshilkov thank you very much for reporting the issue. It is fixed in our most recent GA version now. |
The
containerregistry_build
spec (I'm looking at the version 2019-04-01) marks thetype
property of theTaskStepProperties
schema as read-only:azure-rest-api-specs/specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/stable/2019-04-01/containerregistry_build.json
Line 1287 in 73d51f1
This looks wrong to me because the client is supposed to set this value to "Docker"/"EncodedTask"/"FileTask" depending on which derived type they want to use.
The text was updated successfully, but these errors were encountered: