From 77e21c5af426412a176c63d5930ff2d35aa1633b Mon Sep 17 00:00:00 2001 From: Allen Zhang Date: Thu, 13 Jun 2024 12:02:39 -0700 Subject: [PATCH] Update TypeSpec-Azure release note --- docs/release-notes/release-2024-06-11.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/release-notes/release-2024-06-11.md b/docs/release-notes/release-2024-06-11.md index cc2e4b3874..2ed3b79b97 100644 --- a/docs/release-notes/release-2024-06-11.md +++ b/docs/release-notes/release-2024-06-11.md @@ -25,7 +25,7 @@ This release contains breaking changes and deprecation ### @azure-tools/typespec-autorest -- [#955](https://github.com/Azure/typespec-azure/pull/955) Use emit-lro-options emitter option to control emission of x-ms-long-running-operation-options +- [#955](https://github.com/Azure/typespec-azure/pull/955) Add suppress-lro-options emitter option to control emission of x-ms-long-running-operation-options - [#955](https://github.com/Azure/typespec-azure/pull/955) Add support for displaying lro options in typespec-autorest based on lro metadata - [#972](https://github.com/Azure/typespec-azure/pull/972) Add API to programmatically get all the OpenAPI2 documents for all services at all versions in a spec - [#811](https://github.com/Azure/typespec-azure/pull/811) Add dependency on typespec-azure-resource-manager to resolve the spec repo common types paths @@ -57,6 +57,7 @@ This release contains breaking changes and deprecation ### @azure-tools/typespec-azure-resource-manager +- [#998](https://github.com/Azure/typespec-azure/pull/998) Adding legacy v4 ManagedServiceIdentity model to avoid breaking changes in specs with mixed v3 and v4 common type reference - [#955](https://github.com/Azure/typespec-azure/pull/955) Remove OpenAPI dependencies from ARM LRO templates and test LRO overrides - [#929](https://github.com/Azure/typespec-azure/pull/929) Adding an overload parameter to ResourceNameParameter that allows `name` type to be set to string union type. - [#860](https://github.com/Azure/typespec-azure/pull/860) Fix `percentComplete` property on `OperationStatus` should be a float not an int