Skip to content

Commit

Permalink
patch (#522)
Browse files Browse the repository at this point in the history
  • Loading branch information
krnese authored Feb 1, 2024
1 parent df4c1b0 commit cef195b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 39 deletions.
38 changes: 0 additions & 38 deletions fsi/solutions/generativeAi/EnterpriseAIPortal.json
Original file line number Diff line number Diff line change
Expand Up @@ -1440,44 +1440,6 @@
},
"visible": "[equals(steps('aiAuxiliarySettings').aiUseCaseDeployment, 'Yes')]"
},
{
"name": "aiUseCaseSampleDeployment",
"type": "Microsoft.Common.OptionsGroup",
"label": "Start an ingestion job for the initial use-case",
"defaultValue": "Yes",
"toolTip": "",
"constraints": {
"allowedValues": [
{
"label": "Yes",
"value": "Yes"
},
{
"label": "No",
"value": "No"
}
],
"required": true
},
"visible": "[equals(steps('aiAuxiliarySettings').aiUseCaseDeployment, 'Yes')]"
},
{
"name": "aiFileUpload",
"type": "Microsoft.Common.FileUpload",
"label": "Upload your own files for ingestion",
"toolTip": "",
"constraints": {
"required": true,
"accept": ".doc,.docx,.xml,application/msword"
},
"options": {
"multiple": true,
"uploadMode": "file",
"openMode": "text",
"encoding": "UTF-8"
},
"visible": "[equals(steps('aiAuxiliarySettings').aiUseCaseSampleDeployment, 'Yes')]"
},
{
"name": "aSearchSection",
"type": "Microsoft.Common.Section",
Expand Down
2 changes: 1 addition & 1 deletion fsi/solutions/generativeAi/azureAiSearch.json
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@
"name": "[concat(variables('name-compliant-azureAiSearch'), '/', 'Microsoft.Insights/diag')]",
"location": "[parameters('location')]",
"dependsOn": [
"[concat('Microsoft.Search/searchServices', variables('name-compliant-azureAiSearch'))]"
"[concat('Microsoft.Search/searchServices/', variables('name-compliant-azureAiSearch'))]"
],
"properties": {
"workspaceId": "[concat(subscription().id, '/resourceGroups/', parameters('rgName'), '/providers/Microsoft.OperationalInsights/workspaces/', variables('name-compliant-azMon'))]",
Expand Down

0 comments on commit cef195b

Please sign in to comment.