Open justinyoo opened 9 months ago
I found that we've introduced this soft-delete & purge feature from the API version of 2024-03-15-preview
. Would it be possible to use the term "Purge" instead of "Delete" to keep following the convention with others like APIM and KeyVault?
What are you trying to achieve?
Services like Azure Key Vault or Azure API Management has the soft-delete feature to avoid any accident from being deleted. I guess API Center should do the same because it behaves a central API repository of an organisation.
Proposed solution
az apic service create --disable-soft-delete ...
az apic service purge ...
Through bicep, there should be an attribute under the
properties
attribute like: