-
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
[ADLA - ADLS] - Revert path parameters #2417
Conversation
Did a commit to Azure/azure-sdk-for-python: |
Did a commit to Azure/azure-sdk-for-go: |
Did a commit to Azure/azure-sdk-for-python: |
Hi There, I am the AutoRest Linter Azure bot. I am here to help. My task is to analyze the situation from the AutoRest linter perspective. Please review the below analysis result: File: File: File: AutoRest Linter Guidelines | AutoRest Linter Issues | Send feedback Thanks for your co-operation. |
Did a commit to Azure/azure-sdk-for-go: |
Note that instead of having to repeat the param definitions you can use the x-ms-parameter-location extension to specify that these params belong on the method not the client. |
@jhendrixMSFT Thank you for pointing that out! I'll make that change. |
* ADLA and ADLS Account APIs * For ResourceGroupNameParameter * For AccountNameParameter
570176c
to
feeb7c5
Compare
This commit was treated and no generation was made for Azure/azure-sdk-for-python |
Hi There, I am the AutoRest Linter Azure bot. I am here to help. My task is to analyze the situation from the AutoRest linter perspective. Please review the below analysis result: File: File: File: AutoRest Linter Guidelines | AutoRest Linter Issues | Send feedback Thanks for your co-operation. |
This commit was treated and no generation was made for Azure/azure-sdk-for-go |
Microsoft.Communication Swagger tweaks
Summary: This PR is to revert partially this merged PR (#239) to prevent unnecessary breaking changes at the SDK (and not at the API) level.
I was not aware that by defining global parameters, the effective change in the SDK generation is that they become properties of the Client object instead of remaining as method parameters. This is not the behavior that I was expecting, and this causes unnecessary breaking changes. Therefore, I am reverting that change here.
I was not aware that some of the job URLs were case sensitive, so reverting these changes as well. I will add the change back in a new API version.
This checklist is used to make sure that common issues in a pull request are addressed. This will expedite the process of getting your pull request merged and avoid extra work on your part to fix issues discovered during the review process.
PR information
api-version
in the path should match theapi-version
in the spec).Quality of Swagger