Skip to content

Commit

Permalink
Update tspconfig_stand_alone.yaml to use correct config and linting r… (
Browse files Browse the repository at this point in the history
#145)

…ules

Co-authored-by: Timothee Guerin <timothee.guerin@outlook.com>
  • Loading branch information
markcowl and timotheeguerin committed Feb 1, 2024
1 parent cf31f4a commit f306082
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion eng/feeds/arm/tspconfig_stand_alone.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,12 @@ emit:
- '@azure-tools/typespec-autorest'
options:
'@azure-tools/typespec-autorest':
use-read-only-status-schema: true
## emitter-output-dir: "{project-root}/.."
use-read-only-status-schema: true
azure-resource-provider-folder: "resource-manager"
output-file: "{azure-resource-provider-folder}/{service-name}/{version-status}/{version}/openapi.json"
examples-directory: "{project-root}/examples"

linter:
extends:
- "@azure-tools/typespec-azure-resource-manager/all"

0 comments on commit f306082

Please sign in to comment.