Skip to content

Commit 1eefe9c

Browse files
committed
Fix typo in AI Foundry configuration: corrected 'modelCapcity' to 'modelCapacity'
1 parent a373676 commit 1eefe9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infra/main.bicep

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ param aiFoundryAiServicesConfiguration aiServicesConfigurationType = {
130130
sku: 'S0'
131131
deployments: null //Default value set on module configuration
132132
subnetResourceId: null //Default value set on module configuration
133-
modelCapcity: 140
133+
modelCapacity: 140
134134
}
135135

136136
@description('Optional. The configuration to apply for the AI Foundry Storage Account resource.')

0 commit comments

Comments
 (0)