Skip to content
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

Merged
merged 21 commits into from
Jun 11, 2024

Conversation

markcowl
Copy link
Member

@markcowl markcowl commented Jun 5, 2024

No description provided.

@azure-sdk
Copy link
Collaborator

azure-sdk commented Jun 5, 2024

All changed packages have been documented.

  • @azure-tools/typespec-autorest
  • @azure-tools/typespec-azure-core
  • @azure-tools/typespec-azure-resource-manager
Show changes

@azure-tools/typespec-azure-core - feature ✏️

Add override decorator @useFinalStateVia for lro resolution when multiple resolution pathways exist

@azure-tools/typespec-azure-resource-manager - fix ✏️

Remove OpenAPI dependencies from ARM LRO templates and test LRO overrides

@azure-tools/typespec-autorest - feature ✏️

Add suppress-lro-options emitter option to control emission of x-ms-long-running-operation-options

@azure-tools/typespec-autorest - feature ✏️

  • Add support for displaying lro options in typespec-autorest based on lro metadata

@azure-sdk
Copy link
Collaborator

markcowl and others added 19 commits June 7, 2024 17:36
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://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://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://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://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://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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Timothee Guerin <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants