-
Notifications
You must be signed in to change notification settings - Fork 5.6k
Closed
Description
Hello,
I work in the MS Azure Python SDK team and I'm currently trying the Autorest generated version for Python,
I'm just trying to do a get a a website using webspace+name using this Python SDK generated from the Web Swagger file (rev. c81ae63) with the "Sites_GetSite method.
I got in result for hostNameSslStates
"hostNameSslStates": [
{
"name": "mysite.azurewebsites.net",
"sslState": 0,
"ipBasedSslResult": null,
"virtualIP": null,
"thumbprint": null,
"toUpdate": null,
"toUpdateIpBasedSsl": null,
"ipBasedSslState": 0,
"hostType": 0
},Regarding the Swagger spec, "sslState" is an enum:
"sslState": {
"description": "SSL type",
"enum": [
"Disabled",
"SniEnabled",
"IpBasedEnabled"
],
"type": "string",
"x-ms-enum": {
"name": "SslState",
"modelAsString": false
}
},However, as you can see the sslState I got is 0, not a string.
It's the second bug (after #137) I open on the web file so far, is this possible to have at least a confirmation or state from the web team about this?
Thank you,
Metadata
Metadata
Assignees
Labels
No labels