File tree Expand file tree Collapse file tree 9 files changed +888
-534
lines changed Expand file tree Collapse file tree 9 files changed +888
-534
lines changed Original file line number Diff line number Diff line change @@ -129,28 +129,13 @@ jobs:
129
129
node-version : 18
130
130
131
131
- name : Log in with Azure (Federated Credentials)
132
- if : ${{ env.AZURE_CLIENT_ID != '' }}
133
132
run : |
134
133
azd auth login `
135
134
--client-id "$Env:AZURE_CLIENT_ID" `
136
135
--federated-credential-provider "github" `
137
136
--tenant-id "$Env:AZURE_TENANT_ID"
138
137
shell : pwsh
139
138
140
- - name : Log in with Azure (Client Credentials)
141
- if : ${{ env.AZURE_CREDENTIALS != '' }}
142
- run : |
143
- $info = $Env:AZURE_CREDENTIALS | ConvertFrom-Json -AsHashtable;
144
- Write-Host "::add-mask::$($info.clientSecret)"
145
-
146
- azd auth login `
147
- --client-id "$($info.clientId)" `
148
- --client-secret "$($info.clientSecret)" `
149
- --tenant-id "$($info.tenantId)"
150
- shell : pwsh
151
- env :
152
- AZURE_CREDENTIALS : ${{ secrets.AZURE_CREDENTIALS }}
153
-
154
139
- name : Provision Infrastructure
155
140
run : azd provision --no-prompt
156
141
env :
Original file line number Diff line number Diff line change @@ -159,7 +159,6 @@ jobs:
159
159
az account set --subscription ${{env.AZURE_SUBSCRIPTION_ID}}
160
160
161
161
- name : Login to with Azure with azd (Federated Credentials)
162
- if : ${{ env.AZURE_CLIENT_ID != '' }}
163
162
run : |
164
163
azd auth login `
165
164
--client-id "$Env:AZURE_CLIENT_ID" `
Original file line number Diff line number Diff line change @@ -262,6 +262,7 @@ You can find extensive documentation in the [docs](docs/README.md) folder:
262
262
- [Sharing deployment environments](docs/sharing_environments.md)
263
263
- [Local development](docs/localdev.md)
264
264
- [Customizing the app](docs/customization.md)
265
+ - [App architecture](docs/architecture.md)
265
266
- [HTTP Protocol](docs/http_protocol.md)
266
267
- [Data ingestion](docs/data_ingestion.md)
267
268
- [Evaluation](docs/evaluation.md)
Original file line number Diff line number Diff line change @@ -4,13 +4,13 @@ aiofiles==24.1.0
4
4
# via
5
5
# prompty
6
6
# quart
7
- aiohappyeyeballs == 2.4.4
7
+ aiohappyeyeballs == 2.6.1
8
8
# via aiohttp
9
- aiohttp == 3.10.11
9
+ aiohttp == 3.12.14
10
10
# via
11
11
# -r requirements.in
12
12
# microsoft-kiota-authentication-azure
13
- aiosignal == 1.3.1
13
+ aiosignal == 1.4.0
14
14
# via aiohttp
15
15
annotated-types == 0.7.0
16
16
# via pydantic
@@ -125,7 +125,7 @@ hpack==4.0.0
125
125
# via h2
126
126
httpcore == 1.0.9
127
127
# via httpx
128
- httpx == 0.27.0
128
+ httpx [ http2 ] == 0.27.0
129
129
# via
130
130
# microsoft-kiota-http
131
131
# msgraph-core
@@ -333,7 +333,9 @@ priority==2.0.0
333
333
prompty == 0.1.50
334
334
# via -r requirements.in
335
335
propcache == 0.2.0
336
- # via yarl
336
+ # via
337
+ # aiohttp
338
+ # yarl
337
339
psutil == 5.9.8
338
340
# via azure-monitor-opentelemetry-exporter
339
341
pycparser == 2.22
@@ -344,7 +346,7 @@ pydantic-core==2.20.1
344
346
# via pydantic
345
347
pygments == 2.18.0
346
348
# via rich
347
- pyjwt == 2.10.1
349
+ pyjwt [ crypto ] == 2.10.1
348
350
# via
349
351
# -r requirements.in
350
352
# msal
@@ -386,7 +388,7 @@ sniffio==1.3.1
386
388
# anyio
387
389
# httpx
388
390
# openai
389
- soupsieve == 2.6
391
+ soupsieve == 2.7
390
392
# via beautifulsoup4
391
393
std-uritemplate == 2.0.5
392
394
# via microsoft-kiota-abstractions
@@ -411,6 +413,7 @@ types-pillow==10.2.0.20240822
411
413
typing-extensions == 4.13.2
412
414
# via
413
415
# -r requirements.in
416
+ # aiosignal
414
417
# anyio
415
418
# asgiref
416
419
# azure-ai-documentintelligence
You can’t perform that action at this time.
0 commit comments