Skip to content

Commit 85c4b67

Browse files
feat: Pushed latest changes from release
1 parent 57a4779 commit 85c4b67

30 files changed

Lines changed: 18 additions & 1126 deletions

.gitignore

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Python-generated files
2+
__pycache__/
3+
*.py[oc]
4+
build/
5+
dist/
6+
wheels/
7+
*.egg-info
8+
9+
# Virtual environments
10+
.venv
11+
12+
# Exclude all .http files
13+
14+
*.exe
15+
*.msi
16+
*.log
-167 KB
Binary file not shown.
-154 KB
Binary file not shown.

infra/deploy_ai_foundry.bicep

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ resource aiServices 'Microsoft.CognitiveServices/accounts@2021-10-01' = {
7474
statisticsEnabled: false
7575
}
7676
publicNetworkAccess: 'Enabled'
77+
disableLocalAuth: true
7778
}
7879
}
7980

@@ -93,6 +94,7 @@ resource aiServices_CU 'Microsoft.CognitiveServices/accounts@2021-10-01' = {
9394
statisticsEnabled: false
9495
}
9596
publicNetworkAccess: 'Enabled'
97+
disableLocalAuth: true
9698
}
9799
}
98100

@@ -463,9 +465,6 @@ resource azureLocatioEntry 'Microsoft.KeyVault/vaults/secrets@2021-11-01-preview
463465
}
464466
}
465467

466-
output keyvaultName string = keyvaultName
467-
output keyvaultId string = keyVault.id
468-
469468
output aiServicesTarget string = aiServices.properties.endpoint //aiServices_m.properties.endpoint
470469
output aiServicesCUEndpoint string = aiServices_CU.properties.endpoint //aiServices_m.properties.endpoint
471470
output aiServicesName string = aiServicesName //aiServicesName_m

src/ContentProcessor/pipelines/azure-pipelines.yml

Lines changed: 0 additions & 77 deletions
This file was deleted.

src/ContentProcessorAPI/pipelines/azure-pipelines.yml

Lines changed: 0 additions & 86 deletions
This file was deleted.
-889 KB
Binary file not shown.
-2.48 MB
Binary file not shown.
-107 KB
Binary file not shown.
-266 KB
Binary file not shown.

0 commit comments

Comments
 (0)