-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for ARM lro options in typespec-autorest #955
Conversation
All changed packages have been documented.
Show changes
|
You can try these changes at https://cadlplayground.z22.web.core.windows.net/typespec-azure/prs/955/ Check the website changes at https://tspwebsitepr.z22.web.core.windows.net/typespec-azure/prs/955/ |
...re/core/data-plane/api-path-parameter/@azure-tools/typespec-autorest/2022-08-31/openapi.json
Outdated
Show resolved
Hide resolved
Bumps [core](https://github.com/microsoft/typespec) from `40df1ec` to `24f81bf`. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/microsoft/typespec/commit/24f81bf39523e296a4ae8406cc919581740c3a2a"><code>24f81bf</code></a> Fix application of <code>@param</code> on child operations (<a href="https://redirect.github.com/microsoft/typespec/issues/3517">#3517</a>)</li> <li><a href="https://github.com/microsoft/typespec/commit/deedcbb14dce2ee775eada0357ec6e7a3c9024fa"><code>deedcbb</code></a> Fix versioning issue when <code>@added</code> is used implicitly and explicitly (<a href="https://redirect.github.com/microsoft/typespec/issues/3255">#3255</a>)</li> <li><a href="https://github.com/microsoft/typespec/commit/f853b725511fbfff27844bb8dc487e4629298113"><code>f853b72</code></a> Move serialization constructors and raw field (<a href="https://redirect.github.com/microsoft/typespec/issues/3414">#3414</a>)</li> <li><a href="https://github.com/microsoft/typespec/commit/5da8fe78d4b3e4000b96cdc5dfd12ee88532aa7b"><code>5da8fe7</code></a> Linter <code>all</code> rulesets automatically created (<a href="https://redirect.github.com/microsoft/typespec/issues/3462">#3462</a>)</li> <li><a href="https://github.com/microsoft/typespec/commit/90b8d6ee480d1811d71bb279070f21a96b8e3ec3"><code>90b8d6e</code></a> docs: update example links in README.md (<a href="https://redirect.github.com/microsoft/typespec/issues/3452">#3452</a>)</li> <li>See full diff in <a href="https://github.com/microsoft/typespec/compare/40df1ec9a307a6bde664b2ad08c4f823d6956cc0...24f81bf39523e296a4ae8406cc919581740c3a2a">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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Timothee Guerin <tiguerin@microsoft.com>
No description provided.