Commit 964e78b
Bumps [core](https://github.com/microsoft/typespec) from `96d38f6` to
`6e5651f`.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/microsoft/typespec/commit/6e5651f38e7890aefeadc9aef64b9108feb1182d"><code>6e5651f</code></a>
http-client-java, bug fix follow <a
href="https://redirect.github.com/microsoft/typespec/pull/9">microsoft/typespec#9</a>...</li>
<li><a
href="https://github.com/microsoft/typespec/commit/beacc27d8acd42f71eb5a31d319a92d82cddb5bd"><code>beacc27</code></a>
Explicitly define transitive dependencies of Eclipse JDT Core (<a
href="https://redirect.github.com/microsoft/typespec/issues/9090">#9090</a>)</li>
<li><a
href="https://github.com/microsoft/typespec/commit/21b004cfbaaa1eb327b8c64d7a9c95a37df2e9a9"><code>21b004c</code></a>
Hierarchy building (<a
href="https://redirect.github.com/microsoft/typespec/issues/8999">#8999</a>)</li>
<li><a
href="https://github.com/microsoft/typespec/commit/1530d5a1d6be81fcc900c285c6d5040a3c291521"><code>1530d5a</code></a>
Exclude eng/ directory from http-client-csharp publish triggers (<a
href="https://redirect.github.com/microsoft/typespec/issues/9072">#9072</a>)</li>
<li><a
href="https://github.com/microsoft/typespec/commit/845a57165048e6296058e94f00d3f12b5d6fc144"><code>845a571</code></a>
Fix: Display table names in summary cards (<a
href="https://redirect.github.com/microsoft/typespec/issues/9099">#9099</a>)</li>
<li><a
href="https://github.com/microsoft/typespec/commit/63739c459431e15b38f72f0829468ba551d8f4cc"><code>63739c4</code></a>
Add missing ProcessTracker shared source file to sparse checkout (<a
href="https://redirect.github.com/microsoft/typespec/issues/9097">#9097</a>)</li>
<li><a
href="https://github.com/microsoft/typespec/commit/9c46972bfeea20f872c0342fa017acaff3a1b3a6"><code>9c46972</code></a>
Allow external docs on properties (<a
href="https://redirect.github.com/microsoft/typespec/issues/9076">#9076</a>)</li>
<li><a
href="https://github.com/microsoft/typespec/commit/4b65e65c3833c0f26fe088540d6f5aa908f3cc6f"><code>4b65e65</code></a>
Set pnpm minimum release age to 2 days (<a
href="https://redirect.github.com/microsoft/typespec/issues/9089">#9089</a>)</li>
<li><a
href="https://github.com/microsoft/typespec/commit/036d573da3e036d8a8df48dbac334144577df8ea"><code>036d573</code></a>
Fix sparse checkout to include Azure.Core shared source files (<a
href="https://redirect.github.com/microsoft/typespec/issues/9092">#9092</a>)</li>
<li><a
href="https://github.com/microsoft/typespec/commit/7fe4fe9396b3691f9f4190c548a5cbe622e3be5b"><code>7fe4fe9</code></a>
Revert prettier sh to previous version that worked with vscode extension
(<a
href="https://redirect.github.com/microsoft/typespec/issues/9093">#9093</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/microsoft/typespec/compare/96d38f62425ea4b2bb1f7d0f82605a5a9afc4218...6e5651f38e7890aefeadc9aef64b9108feb1182d">compare
view</a></li>
</ul>
</details>
<br />
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
</details>
---------
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Timothee Guerin <[email protected]>
1 parent 8c09769 commit 964e78b
3 files changed
+42
-10
lines changed- .chronus/changes/fix-external-docs-properties-2025-10-24-18-22-12.md+8
- package.json+2-2
- packages/http-client-csharp/eng/pipeline/publish.yml+2
- packages/http-client-csharp/eng/scripts/Submit-AzureSdkForNetPr.ps1+39-5
- packages/http-client-csharp/generator/Microsoft.TypeSpec.Generator.ClientModel/test/Providers/ScmModelProvider/ScmModelProviderTests.cs-1
- packages/http-client-csharp/generator/Microsoft.TypeSpec.Generator/src/Providers/ModelProvider.cs+112-19
- packages/http-client-csharp/generator/Microsoft.TypeSpec.Generator/src/Providers/TypeProvider.cs+1
- packages/http-client-csharp/generator/Microsoft.TypeSpec.Generator/test/Providers/ModelProviders/ModelCustomizationTests.cs+22
- packages/http-client-csharp/generator/Microsoft.TypeSpec.Generator/test/Providers/ModelProviders/ModelProviderTests.cs+253
- packages/http-client-csharp/generator/Microsoft.TypeSpec.Generator/test/Providers/ModelProviders/TestData/ModelCustomizationTests/CanCustomizeAccessibilityWithCustomizedNamespace/CustommizedModel.cs+9
- packages/http-client-java/generator/http-client-generator-clientcore-test/package.json+1-1
- packages/http-client-java/generator/http-client-generator-core/pom.xml+83
- packages/http-client-java/generator/http-client-generator-core/src/main/java/com/microsoft/typespec/http/client/generator/core/model/clientmodel/ClassType.java+1-1
- packages/http-client-java/generator/http-client-generator-core/src/main/java/com/microsoft/typespec/http/client/generator/core/model/clientmodel/GenericType.java+2-2
- packages/http-client-java/generator/http-client-generator-core/src/main/java/com/microsoft/typespec/http/client/generator/core/template/TemplateHelper.java+2-5
- packages/http-client-java/generator/http-client-generator-core/src/main/java/com/microsoft/typespec/http/client/generator/core/template/util/ModelTemplateHeaderHelper.java+2-1
- packages/http-client-java/generator/http-client-generator-test/package.json+1-1
- packages/http-client-java/package-lock.json+259-232
- packages/http-client-java/package.json+9-9
- packages/openapi3/src/schema-emitter.ts+1
- packages/openapi3/test/documentation.test.ts+33-3
- packages/spec-dashboard/src/components/dashboard.tsx+1-1
- pnpm-lock.yaml+6-6
- pnpm-workspace.yaml+3
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
| 58 | + | |
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments