Tony Vargas
Tony Vargas
> > ``` > > }, > > ``` > > 202 is async response. It should not have response schema. Only 200 should return it. > > Refers to:...
I have reviewed the failed pipelines, here's my analysis. Breaking Change(Cross-Version). on the left it's the failed rule, on the right the reason: - **RemovedDefinition**: Removed SystemData, this definition is...
> > We are returning 202 on PATCH operations on a proxy resource. When you update a proxy resource, the provisioning status will change to "Updating". We have a schema...
/azp run unifiedPipeline
Hi Swagger/ARM review team. The PR includes the following changes: - Add Cache Rules and Credential Sets resource types/operations to GA version - Fix properties that were meant to be...
Regarding the CI issues, I think they are false positives: Avocado: Issues are related to older api versions, this should be fixed in a separate PR Semantic Validation, Model Validation,...
Avocado CI false positive, [CI results here](https://github.com/Azure/azure-rest-api-specs/pull/24771/checks?check_run_id=15442088184), analysis below: I noticed two issues in the Avocado CI that are being marked as errors, however I don't think this is accurate....
Hi @raych1, there's currently a CI failure in the SDK Azure-sdk-for-go pipeline. There's a duplicate schema "ErrorResponse" with certain differences between our containerregistry.json and containerregistry_build.json. The containerregistry.json is now using...
> > Hi @raych1, there's currently a CI failure in the SDK Azure-sdk-for-go pipeline. There's a duplicate schema "ErrorResponse" with certain differences between our containerregistry.json and containerregistry_build.json. > > The...
> > ``` > > "201": { > > ``` > > Should use 202 for async PATCH, and also use location header, see https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/async-api-reference.md#updating-using-patch > > Refers to: specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/stable/2023-07-01/containerregistry.json:268...