-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Application Gateway support for Get Server Variables APIs #8290
Comments
API version 2018-11-01. |
@nirkum18 I believe there is something wrong with the Swagger specs for these three endpoints. Whenever I try to call them using the Autorest generated SDK, I get the following error:
cc/ @lmazuel |
I will proceed with my PR to bump the Network API version, but I will not add these commands until the specs are fixed. |
Sorry for the delayed reply. I was OOF in the past week. @tjprescott Some recent swagger changes related to these changes were pushed to the network-january-release branch. If you the SDK, that you are using, is getting generated from network-december-release branch, it may not contain the recently checkedin changes. I have generated the SDK with those changes and powershell cmdlets are working fine for me. In this PR we changed the return type of commandlets from a dictionary to a list of strings. |
Thanks for the update @nirkum18. When those changes are merged to master, we will be able to proceed. |
@nirkum18 it seems the |
Due to the necessity for Swagger changes, there is no way this will be released this sprint. @nirkum18 please advise when the Swagger fix has been merged and we will reschedule this work accordingly. |
Swagger issues have been resolved, so this change will go into Sprint 58. |
Is your feature request related to a problem? Please describe.
CLI needs to be updated according to the NRP and swagger changes. We have added 3 new APIs to fetch the supported server variables, request and response headers, for Header CRUD feature in Application Gateway. CLI needs to be updated to support these APIs.
Describe the solution you'd like
Need CLI to be written as per the Swagger Changes here.
The text was updated successfully, but these errors were encountered: