File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed
infra/scripts/fabric_scripts Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1616 - ``` az login ```
1717 - ``` rm -rf Build-your-own-copilot-Solution-Accelerator ```
1818 - ``` git clone https://github.com/microsoft/Build-your-own-copilot-Solution-Accelerator ```
19- - ``` cd ./Build-your-own-copilot-Solution-Accelerator/src/ infra/scripts/fabric_scripts ```
19+ - ``` cd ./Build-your-own-copilot-Solution-Accelerator/infra/scripts/fabric_scripts ```
2020 - ``` sh ./run_fabric_items_scripts.sh keyvault_param workspaceid_param solutionprefix_param ```
2121 1 . keyvault_param - the name of the keyvault that was created in Step 1
2222 2 . workspaceid_param - the workspaceid created in Step 2
Original file line number Diff line number Diff line change 11msal == 1.31.1
22azure-identity
33pandas
4- azure-storage-file-datalake
4+ azure-storage-file-datalake
5+ packaging
Original file line number Diff line number Diff line change @@ -45,6 +45,6 @@ sed -i "s/workspaceId_to-be-replaced/${fabricWorkspaceId}/g" "create_fabric_item
4545
4646sed -i " s/kv_to-be-replaced/${keyvaultName} /g" " notebooks/01_process_data.ipynb"
4747
48- pip install -r requirements.txt --quiet
48+ pip install -r requirements.txt --user -- quiet
4949
50- python create_fabric_items.py
50+ python create_fabric_items.py
You can’t perform that action at this time.
0 commit comments