Add resourceType
scalar in typespec-azure-core
library
#1268
Labels
design:needed
A design request has been raised that needs a proposal
lib:azure-core
Issues for @azure-tools/typespec-azure-core library
triaged:core
Milestone
We also need a
resourceType
scalar to make a specific scalar to be the arm resource type.DotNet SDK will generate
resourceType
intoAzure.Core.ResourceType
.Other languages could simply generate it as
string
.The definition could be
And the
TrackedResource
,ProxyResource
template needs to be updated accordingly - their type property should beresourceType
.The text was updated successfully, but these errors were encountered: