You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In testing I found the only property the server interprets is the "name" and all the others are ignored. For example you can ask for a name "F1", tier "Premium", size "B1" and you get an F1.
Hey @00Kai0 - I think the issue is that the server ignores all other inputs but name, and that the name argument is required. That's fine, so long as the documentation actually indicates that that's the case :) I was hitting this issue repeatedly, and this is the only place online that I could find that has the solution.
azure-samples-python-management/samples/appservice/manage_app_service_plan.py
Lines 44 to 50 in 2cdb8ba
In testing I found the only property the server interprets is the "name" and all the others are ignored. For example you can ask for a name "F1", tier "Premium", size "B1" and you get an F1.
Related documentation issue: Azure/azure-sdk-for-python#16251
The text was updated successfully, but these errors were encountered: