Skip to content

API Management - EMailTemplate: Wrong enumeration values #13341

Open
@patst

Description

@patst

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    API ManagementService AttentionWorkflow: This issue is responsible by Azure service team.questionThe issue doesn't require a change to the product in order to be resolved. Most issues start as that

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions