Skip to content

Commit eb7e39d

Browse files
Standardize API name
1 parent f7a9061 commit eb7e39d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infrastructure/simple-apim/main.bicep

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ module apimModule '../../shared/bicep/modules/apim/v1/apim.bicep' = {
4949

5050
// 4. APIM APIs
5151
module apisModule '../../shared/bicep/modules/apim/v1/api.bicep' = [for api in apis: if(length(apis) > 0) {
52-
name: '${api.name}-${resourceSuffix}'
52+
name: 'api-${api.name}'
5353
params: {
5454
apimName: apimName
5555
appInsightsInstrumentationKey: appInsightsInstrumentationKey

0 commit comments

Comments
 (0)