File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -57,13 +57,13 @@ Typewriter is a new solution for generating code files using the GraphODataTempl
5757
5858The output ` cleanMetadata.xml ` will be located in the same directory as typewriter.exe.
5959
60- ` .\typewriter.exe -v Info -m https://raw.githubusercontent.com/microsoftgraph/msgraph-metadata/mm/xslt/ v1.0_metadata.xml -g Transform -t https://raw.githubusercontent.com/microsoftgraph/msgraph-metadata/mm/xslt /transforms/csdl/preprocess_csdl.xsl `
60+ ` .\typewriter.exe -v Info -m https://raw.githubusercontent.com/microsoftgraph/msgraph-metadata/master/ v1.0_metadata.xml -g Transform -t https://raw.githubusercontent.com/microsoftgraph/msgraph-metadata/master /transforms/csdl/preprocess_csdl.xsl `
6161
6262#### Transform metadata with XSLT and add documentation annotations.
6363
6464The output ` cleanMetadataWithDescriptionsv1.0.xml ` will be located in the same directory as typewriter.exe.
6565
66- ` .\typewriter.exe -v Info -m https://raw.githubusercontent.com/microsoftgraph/msgraph-metadata/mm/xslt/ v1.0_metadata.xml -g TransformWithDocs -t https://raw.githubusercontent.com/microsoftgraph/msgraph-metadata/mm/xslt /transforms/csdl/preprocess_csdl.xsl -d D:\repos\microsoft-graph-docs `
66+ ` .\typewriter.exe -v Info -m https://raw.githubusercontent.com/microsoftgraph/msgraph-metadata/master/ v1.0_metadata.xml -g TransformWithDocs -t https://raw.githubusercontent.com/microsoftgraph/msgraph-metadata/master /transforms/csdl/preprocess_csdl.xsl -d D:\repos\microsoft-graph-docs `
6767
6868#### Generate TypeScript typings from a CSDL (metadata) file without cleaning or annotating the CSDL.
6969
You can’t perform that action at this time.
0 commit comments