-
Notifications
You must be signed in to change notification settings - Fork 5.2k
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
web: type error in Status in ServerFarmWithRichSku class #137
Comments
@naveedaz - Can you please take a look into this issue? |
FYI. This issue is now fixed. Please use api-version >= 2016-09-01 for serverfarms for this change in behavior.
|
Dropped lb zones by request
Hello,
I work in the MS Azure Python SDK team and I'm currently trying the Autorest generated version for Python,
I created a App Service Plan using this Python SDK generated from the Web Swagger file (rev. c81ae63) with the
ServerFarms_CreateOrUpdateServerFarm
method.I got in result:
Regarding the Swagger spec, "status" is an enum:
However, as you can see the
status
I got is 0, not a string inReady
orPending
.Then the Python generated code is broken (I guess the C#, Java, etc. will be broken) too. Can you look at this?
At the same time, could someone from the team who own this file give me a status for it? Is it ready for a preview version in a generated client?
Thank you,
The text was updated successfully, but these errors were encountered: