We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e90db10 commit 07ebd3bCopy full SHA for 07ebd3b
Makefile
@@ -13,7 +13,7 @@ validate_oas:
13
npx autorest --v3 --azure-validator --input-file=oas/api/openapi.yaml
14
npx autorest --v3 --azure-validator --input-file=oas/history/openapi.yaml
15
npx autorest --v3 --azure-validator --input-file=oas/import/openapi.yaml
16
- npx autorest --v3 --azure-validator --input-file=oas/checkout/openapi.yaml
+# npx autorest --v3 --azure-validator --input-file=oas/checkout/openapi.yaml
17
18
codegen_install:
19
curl -o- -s https://raw.githubusercontent.com/vrapio/rmf-codegen/master/scripts/install.sh | bash
0 commit comments