-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bumps [core](https://github.com/microsoft/typespec) from `88925a1` to `d378065`. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/microsoft/typespec/commit/d378065788247fd164eac55ca65fdc76263cfa73"><code>d378065</code></a> [python] Fix output folder of models when output folder is different with nam...</li> <li><a href="https://github.com/microsoft/typespec/commit/030cba07ca1be8081da6c3d22b2d0745d68410e9"><code>030cba0</code></a> http-client-java, improve diagnostic (<a href="https://redirect.github.com/microsoft/typespec/issues/5702">#5702</a>)</li> <li><a href="https://github.com/microsoft/typespec/commit/e477a880aa445c24f22f965d1970f1b0030c16b4"><code>e477a88</code></a> http-client-java, do not generate overload, when sync-method=none (<a href="https://redirect.github.com/microsoft/typespec/issues/5736">#5736</a>)</li> <li><a href="https://github.com/microsoft/typespec/commit/5b49b5dcd9cc1d23eaf2b6c408fb0105addf23b7"><code>5b49b5d</code></a> Hotfix release for http-server-csharp (<a href="https://redirect.github.com/microsoft/typespec/issues/5734">#5734</a>)</li> <li><a href="https://github.com/microsoft/typespec/commit/bd0ebedef86bcf003ed16751dac41991ba72104e"><code>bd0ebed</code></a> [python] bump changelog and package.json (<a href="https://redirect.github.com/microsoft/typespec/issues/5718">#5718</a>)</li> <li><a href="https://github.com/microsoft/typespec/commit/801dc0d423cea133e634a1e2d9df756d7d3823aa"><code>801dc0d</code></a> [typespec-vscode] Improvements for the intellisense of tspconfig.yaml (<a href="https://redirect.github.com/microsoft/typespec/issues/5186">#5186</a>)</li> <li><a href="https://github.com/microsoft/typespec/commit/dd65f86b4a9adbd78ee76e44510b6090247fd4bd"><code>dd65f86</code></a> Fix dependencies and add scaffolding (<a href="https://redirect.github.com/microsoft/typespec/issues/5733">#5733</a>)</li> <li><a href="https://github.com/microsoft/typespec/commit/b7e801a482ba9959fe393e0bf0f17c25d86e632c"><code>b7e801a</code></a> refine log (<a href="https://redirect.github.com/microsoft/typespec/issues/5730">#5730</a>)</li> <li><a href="https://github.com/microsoft/typespec/commit/9517d45ba932eb0b13ad7ce80be4d3d4b25d264d"><code>9517d45</code></a> Update rest init template to include emitters and basic code (<a href="https://redirect.github.com/microsoft/typespec/issues/5716">#5716</a>)</li> <li><a href="https://github.com/microsoft/typespec/commit/e654ba1b5bc689c53d9ca4aa2523834fe93f6716"><code>e654ba1</code></a> Update ConditionalRequestHeaderTests.cs (<a href="https://redirect.github.com/microsoft/typespec/issues/5722">#5722</a>)</li> <li>Additional commits viewable in <a href="https://github.com/microsoft/typespec/compare/88925a1fdce2de890146b8b308e7f84a7d470912...d378065788247fd164eac55ca65fdc76263cfa73">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]>
- Loading branch information
1 parent
0c7a14b
commit 685d834
Showing
17 changed files
with
445 additions
and
414 deletions.
There are no files selected for viewing
13 changes: 13 additions & 0 deletions
13
.chronus/changes/dependabot-submodules-core-d378065-2025-0-24-7-49-44.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
--- | ||
changeKind: internal | ||
packages: | ||
- "@azure-tools/azure-http-specs" | ||
- "@azure-tools/typespec-autorest-canonical" | ||
- "@azure-tools/typespec-autorest" | ||
- "@azure-tools/typespec-azure-core" | ||
- "@azure-tools/typespec-azure-portal-core" | ||
- "@azure-tools/typespec-azure-resource-manager" | ||
- "@azure-tools/typespec-azure-rulesets" | ||
- "@azure-tools/typespec-client-generator-core" | ||
--- | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.