You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, the ARM library depends on typespec-autorest, I believe only for their @extension headers. This creates issues becausetcgc can not test ARM code because typespec-autorest depends on tcgc. Additionally, we should also be moving away from the @extension decorator.
I've taken the liberty to compile a list of the extensions I see in use in the main branch of azure-rest-api-specs
x-ms-azure-resource
x-ms-identifiers
x-ms-client-flatten use @azure-tools/typespec-client-generator-core's @flattenProperty instead
x-ms-long-running-operation use LRO framework instead in azure-core
x-ms-long-running-operation-options use LRO framework instead in azure-core
The content you are editing has changed. Please copy your edits and refresh the page.
Clear and concise description of the problem
Right now, the ARM library depends on
typespec-autorest
, I believe only for their@extension
headers. This creates issues becausetcgc
can not test ARM code becausetypespec-autorest
depends ontcgc
. Additionally, we should also be moving away from the@extension
decorator.I've taken the liberty to compile a list of the extensions I see in use in the main branch of
azure-rest-api-specs
x-ms-azure-resource
x-ms-identifiers
usex-ms-client-flatten
@azure-tools/typespec-client-generator-core
's@flattenProperty
insteaduse LRO framework instead inx-ms-long-running-operation
azure-core
use LRO framework instead inx-ms-long-running-operation-options
azure-core
Tasks
typespec-autorest
from arm package #697The text was updated successfully, but these errors were encountered: