Skip to content

Commit 652e74b

Browse files
committed
Remove unused var
1 parent 4b4de63 commit 652e74b

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

infra/main.bicep

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -248,15 +248,12 @@ output AZURE_STORAGE_ACCOUNT_LOCATION string = storage.outputs.location
248248
output AZURE_STORAGE_ACCOUNT_RESOURCE_GROUP string = storageResourceGroup.name
249249
output AZURE_STORAGE_ACCOUNT string = storage.outputs.name
250250
output AZURE_STORAGE_ACCOUNT_BLOB_URL string = storage.outputs.primaryBlobEndpoint
251-
output AZURE_APP_SERVICE_PLAN string = appServicePlan.outputs.name
252251
output AZURE_API_SERVICE_RESOURCE_GROUP string = apiServiceResourceGroup.name
253252
output AZURE_LOG_ANALYTICS string = monitoring.outputs.logAnalyticsWorkspaceName
254253
output AZURE_APPINSIGHTS string = monitoring.outputs.applicationInsightsName
255254

256255
output AZURE_COMPUTERVISION_ACCOUNT_URL string = computerVision.outputs.endpoint
257256

258-
259-
260257
output SERVICE_ACA_IDENTITY_PRINCIPAL_ID string = aca.outputs.identityPrincipalId
261258
output SERVICE_ACA_NAME string = aca.outputs.name
262259
output SERVICE_ACA_URI string = aca.outputs.uri

0 commit comments

Comments
 (0)