-
Notifications
You must be signed in to change notification settings - Fork 5.3k
PortalSettings resource added to the Azure APIM specification #1679
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
PortalSettings resource added to the Azure APIM specification #1679
Conversation
@promoisha, |
"tags": [ | ||
"DelegationSettings" | ||
], | ||
"operationId": "DelegationSettings_CreateOrUpdate", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add this file to the readme.md under 2017-03-01
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done.
"parameters": { | ||
"properties": { | ||
"url": "http://contoso.com/delegation", | ||
"validationKey": "nVF7aKIvr9mV/RM5lOD0sYoi8ThXTRHQP7o66hvUmjCDkPKR3qxPu/otJcNciz2aQdqPuzJH3ECG4TU2yZjQ7Q==", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should this key be public?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, as it's not the actual key, but some hashed value of the URL.
There are some linter errors (https://travis-ci.org/Azure/azure-rest-api-specs/jobs/275169528). Please fix. |
@alvadb I fixed a bunch of linter warnings and left some minor warnings/errors out of the fix. The error that 'Operations API must be implemented' is not relevant to the resource I'm adding because it's not going to be registered in ARM. |
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: AutoRest Linter Guidelines | AutoRest Linter Issues Send feedback and make AutoRest Linter Azure Bot smarter day by day! Thanks for your co-operation. |
Most of the errors from the linter appear to be from missing examples but there is one that is a casing issue: Can you fix? Also, there are a couple of semantic issues and the errors appear to indicate that there are duplicate paths. Please check: https://travis-ci.org/Azure/azure-rest-api-specs/jobs/276094929. |
@alvadb We'll create a separate task for the error you mentioned, just to keep the current PR clean and to not block it with unrelated fixes. Regarding semantics, waiting for the response from @veronicagg. |
@promoisha I've replied on the related issue, thanks. |
@alvadb I changed the code in order to put the enum values directly in the path, as per https://github.com/Azure/azure-rest-api-specs/issues/1678#issuecomment-331509672. There should be no issues with the portalsettings spec by now. Thanks. |
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: 💡 Please review potentially introduced Error(s)/Warning(s): Analysis Report 💡 AutoRest Linter Guidelines | AutoRest Linter Issues | Send feedback Thanks for your co-operation. |
Will merge with the linter errors since they will be address in a subsequent check in. |
No modification for AutorestCI/azure-sdk-for-node |
No modification for AutorestCI/azure-sdk-for-python |
No modification for AutorestCI/azure-sdk-for-ruby |
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