-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
Get-AzWebApp and Set-AzWebApp not returning/saving some properties #9168
Comments
@vinhent Can you please provide debug stream output when attempting to save / retrieve these values? To do this, set Once done, you can turn off debug logging using |
@markcowl Thanks for the reply, the post was updated with debug output. |
@panchagnula @NKing92 Can you take alook? |
@vinhent we believe this should be fixed - can you check with the latest Az command version & confirm. Thank you. |
@panchagnula I installed Az 2.4.0 and tested with this cmdlet:
I'm still getting |
Can we reopen this issue? |
@vinhent we have a fix for this in the dev branch - will be go out with our next release |
when do we expect the next release? |
@panchagnula Alright thank you! |
@nomie788 i believe this is the next release https://github.com/Azure/azure-powershell/milestone/76 |
Does that release also add handling to updated Restricting for IPv6 and VNet/subnet has been added to API and Portal, but any attempts to modify a modern-restricted App Service with Az-library fail miserably. |
I finally figured this out. I did not find any solutions online anywhere!!
|
Description
When using Get-AzWebApp, properties FtpsState and Http20Enabled are not returned.
When using Set-AzWebApp, properties FtpsState, Http20Enabled, and ClientAffinityEnabled are not saved.
I didn't try with Get-AzWebAppSlot and Set-AzWebAppSlot, but I expect it could have the same issue.
Steps to reproduce
Environment data
Module versions
Debug output
Error output
The text was updated successfully, but these errors were encountered: