Ambiguous result for get_ftp_allowed and update_ftp_allowed method #16778
Labels
bug
This issue requires a change to an existing behavior in the product in order to be resolved.
customer-reported
Issues that are reported by GitHub users external to the Azure organization.
issue-addressed
Workflow: The Azure SDK team believes it to be addressed and ready to close.
Mgmt
This issue is related to a management-plane library.
Service Attention
Workflow: This issue is responsible by Azure service team.
Web Apps
Describe the bug
We need further explaination on the get_ftp_allowed method as well as update_ftp_allowed method: which FTP state is it referring to, as well as how to verify this value in portal.
In portal when we verify(az functionapp config show --name appname --resource-group rgname) the actual FTP state we will get "ftps_state": "Disabled", which is under type - "/subscriptions/{sub-id}/resourceGroups/{rgname}/providers/Microsoft.Web/sites/{app-name}/config/web"
In Azure resource explorer we can verify the same by clicking into app > config > web
It seems that the resource types are different(Microsoft.Web/sites, and Microsoft.Web/sites/{app-name}/config/web), but this is causing confusion and I think the get_ftp_allowed definition is ambiguous. So, in conclusion, we need what is the get_ftp_allowed method is returning and which FTP(FTP state?) is it referring to.
Expected behavior
Matching results between:
Or, explaination on what is the get_ftp_allowed is referring to.
The text was updated successfully, but these errors were encountered: