Description
The enumeration values for the API Managements E-Mailtemplates are not working. They have the wrong casing.
Current values ( see https://docs.microsoft.com/en-us/rest/api/apimanagement/2019-12-01/emailtemplate/get#templatename ):
Name | Type | Description |
---|---|---|
accountClosedDeveloper | string | |
applicationApprovedNotificationMessage | string |
A rest call with these values does not work:
https://management.azure.com/subscriptions/<subscription>/resourceGroups/<resource-group>/providers/Microsoft.ApiManagement/service/<apim-name>/templates/accountClosedDeveloper?api-version=2020-06-01-preview
The name must be AccountClosedDeveloper with an upper first character.
The enumeration values should be fixed to reflect that and only container values with an upper cased first character.
Place where the changes should happen: https://github.com/Azure/azure-rest-api-specs/blob/master/specification/apimanagement/resource-manager/Microsoft.ApiManagement/stable/2020-12-01/apimanagement.json#L708