[FEATURE REQ] Please add GetSiteManagedCertificates() method to WebSiteResource #47967
Labels
App Services
customer-reported
Issues that are reported by GitHub users external to the Azure organization.
Mgmt
This issue is related to a management-plane library.
needs-team-attention
Workflow: This issue needs attention from Azure service team or SDK team
question
The issue doesn't require a change to the product in order to be resolved. Most issues start as that
Library name
Azure.ResourceManager.AppService 1.3.0.0
Please describe the feature.
Currently,
WebSiteResource
has methods to get the public certificates related to it, but no methods to get the managed certificates. I'm developing a tool that offers the add custom domain functionality to an Azure WebApp, and, therefore, being able to also add the managed certificate directly from Azure-sdk-for-net (after getting the managed certificates collection withGetSiteManagedCertificates()
and using theCreateOrUpdateAsync(...)
method) would be really helpful.Thank you for your good work!
The text was updated successfully, but these errors were encountered: