Replies: 1 comment
-
For question about azure libraries please ask them in the Teams channel or file bug in this repo https://github.com/Azure/typespec-azure. This error tells you the resource you are passing is not an arm resource. It should extend on of the TrackedResource, ProxyResource, etc. See docs |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to add an extension resource named approvals.
Here are my changes https://dev.azure.com/msazuredev/VirtualEnclaves/_git/ve-common/commit/2b8213089d00928031792d571aa6fc92cfe57cbc?refName=refs%2Fheads%2Fdrkapoor%2FtypespecChanges. I keep facing this error when i compile the changes,
@azure-tools/typespec-azure-resource-manager/template-type-constraint-no-met
Needed help figuring out where I'm going wrong. Thanks
Beta Was this translation helpful? Give feedback.
All reactions