Azure / azure-rest-api-specs

The source for REST API specifications for Microsoft Azure.
MIT License
2.69k stars 5.11k forks source link

App Service Domain: API not idempotent and missing exmaple on creation #10223

Open magodo opened 4 years ago

magodo commented 4 years ago

The App Service Domain API is not idempotent in turns that PUT/PATCH need some fields (e.g. consent, contact) which are not returned in a later GET. Also, I noticed that the contact information filled in Portal doesn't ends up show in the WHOIS database, where it uses some "preset" contact information instead.

Besideds, there is no example on how to create this resource in current spec, which makes it not easy to reason about. For instance, it is confusing what should pass as consent.agreedBy.

ghost commented 4 years ago

Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @antcp, @AzureAppServiceCLI.

wiruzman commented 1 year ago

Any updates?

techadrian commented 1 year ago

Guys, I might be wrong, but missing this azurerm_app_service_domain feature makes programmatical public domain registration with terraform in azure impossible. Any updates regarding this feature?