Skip to content

Commit 9dd54cc

Browse files
authored
Merge branch 'main' into scottaddie-update-api-doc-links
2 parents 70b1ff7 + e787639 commit 9dd54cc

569 files changed

Lines changed: 58409 additions & 12075 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitattributes

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
.github/workflows/*.lock.yml linguist-generated=true merge=ours
22

3+
# Cross-platform tools rewrite these files, so keep their output deterministic.
4+
java/**/*.java text eol=lf
5+
36
# Generated files — keep LF line endings so codegen output is deterministic across platforms.
47
nodejs/src/generated/* eol=lf linguist-generated=true
58
dotnet/src/Generated/* eol=lf linguist-generated=true

.github/aw/actions-lock.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@
2020
"version": "v7.0.1",
2121
"sha": "043fb46d1a93c77aae656e7c1c64a875d1fc6a0a"
2222
},
23-
"github/gh-aw-actions/setup-cli@v0.82.10": {
23+
"github/gh-aw-actions/setup-cli@v0.83.1": {
2424
"repo": "github/gh-aw-actions/setup-cli",
25-
"version": "v0.82.10",
26-
"sha": "05205436a78512d71a2d842e46586ed05f4fa058"
25+
"version": "v0.83.1",
26+
"sha": "8bdba8075360648fe6802302a5b4e016361dc6ac"
2727
},
28-
"github/gh-aw-actions/setup@v0.82.10": {
28+
"github/gh-aw-actions/setup@v0.83.1": {
2929
"repo": "github/gh-aw-actions/setup",
30-
"version": "v0.82.10",
31-
"sha": "05205436a78512d71a2d842e46586ed05f4fa058"
30+
"version": "v0.83.1",
31+
"sha": "8bdba8075360648fe6802302a5b4e016361dc6ac"
3232
}
3333
}
3434
}

.github/instructions/docs-style.instructions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ This style guide applies to all documentation in the `docs/` directory. These do
1010

1111
Use **sentence case** for all headings. Capitalize only the first word and proper nouns.
1212

13-
* `## Quick start: Azure AI Foundry` — not `## Quick Start: Azure AI Foundry`
13+
* `## Quick start: Microsoft Foundry` — not `## Quick Start: Microsoft Foundry`
1414
* `# Custom agents and sub-agent orchestration` — not `# Custom Agents & Sub-Agent Orchestration`
1515

1616
Use `and` instead of `&` in headings.
@@ -49,7 +49,7 @@ When a callout applies to a specific language, put the qualifier as bold text in
4949

5050
```markdown
5151
> [!TIP]
52-
> **(Python / Go)** These SDKs use a single `Data` class/struct with all fields optional.
52+
> **(Python / Go)** These SDKs use separate, per-event data types.
5353
```
5454

5555
## Lists

.github/workflows/agentics-maintenance.yml

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# This file was automatically generated by pkg/workflow/maintenance_workflow.go (v0.82.10). DO NOT EDIT. To debug this workflow, load the skill at https://github.com/github/gh-aw/blob/main/debug.md
1+
# This file was automatically generated by pkg/workflow/maintenance_workflow.go (v0.83.1). DO NOT EDIT. To debug this workflow, load the skill at https://github.com/github/gh-aw/blob/main/debug.md
22
#
33
# ___ _ _
44
# / _ \ | | (_)
@@ -94,7 +94,7 @@ jobs:
9494
discussions: write
9595
steps:
9696
- name: Setup Scripts
97-
uses: github/gh-aw-actions/setup@05205436a78512d71a2d842e46586ed05f4fa058 # v0.82.10
97+
uses: github/gh-aw-actions/setup@8bdba8075360648fe6802302a5b4e016361dc6ac # v0.83.1
9898
with:
9999
destination: ${{ runner.temp }}/gh-aw/actions
100100

@@ -113,7 +113,7 @@ jobs:
113113
issues: write
114114
steps:
115115
- name: Setup Scripts
116-
uses: github/gh-aw-actions/setup@05205436a78512d71a2d842e46586ed05f4fa058 # v0.82.10
116+
uses: github/gh-aw-actions/setup@8bdba8075360648fe6802302a5b4e016361dc6ac # v0.83.1
117117
with:
118118
destination: ${{ runner.temp }}/gh-aw/actions
119119

@@ -132,7 +132,7 @@ jobs:
132132
pull-requests: write
133133
steps:
134134
- name: Setup Scripts
135-
uses: github/gh-aw-actions/setup@05205436a78512d71a2d842e46586ed05f4fa058 # v0.82.10
135+
uses: github/gh-aw-actions/setup@8bdba8075360648fe6802302a5b4e016361dc6ac # v0.83.1
136136
with:
137137
destination: ${{ runner.temp }}/gh-aw/actions
138138

@@ -152,7 +152,7 @@ jobs:
152152
actions: write
153153
steps:
154154
- name: Setup Scripts
155-
uses: github/gh-aw-actions/setup@05205436a78512d71a2d842e46586ed05f4fa058 # v0.82.10
155+
uses: github/gh-aw-actions/setup@8bdba8075360648fe6802302a5b4e016361dc6ac # v0.83.1
156156
with:
157157
destination: ${{ runner.temp }}/gh-aw/actions
158158

@@ -181,7 +181,7 @@ jobs:
181181
persist-credentials: false
182182

183183
- name: Setup Scripts
184-
uses: github/gh-aw-actions/setup@05205436a78512d71a2d842e46586ed05f4fa058 # v0.82.10
184+
uses: github/gh-aw-actions/setup@8bdba8075360648fe6802302a5b4e016361dc6ac # v0.83.1
185185
with:
186186
destination: ${{ runner.temp }}/gh-aw/actions
187187

@@ -196,9 +196,9 @@ jobs:
196196
await main();
197197
198198
- name: Install gh-aw
199-
uses: github/gh-aw-actions/setup-cli@05205436a78512d71a2d842e46586ed05f4fa058 # v0.82.10
199+
uses: github/gh-aw-actions/setup-cli@8bdba8075360648fe6802302a5b4e016361dc6ac # v0.83.1
200200
with:
201-
version: v0.82.10
201+
version: v0.83.1
202202

203203
- name: Run operation
204204
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
@@ -228,7 +228,7 @@ jobs:
228228
pull-requests: write
229229
steps:
230230
- name: Setup Scripts
231-
uses: github/gh-aw-actions/setup@05205436a78512d71a2d842e46586ed05f4fa058 # v0.82.10
231+
uses: github/gh-aw-actions/setup@8bdba8075360648fe6802302a5b4e016361dc6ac # v0.83.1
232232
with:
233233
destination: ${{ runner.temp }}/gh-aw/actions
234234

@@ -275,7 +275,7 @@ jobs:
275275
persist-credentials: false
276276

277277
- name: Setup Scripts
278-
uses: github/gh-aw-actions/setup@05205436a78512d71a2d842e46586ed05f4fa058 # v0.82.10
278+
uses: github/gh-aw-actions/setup@8bdba8075360648fe6802302a5b4e016361dc6ac # v0.83.1
279279
with:
280280
destination: ${{ runner.temp }}/gh-aw/actions
281281

@@ -321,7 +321,7 @@ jobs:
321321
persist-credentials: false
322322

323323
- name: Setup Scripts
324-
uses: github/gh-aw-actions/setup@05205436a78512d71a2d842e46586ed05f4fa058 # v0.82.10
324+
uses: github/gh-aw-actions/setup@8bdba8075360648fe6802302a5b4e016361dc6ac # v0.83.1
325325
with:
326326
destination: ${{ runner.temp }}/gh-aw/actions
327327

@@ -336,9 +336,9 @@ jobs:
336336
await main();
337337
338338
- name: Install gh-aw
339-
uses: github/gh-aw-actions/setup-cli@05205436a78512d71a2d842e46586ed05f4fa058 # v0.82.10
339+
uses: github/gh-aw-actions/setup-cli@8bdba8075360648fe6802302a5b4e016361dc6ac # v0.83.1
340340
with:
341-
version: v0.82.10
341+
version: v0.83.1
342342

343343
- name: Create missing labels
344344
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
@@ -367,7 +367,7 @@ jobs:
367367
persist-credentials: false
368368

369369
- name: Setup Scripts
370-
uses: github/gh-aw-actions/setup@05205436a78512d71a2d842e46586ed05f4fa058 # v0.82.10
370+
uses: github/gh-aw-actions/setup@8bdba8075360648fe6802302a5b4e016361dc6ac # v0.83.1
371371
with:
372372
destination: ${{ runner.temp }}/gh-aw/actions
373373

@@ -382,9 +382,9 @@ jobs:
382382
await main();
383383
384384
- name: Install gh-aw
385-
uses: github/gh-aw-actions/setup-cli@05205436a78512d71a2d842e46586ed05f4fa058 # v0.82.10
385+
uses: github/gh-aw-actions/setup-cli@8bdba8075360648fe6802302a5b4e016361dc6ac # v0.83.1
386386
with:
387-
version: v0.82.10
387+
version: v0.83.1
388388

389389
- name: Restore activity report logs cache
390390
id: activity_report_logs_cache
@@ -472,7 +472,7 @@ jobs:
472472
persist-credentials: false
473473

474474
- name: Setup Scripts
475-
uses: github/gh-aw-actions/setup@05205436a78512d71a2d842e46586ed05f4fa058 # v0.82.10
475+
uses: github/gh-aw-actions/setup@8bdba8075360648fe6802302a5b4e016361dc6ac # v0.83.1
476476
with:
477477
destination: ${{ runner.temp }}/gh-aw/actions
478478

@@ -487,9 +487,9 @@ jobs:
487487
await main();
488488
489489
- name: Install gh-aw
490-
uses: github/gh-aw-actions/setup-cli@05205436a78512d71a2d842e46586ed05f4fa058 # v0.82.10
490+
uses: github/gh-aw-actions/setup-cli@8bdba8075360648fe6802302a5b4e016361dc6ac # v0.83.1
491491
with:
492-
version: v0.82.10
492+
version: v0.83.1
493493

494494
- name: Restore forecast report logs cache
495495
id: forecast_report_logs_cache
@@ -564,7 +564,7 @@ jobs:
564564
issues: write
565565
steps:
566566
- name: Setup Scripts
567-
uses: github/gh-aw-actions/setup@05205436a78512d71a2d842e46586ed05f4fa058 # v0.82.10
567+
uses: github/gh-aw-actions/setup@8bdba8075360648fe6802302a5b4e016361dc6ac # v0.83.1
568568
with:
569569
destination: ${{ runner.temp }}/gh-aw/actions
570570

@@ -601,7 +601,7 @@ jobs:
601601
persist-credentials: false
602602

603603
- name: Setup Scripts
604-
uses: github/gh-aw-actions/setup@05205436a78512d71a2d842e46586ed05f4fa058 # v0.82.10
604+
uses: github/gh-aw-actions/setup@8bdba8075360648fe6802302a5b4e016361dc6ac # v0.83.1
605605
with:
606606
destination: ${{ runner.temp }}/gh-aw/actions
607607

@@ -616,9 +616,9 @@ jobs:
616616
await main();
617617
618618
- name: Install gh-aw
619-
uses: github/gh-aw-actions/setup-cli@05205436a78512d71a2d842e46586ed05f4fa058 # v0.82.10
619+
uses: github/gh-aw-actions/setup-cli@8bdba8075360648fe6802302a5b4e016361dc6ac # v0.83.1
620620
with:
621-
version: v0.82.10
621+
version: v0.83.1
622622

623623
- name: Validate workflows and file issue on findings
624624
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0

0 commit comments

Comments
 (0)