-
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
Update logicAppsManagementClient.json to current offerings #2761
Update logicAppsManagementClient.json to current offerings #2761
Conversation
Added examples to support the swagger endpoints. Did some cleanup on the swagger itself, such as organizing the parameters alphabetically.
Automation for azure-sdk-for-pythonThe initial PR has been merged into your service PR: |
Automation for azure-sdk-for-goA PR has been created for you based on this PR content. Once this PR will be merged, content will be added to your service PR: |
Automation for azure-libraries-for-javaThe initial PR has been merged into your service PR: |
Automation for azure-sdk-for-nodeA PR has been created for you: |
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.
There are model validation errors with regards to samples, please see the log here.
Also this new swagger has not been added to any package in the README.md file, is that intentional?
@jhendrixMSFT Fixed the model build. I'm not sure what you mean by the readme.md file |
@refortie Also has this new API been reviewed by ARM and the API review board? |
"Connection Gateways" | ||
], | ||
"summary": "Lists all of the connection gateways", | ||
"operationId": "ConnectionGateways_ListAll", |
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.
This should be ConnectionGateways_List.
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.
Fixed
"Connection Gateways" | ||
], | ||
"summary": "Lists all of the connection gateways", | ||
"operationId": "ConnectionGateways_List", |
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.
This should be ConnectionGateways_ListByResourceGroup.
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.
Fixed
"Custom APIs" | ||
], | ||
"summary": "List of custom APIs", | ||
"operationId": "CustomApis_ListAll", |
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.
This should be CustomApis_List.
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.
Fixed
"Custom APIs" | ||
], | ||
"summary": "List of custom APIs", | ||
"operationId": "CustomApis_List", |
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.
This should be CustomApis_ListByResourceGroup.
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.
Fixed
We will be holding off on adding it to the SDK for the time being. We will be coming back next month to do more endpoints. This is just to bring us up to compliance. Also this isn't a new API, these APIs have already existed in prod for a while now, this is just to put out swagger for them. |
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