-
Notifications
You must be signed in to change notification settings - Fork 4k
#10518-webapp: Support the new appservice Managed certificates #13441
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
Conversation
@panchagnula - For your review. Working on build failure. |
@ThejaChoudary - FYI. |
src/Websites/Websites/help/Remove-AzWebAppManagedCertificate.md
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A few comments to address.
Please implement shouldprocess for NewAzWebAppManagedCertificate and RemoveAzWebAppManagedCertificate |
@ThejaChoudary FYI. |
LGTM. Wait for other reviewers's approval |
@Kotasudhakarreddy please remove service attention label after review out of azure powershell team is finished |
Sure @msJinLei |
But still see @panchagnula request a change. Is the review of @panchagnula finished? |
kindly ping @panchagnula and @Kotasudhakarreddy |
@msJinLei I had asked Kota to make one more change on this so yes - not ready for merging yet. Thanks! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Thank you for adding support to this.
#10518
Description
Appservice released the new preview feature at Ignite 2019 https://azure.github.io/AppService/2019/11/04/Announcing-Managed-Certificates.html
We need first class command support for this feature using PowerShell
Design Review- https://github.com/Azure/azure-powershell-cmdlet-review-pr/issues/663
Created new cmdlets:
-New-AzWebAppManagedCertificate
-Remove-AzWebAppManagedCertificate
Testing:
1.New-AzWebAppManagedCertificate -ResourceGroupName Default-Web-WestUS -WebAppName "ContosoSite" -HostName "www.ContosoSite.net" - To create a new managed certificate
2. Remove-AzWebAppManagedCertificate -ResourceGroupName Default-Web-WestUS -WebAppName "ContosoSite" -HostName "www.ContosoSite.net" -Thumbprint "E3A38EBA60CAA1C162785A2E1C44A15AD450199C3" - To remove the managed certificate
Checklist
CONTRIBUTING.md
ChangeLog.md
file(s) has been updated:ChangeLog.md
file can be found atsrc/{{SERVICE}}/{{SERVICE}}/ChangeLog.md
## Upcoming Release
header -- no new version header should be added