fix: updated the post deployment script for Legal Contract scenario #678
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Purpose
This pull request adds support for a new "Legal Contract Review" use case to the infrastructure and deployment scripts. The changes introduce new storage containers, search indexes, environment outputs, and scripting logic to handle the setup and data upload for this use case. The scripts and configuration files are updated to allow users to select and deploy the Legal Contract Review use case alongside existing options.
Legal Contract Review Use Case Integration:
storageContainerNameLegalContractparameter and corresponding container configuration ininfra/main.bicepfor Legal Contract data storage. [1] [2]aiSearchIndexNameForLegalContractvariable and output ininfra/main.bicepfor search indexing of legal contract data. [1] [2]Selecting-Team-Config-And-Data.ps1to handle Legal Contract Review selection, including new variables, selection logic, data upload, and indexing steps. [1] [2] [3] [4] [5] [6]legal_contract_team.jsonto the team configuration upload logic inupload_team_config.py.Miscellaneous:
python-docxtorequirements.txtfor document processing, likely to support legal contract file handling.Does this introduce a breaking change?
How to Test
What to Check
Verify that the following are valid
Other Information